omniauth-google-oauth2 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
data/omniauth-contrib.gemspec
CHANGED
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: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 7
|
10
|
+
version: 0.0.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Josh Ellithorpe
|
@@ -64,7 +64,8 @@ files:
|
|
64
64
|
- Rakefile
|
65
65
|
- examples/sinatra.rb
|
66
66
|
- lib/omniauth-google-oauth2.rb
|
67
|
-
- lib/omniauth
|
67
|
+
- lib/omniauth/google_oauth2.rb
|
68
|
+
- lib/omniauth/google_oauth2/version.rb
|
68
69
|
- lib/omniauth/strategies/google_oauth2.rb
|
69
70
|
- omniauth-contrib.gemspec
|
70
71
|
has_rdoc: true
|