omniauth-gplus 2.0.0.beta2 → 2.0.1.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/omniauth/gplus/version.rb +1 -1
- data/omniauth-gplus.gemspec +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31fa09507918a94b2ce32ed4ae4bc0527ecf6df9
|
4
|
+
data.tar.gz: a8422b781303d4275a2a0108ba9a9733ec4faac7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6c5d6d8b3a9bd018b6e92f998bd7966a2381464d3040ee75ee449c98dd238452ff42b7e82477337a918481f1ba62bc4af6ff429f6c8d7f7b2561056d013ea25
|
7
|
+
data.tar.gz: 83d934d28ec91c1a795e2efe4abef6861d0d7c07e42717704abf9a285a6ea786178a97ad8e81eaddb5130a7b3d79d82084ef8ced41799a84f97f651c64b076e2
|
data/omniauth-gplus.gemspec
CHANGED
@@ -5,7 +5,7 @@ require 'omniauth/gplus/version'
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = 'omniauth-gplus'
|
7
7
|
s.version = OmniAuth::GPlus::VERSION
|
8
|
-
s.authors =
|
8
|
+
s.authors = ['Sam Dunne', 'Kurtis Rainbolt-Greene']
|
9
9
|
s.email = %w(sam@sam-dunne.com me@kurtisrainboltgreene.name)
|
10
10
|
s.summary = 'A Google+ OAuth2 solution for Omniauth'
|
11
11
|
s.description = s.summary
|
metadata
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-gplus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Sam
|
8
|
-
-
|
9
|
-
- Kurtis
|
10
|
-
- Rainbolt-Greene
|
7
|
+
- Sam Dunne
|
8
|
+
- Kurtis Rainbolt-Greene
|
11
9
|
autorequire:
|
12
10
|
bindir: bin
|
13
11
|
cert_chain: []
|