omniauth-google-oauth2 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/examples/config.ru +1 -1
- data/lib/omniauth/google_oauth2/version.rb +1 -1
- metadata +3 -3
data/examples/config.ru
CHANGED
@@ -33,7 +33,7 @@ use Rack::Session::Cookie
|
|
33
33
|
|
34
34
|
use OmniAuth::Builder do
|
35
35
|
provider :google_oauth2, ENV['GOOGLE_KEY'], ENV['GOOGLE_SECRET'], {
|
36
|
-
:scope => 'https://www.googleapis.com/auth/plus.me
|
36
|
+
:scope => 'https://www.googleapis.com/auth/plus.me'
|
37
37
|
}
|
38
38
|
end
|
39
39
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-google-oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Ellithorpe
|