omniauth-galvanize 0.4.16 → 0.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9fee1c93a8b0182450d5754b0b97ffe430c630ff
4
- data.tar.gz: e1f0717707ee85c4500d6b66e4e26457c8890327
3
+ metadata.gz: ba28748efda09ed5a88e09a69a9f89569342bddf
4
+ data.tar.gz: 014cb5b5b390df1151877bc8905d2c4e549a8d31
5
5
  SHA512:
6
- metadata.gz: 02165ff5f8de663382cda9fe9e73a43a09caac091b593f0769a93638a0fe1b975085a6bda62dd3d453aa78de8dc66692b6e4f2cb4ec040b8cdcef30c5f9ce990
7
- data.tar.gz: 06d83261be8fbdc8817f0246ebc72f0c63beb0370807d04e2ac647725f9b5e142c3f9c8f43f4177b43c7901f442cbdf6ba8bb231dc8e5b436fb7f0d0a31671bc
6
+ metadata.gz: f283f33315eed14973785193ffad02f28d0bfba4da624bf162c8cbad1f3b2e4801834ddfeb7646c2a683e58d5e857c83889c4e4d517b53c8acdb5b122435b2c8
7
+ data.tar.gz: 627fcc485523c2d43f65ed0419a6917b67e8755a71ec8acc9f519a6cfab004a78df1c1edcac83c5e51dd11231022d172c9f044d939c2b4724915b12214491ff1
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.16"
3
+ VERSION = "0.4.17"
4
4
  end
5
5
  end
@@ -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, :cohorts, :galvanize_id, :home_location, :onboard_uuid, :photo]
9
+ option :fields, [:first_name, :last_name, :email, :role, :cohort, :galvanize_id, :home_location, :onboard_uuid, :photo]
10
10
  option :role_fields, [:role]
11
11
  option :cohort_fields, [:cohort]
12
12
  option :uid_field, :galvanize_id
@@ -37,7 +37,7 @@ module OmniAuth
37
37
  end
38
38
 
39
39
  hash[:roles] = roles_array
40
- hash[:cohorts] = cohorts_array
40
+ hash[:cohort] = cohorts_array
41
41
  hash
42
42
  end
43
43
  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.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cunningham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth