aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMATSUMOTO Katsuyoshi <matsumoto.katsuyoshi+github@gmail.com>2011-12-24 02:51:43 +0900
committerMATSUMOTO Katsuyoshi <matsumoto.katsuyoshi+github@gmail.com>2011-12-24 02:51:43 +0900
commitd2d727eb565b041ad153d836d55d86cce1947690 (patch)
tree961f0e57010d498e736eaed7d8d06cd5d7aba04c /Gemfile
parent7fea4828cee31deb7acd0d65c4e81a01222890e7 (diff)
downloadmikutter-d2d727eb565b041ad153d836d55d86cce1947690.tar.gz
added Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..86fd47e4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,18 @@
+source :rubygems
+platforms :ruby_19 do
+ gem 'gtk2'
+ gem 'escape'
+ gem 'oauth'#, '0.3.6'
+ gem 'json_pure'
+ gem 'bsearch', '1.5'
+ gem 'addressable'
+ gem 'memoize'
+ gem 'ruby-hmac'
+ gem 'httpclient'
+ gem 'bson_ext'
+ gem 'mongo'
+end
+group :test do
+ gem 'mocha'
+ gem 'rspec', :require => 'spec'
+end