[logaling-commit] logaling/logaling-server [add-user-authentication] Add omniauth-github to dependency gems

Back to archive index

SHIMADA Koji null+****@clear*****
Thu Aug 23 12:14:04 JST 2012


SHIMADA Koji	2012-08-23 12:14:04 +0900 (Thu, 23 Aug 2012)

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

  Log:
    Add omniauth-github to dependency gems

  Modified files:
    Gemfile
    Gemfile.lock

  Modified: Gemfile (+1 -0)
===================================================================
--- Gemfile    2012-08-23 12:11:04 +0900 (0fc7a44)
+++ Gemfile    2012-08-23 12:14:04 +0900 (e9b73b2)
@@ -25,6 +25,7 @@ gem 'jquery-rails'
 gem 'haml-rails'
 
 gem 'omniauth'
+gem 'omniauth-github'
 
 # To use ActiveModel has_secure_password
 # gem 'bcrypt-ruby', '~> 3.0.0'

  Modified: Gemfile.lock (+19 -0)
===================================================================
--- Gemfile.lock    2012-08-23 12:11:04 +0900 (d320301)
+++ Gemfile.lock    2012-08-23 12:14:04 +0900 (763ee3a)
@@ -77,6 +77,8 @@ GEM
     erubis (2.7.0)
     execjs (1.4.0)
       multi_json (~> 1.0)
+    faraday (0.8.4)
+      multipart-post (~> 1.1)
     ffi (1.1.5)
     gherkin (2.7.2)
       json (>= 1.4.6)
@@ -88,6 +90,7 @@ GEM
       railties (~> 3.0)
     hashie (1.2.0)
     hike (1.2.1)
+    httpauth (0.1)
     i18n (0.6.0)
     i18n_generators (1.1.0)
       mechanize
@@ -97,6 +100,8 @@ GEM
       railties (< 5.0, >= 3.2.0)
       thor (~> 0.14)
     json (1.7.4)
+    jwt (0.1.5)
+      multi_json (>= 1.0)
     less (2.2.1)
       commonjs (~> 0.2.6)
     less-rails (2.2.3)
@@ -116,12 +121,25 @@ GEM
       webrobots (~> 0.0, >= 0.0.9)
     mime-types (1.19)
     multi_json (1.3.6)
+    multipart-post (1.1.5)
     net-http-digest_auth (1.1.1)
     net-http-persistent (1.9)
     nokogiri (1.5.5)
+    oauth2 (0.8.0)
+      faraday (~> 0.8)
+      httpauth (~> 0.1)
+      jwt (~> 0.1.4)
+      multi_json (~> 1.0)
+      rack (~> 1.2)
     omniauth (1.1.0)
       hashie (~> 1.2)
       rack
+    omniauth-github (1.0.2)
+      omniauth (~> 1.0)
+      omniauth-oauth2 (~> 1.1)
+    omniauth-oauth2 (1.1.0)
+      oauth2 (~> 0.8.0)
+      omniauth (~> 1.0)
     pkg-config (1.1.4)
     polyglot (0.3.3)
     rack (1.4.1)
@@ -218,6 +236,7 @@ DEPENDENCIES
   jquery-rails
   logaling-command!
   omniauth
+  omniauth-github
   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