Commit 55eebd65

mo khan <mo@mokhan.ca>
2014-05-16 23:32:51
install the twitter gem.
1 parent 4fce2f8
Changed files (2)
Gemfile
@@ -32,6 +32,7 @@ gem 'fog'
 gem 'unf'
 gem 'exception_notification'
 gem 'gibbon'
+gem 'twitter'
 
 group :development do
   gem 'capistrano'
Gemfile.lock
@@ -27,6 +27,7 @@ GEM
       tzinfo (~> 0.3.37)
     acts-as-taggable-on (2.4.1)
       rails (>= 3, < 5)
+    addressable (2.3.6)
     arel (4.0.2)
     asset_sync (1.0.0)
       activemodel
@@ -41,6 +42,7 @@ GEM
       debug_inspector (>= 0.0.1)
     bootstrap-sass (2.3.2.2)
       sass (~> 3.2)
+    buftok (0.2.0)
     builder (3.1.4)
     bullet (4.9.0)
       activesupport
@@ -97,6 +99,7 @@ GEM
     dotenv-deployment (0.0.2)
     dotenv-rails (0.11.1)
       dotenv (= 0.11.1)
+    equalizer (0.0.9)
     erubis (2.7.0)
     exception_notification (4.0.1)
       actionmailer (>= 3.0.4)
@@ -112,6 +115,8 @@ GEM
     fakes-rspec (1.0.5)
       fakes
       rspec
+    faraday (0.9.0)
+      multipart-post (>= 1.2, < 3)
     ffaker (1.24.0)
     ffi (1.9.3)
     fog (1.22.0)
@@ -142,6 +147,9 @@ GEM
       multi_json (>= 1.3.4)
     highline (1.6.21)
     hike (1.2.3)
+    http (0.6.1)
+      http_parser.rb (~> 0.6.0)
+    http_parser.rb (0.6.0)
     httparty (0.13.1)
       json (~> 1.8)
       multi_xml (>= 0.5.2)
@@ -169,11 +177,15 @@ GEM
     mail (2.5.4)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
+    memoizable (0.4.2)
+      thread_safe (~> 0.3, >= 0.3.1)
     mime-types (1.25.1)
     mini_portile (0.5.3)
     minitest (4.7.5)
     multi_json (1.10.0)
     multi_xml (0.5.5)
+    multipart-post (2.0.0)
+    naught (1.0.0)
     net-scp (1.2.1)
       net-ssh (>= 2.6.5)
     net-sftp (2.1.2)
@@ -244,6 +256,7 @@ GEM
       multi_json (~> 1.0)
       rubyzip (~> 1.0)
       websocket (~> 1.0.4)
+    simple_oauth (0.2.0)
     simplecov (0.8.2)
       docile (~> 1.1.0)
       multi_json
@@ -267,6 +280,17 @@ GEM
     treetop (1.4.15)
       polyglot
       polyglot (>= 0.3.1)
+    twitter (5.9.0)
+      addressable (~> 2.3)
+      buftok (~> 0.2.0)
+      equalizer (~> 0.0.9)
+      faraday (~> 0.9.0)
+      http (~> 0.6.0)
+      http_parser.rb (~> 0.6.0)
+      json (~> 1.8)
+      memoizable (~> 0.4.0)
+      naught (~> 1.0)
+      simple_oauth (~> 0.2.0)
     tzinfo (0.3.39)
     uglifier (2.5.0)
       execjs (>= 0.3.0)
@@ -337,6 +361,7 @@ DEPENDENCIES
   simplecov
   sqlite3
   teaspoon
+  twitter
   uglifier (>= 1.3.0)
   unf
   unicorn