Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Feb 8, 2016
1 parent 560cc9e commit 01f8b3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'omniauth-google-oauth2'
gem 'nokogiri'

group :development do
gem 'capistrano', '~> 2.14.1'
gem 'capistrano', '~> 2.15.5'
gem 'rvm-capistrano'
gem 'thin'
end
Expand Down
32 changes: 11 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
mysql2 (0.3.11)
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
Expand All @@ -23,7 +22,6 @@ GEM
activesupport (= 3.2.12)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
libv8 (3.11.8.12)
activeresource (3.2.12)
activemodel (= 3.2.12)
activesupport (= 3.2.12)
Expand Down Expand Up @@ -84,6 +82,7 @@ GEM
less-rails (2.2.6)
actionpack (>= 3.1)
less (~> 2.2.0)
libv8 (3.11.8.12)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -93,13 +92,15 @@ GEM
mime-types (1.21)
multi_json (1.6.0)
multipart-post (1.1.5)
mysql2 (0.3.11)
net-scp (1.1.0)
net-ssh (>= 2.6.5)
net-sftp (2.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.5)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.5.6)
oauth (0.4.7)
oauth-plugin (0.4.1)
multi_json
Expand All @@ -112,21 +113,12 @@ GEM
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
ref (1.0.2)
therubyracer (0.11.3)
ref
omniauth (1.1.1)
hashie (~> 1.2)
rack
omniauth-google-oauth2 (0.2.6)
omniauth (> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
Expand Down Expand Up @@ -161,10 +153,10 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
nokogiri (1.5.6)
rake (10.0.3)
rdoc (3.12.1)
json (~> 1.4)
ref (1.0.2)
ruby-openid (2.2.3)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
Expand All @@ -179,6 +171,8 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
therubyracer (0.11.3)
ref
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -209,34 +203,30 @@ PLATFORMS

DEPENDENCIES
ambry
capistrano (~> 2.14.1)
capistrano
coffee-rails (~> 3.2.1)
devise
mysql2
nokogiri
factory_girl_rails
gravatar_image_tag
jquery-rails
json
less-rails
libv8
merit
mysql2
nokogiri
oauth-plugin (~> 0.4.0)
omniauth
omniauth-google-oauth2
omniauth-oauth
omniauth-openid
libv8
therubyracer
piwik_analytics (~> 1.0.1)
rails
rvm-capistrano
sass-rails (~> 3.2.3)
sqlite3
therubyracer
thin
tokenifier (~> 0.1)
turbo-sprockets-rails3
twitter-bootstrap-rails
uglifier (>= 1.0.3)

BUNDLED WITH
1.10.6
4 changes: 2 additions & 2 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
config.omniauth :coursera, 'db127b155312155233e6e5da331adfed38f96e4f', 'f4e61cf7794c5c703b8aa714d6cc4acca42c76ee'
config.omniauth :open_id, :name => 'google', :identifier => 'https://www.google.com/accounts/o8/id'

# require "omniauth-google-oauth2"
# config.omniauth :google_oauth2, "477602199932.apps.googleusercontent.com", "7D754R-1H2TL0IQ37Qw4hPvO"
# require "omniauth-google-oauth2"
config.omniauth :google_oauth2, "477602199932-a5mnlh3q1qahk52eds3c0c3f0i4ogvd9.apps.googleusercontent.com", "1Leg_PS13r3NGybWmDEXaGYH"

#, { access_type: "offline", approval_prompt: "" }

Expand Down

0 comments on commit 01f8b3b

Please sign in to comment.