omniauth-galvanize 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 420a9f4678d8b96f0f59b309364158ee1dff0cd5
|
4
|
+
data.tar.gz: d664fd92c21afdce16e8abe6fd791c21b9e9f5e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29b7a1249c9219dfc1341f199314bea66e34bcd0b4fcf5e3d17a304b315c96a3cbbc307a2e7a8805661338f668515e33530687da1ac6d9bd150b9c79c7b86462
|
7
|
+
data.tar.gz: 726c7c58bab6149d4e94e78e5deffb95d72e493b1f55ad770e8d52de1580a8828057526ce3b2a6abea50bb02a9d81e2d061dd7c731a4c82832fab274ef2c6390
|
@@ -31,7 +31,8 @@ module OmniAuth
|
|
31
31
|
:about => raw_info['results'][0]['about'],
|
32
32
|
:photo => raw_info['results'][0]['photo'],
|
33
33
|
:roles => raw_info['results'][0]['roles'],
|
34
|
-
:home_location => raw_info['results'][0]['home_location']
|
34
|
+
:home_location => raw_info['results'][0]['home_location'],
|
35
|
+
:cohort => raw_info['results'][0]['cohorts']
|
35
36
|
}
|
36
37
|
end
|
37
38
|
|
@@ -6,7 +6,7 @@ module OmniAuth
|
|
6
6
|
include OmniAuth::Strategy
|
7
7
|
|
8
8
|
option :name, 'galvanize_developer'
|
9
|
-
option :fields, [:first_name, :last_name, :email, :role, :galvanize_id, :home_location]
|
9
|
+
option :fields, [:first_name, :last_name, :email, :role, :cohorts, :galvanize_id, :home_location]
|
10
10
|
option :role_fields, [:role]
|
11
11
|
option :uid_field, :galvanize_id
|
12
12
|
|
@@ -37,4 +37,4 @@ module OmniAuth
|
|
37
37
|
end
|
38
38
|
end
|
39
39
|
end
|
40
|
-
end
|
40
|
+
end
|
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.10
|
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-12-
|
11
|
+
date: 2015-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|