omniauth-galvanize 0.4.15 → 0.4.16

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: 300d9e4550ccad7faa92a1f38cba77b13bf1c515
4
- data.tar.gz: 95e890d8c6e6d25905bd83eba1954160d0d158bf
3
+ metadata.gz: 9fee1c93a8b0182450d5754b0b97ffe430c630ff
4
+ data.tar.gz: e1f0717707ee85c4500d6b66e4e26457c8890327
5
5
  SHA512:
6
- metadata.gz: c9a7d90dc89bf60209090da77b1a04fac92549cf8ca1255858640462a66516555f8c1ba3b605729c7e5725edb32377a4543394a6695b3b2c6f29f33efdd05092
7
- data.tar.gz: c0e3261688090805b9a33eb16bf90a638abb847b449ce46114c7c25490fa430e8923b50d8ce2f7552f097b7e5a02d49995b409d6b0a8cfe59ab5f7306036c42f
6
+ metadata.gz: 02165ff5f8de663382cda9fe9e73a43a09caac091b593f0769a93638a0fe1b975085a6bda62dd3d453aa78de8dc66692b6e4f2cb4ec040b8cdcef30c5f9ce990
7
+ data.tar.gz: 06d83261be8fbdc8817f0246ebc72f0c63beb0370807d04e2ac647725f9b5e142c3f9c8f43f4177b43c7901f442cbdf6ba8bb231dc8e5b436fb7f0d0a31671bc
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.15"
3
+ VERSION = "0.4.16"
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, :home_location]
9
+ option :fields, [:first_name, :last_name, :email, :role, :cohorts, :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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-galvanize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cunningham