summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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
+