summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthias Hecker <apoc@sixserv.org>2014-03-05 13:11:27 +0100
committerMatthias Hecker <apoc@sixserv.org>2014-03-05 13:11:27 +0100
commit6760a5d2f56cb9aceece5183cc0e3dfc619b60d2 (patch)
treedee3e0806ee1297d1185186190ae70fcee32debe /Gemfile
parentc10364437a7182bbb731627169dafce67b01a912 (diff)
add a gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..1a28c9a2
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,13 @@
+
+source 'https://rubygems.org'
+
+gem 'tokyocabinet'
+gem 'mechanize'
+
+group :optional do
+ gem 'shorturl' # shorturl
+ gem 'tzinfo' # time
+ gem 'oauth' # twitter
+ gem 'oauth2'
+end
+