File tree 5 files changed +19
-0
lines changed
5 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ gem 'spring', group: :development
42
42
# gem 'debugger', group: [:development, :test]
43
43
44
44
# Use google_drive to read/write files or spreadsheets from google drive
45
+ gem 'omniauth-google-oauth2'
45
46
gem 'google_drive'
46
47
47
48
# Use linkedin to interface with linkedin api
Original file line number Diff line number Diff line change 120
120
multi_json (~> 1.3 )
121
121
multi_xml (~> 0.5 )
122
122
rack (~> 1.2 )
123
+ omniauth (1.2.1 )
124
+ hashie (>= 1.2 , < 3 )
125
+ rack (~> 1.0 )
126
+ omniauth-google-oauth2 (0.2.4 )
127
+ omniauth (~> 1.0 )
128
+ omniauth-oauth2 (~> 1.1 )
129
+ omniauth-oauth2 (1.1.2 )
130
+ faraday (>= 0.8 , < 0.10 )
131
+ multi_json (~> 1.3 )
132
+ oauth2 (~> 0.9.3 )
133
+ omniauth (~> 1.2 )
123
134
optionable (0.2.0 )
124
135
origin (2.1.1 )
125
136
orm_adapter (0.5.0 )
@@ -239,6 +250,7 @@ DEPENDENCIES
239
250
jquery-rails
240
251
linkedin
241
252
mongoid
253
+ omniauth-google-oauth2
242
254
rails (= 4.1.2 )
243
255
rspec-rails
244
256
sass-rails (~> 4.0.3 )
Original file line number Diff line number Diff line change 1
1
Rails . application . configure do
2
+ ENV [ "GOOGLE_ID" ] = '367225507767-119uvbhdadqbft2kn4759rodoiivksn9.apps.googleusercontent.com'
3
+ ENV [ "GOOGLE_KEY" ] = '1yX7HzuzWi3yD1OqJ21ZgpSS'
2
4
# Settings specified here will take precedence over those in config/application.rb.
3
5
4
6
# In the development environment your application's code is reloaded on
Original file line number Diff line number Diff line change 1
1
Rails . application . configure do
2
+ ENV [ "GOOGLE_ID" ] = '367225507767-119uvbhdadqbft2kn4759rodoiivksn9.apps.googleusercontent.com'
3
+ ENV [ "GOOGLE_KEY" ] = '1yX7HzuzWi3yD1OqJ21ZgpSS'
2
4
# Settings specified here will take precedence over those in config/application.rb.
3
5
4
6
# Code is not reloaded between requests.
Original file line number Diff line number Diff line change 1
1
Rails . application . configure do
2
+ ENV [ "GOOGLE_ID" ] = '367225507767-119uvbhdadqbft2kn4759rodoiivksn9.apps.googleusercontent.com'
3
+ ENV [ "GOOGLE_KEY" ] = '1yX7HzuzWi3yD1OqJ21ZgpSS'
2
4
# Settings specified here will take precedence over those in config/application.rb.
3
5
4
6
# The test environment is used exclusively to run your application's
You can’t perform that action at this time.
0 commit comments