[logaling-commit] logaling/logaling-server [prioritize-the-search] Add omniauth-twitter to Gemfile

Back to archive index

SHIMADA Koji null+****@clear*****
Wed Sep 19 11:54:13 JST 2012


SHIMADA Koji	2012-09-19 11:54:13 +0900 (Wed, 19 Sep 2012)

  New Revision: a6cf2ff42672e7d24d6d4a545bab3813330035a6
  https://github.com/logaling/logaling-server/commit/a6cf2ff42672e7d24d6d4a545bab3813330035a6

  Merged d31ccac: Merge pull request #12 from logaling/add-twitter-to-oauth-provider

  Log:
    Add omniauth-twitter to Gemfile

  Modified files:
    Gemfile
    Gemfile.lock

  Modified: Gemfile (+1 -0)
===================================================================
--- Gemfile    2012-09-05 17:26:58 +0900 (2806ed1)
+++ Gemfile    2012-09-19 11:54:13 +0900 (bd0c238)
@@ -27,6 +27,7 @@ gem 'haml-rails'
 gem 'omniauth'
 gem 'omniauth-github'
 gem 'omniauth-facebook'
+gem 'omniauth-twitter'
 
 # To use ActiveModel has_secure_password
 # gem 'bcrypt-ruby', '~> 3.0.0'

  Modified: Gemfile.lock (+8 -0)
===================================================================
--- Gemfile.lock    2012-09-05 17:26:58 +0900 (5c8c96a)
+++ Gemfile.lock    2012-09-19 11:54:13 +0900 (67e8e5f)
@@ -127,6 +127,7 @@ GEM
     net-http-digest_auth (1.1.1)
     net-http-persistent (1.9)
     nokogiri (1.5.5)
+    oauth (0.4.6)
     oauth2 (0.8.0)
       faraday (~> 0.8)
       httpauth (~> 0.1)
@@ -141,9 +142,15 @@ GEM
     omniauth-github (1.0.2)
       omniauth (~> 1.0)
       omniauth-oauth2 (~> 1.1)
+    omniauth-oauth (1.0.1)
+      oauth
+      omniauth (~> 1.0)
     omniauth-oauth2 (1.1.0)
       oauth2 (~> 0.8.0)
       omniauth (~> 1.0)
+    omniauth-twitter (0.0.11)
+      multi_json (~> 1.3)
+      omniauth-oauth (~> 1.0)
     pkg-config (1.1.4)
     polyglot (0.3.3)
     rack (1.4.1)
@@ -243,6 +250,7 @@ DEPENDENCIES
   omniauth
   omniauth-facebook
   omniauth-github
+  omniauth-twitter
   rails (= 3.2.8)
   rspec-rails
   sass-rails (~> 3.2.3)
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



More information about the logaling-commit mailing list
Back to archive index