omniauth-galvanize 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/omniauth-galvanize/version.rb +1 -1
- data/lib/omniauth/strategies/galvanize.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f6a56599f8fff1d493b9a4cc229c1dc0b603ce9
|
4
|
+
data.tar.gz: 40b928c1217dd4eb9dc217ca0a77a0bf94983388
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 522a88578c4b3b3fb0dcf8e9534ec9b314a66adb93a253f61aca35eb4a58f452f014bf52fa9b4c7ba77a335fb8babb0dea9340c925835c5a64e217ede45d3edc
|
7
|
+
data.tar.gz: 468c0b9a36aaf94cef7c0943ad66cb3230727df6af7e7b378425be40b096de7c50b7752dfc31d52ba4277630796a810d3e0d8984768e31a1cda3499fa84a47e3
|
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-galvanize (0.4.
|
4
|
+
omniauth-galvanize (0.4.8)
|
5
5
|
multi_json (~> 1.2)
|
6
6
|
omniauth (~> 1.2)
|
7
|
-
omniauth-oauth2 (~> 1.3)
|
7
|
+
omniauth-oauth2 (~> 1.3.1)
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
@@ -132,7 +132,7 @@ PLATFORMS
|
|
132
132
|
DEPENDENCIES
|
133
133
|
jbuilder (~> 2.0)
|
134
134
|
omniauth-galvanize!
|
135
|
-
omniauth-oauth2 (~> 1.3)
|
135
|
+
omniauth-oauth2 (~> 1.3.1)
|
136
136
|
rails (= 4.2.4)
|
137
137
|
sdoc (~> 0.4.0)
|
138
138
|
|
@@ -30,7 +30,8 @@ module OmniAuth
|
|
30
30
|
:galvanize_id => raw_info['results'][0]['id'],
|
31
31
|
:about => raw_info['results'][0]['about'],
|
32
32
|
:photo => raw_info['results'][0]['photo'],
|
33
|
-
:roles => raw_info['results'][0]['roles']
|
33
|
+
:roles => raw_info['results'][0]['roles'],
|
34
|
+
:home_location => raw_info['results'][0]['home_location']
|
34
35
|
}
|
35
36
|
end
|
36
37
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-galvanize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Cunningham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-12-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|