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: 8a9d15fad85f541acc52af6ed3f40cbd62a7041c
4
- data.tar.gz: 175b342304b9a82ceed9459f23b0770edc0e0afe
3
+ metadata.gz: 420a9f4678d8b96f0f59b309364158ee1dff0cd5
4
+ data.tar.gz: d664fd92c21afdce16e8abe6fd791c21b9e9f5e3
5
5
  SHA512:
6
- metadata.gz: c29f7d5ca5f65787aa3b6dfb94805f362328a36f7b61fd023d911eb434d8168756ac0655404a5743397fc45ff37ee8b61960c708753de9c3bb469afa310300b3
7
- data.tar.gz: b699748ca86611052597854bc89546061c5823d33b04c3389e59e041fae72e9123286ab4f4aaa9bfe28d6108630e034864d7b6f9a2f0b66c3af08afd137c611b
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
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.9"
3
+ VERSION = "0.4.10"
4
4
  end
5
5
  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.9
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-14 00:00:00.000000000 Z
11
+ date: 2015-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth