omniauth-galvanize 0.4.14 → 0.4.15

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: 8675c3d8ba497842f8a4a769a6ccbd2fef4918d1
4
- data.tar.gz: 19f4394dfb7450fb7a127fd36bab942eb1b53640
3
+ metadata.gz: 300d9e4550ccad7faa92a1f38cba77b13bf1c515
4
+ data.tar.gz: 95e890d8c6e6d25905bd83eba1954160d0d158bf
5
5
  SHA512:
6
- metadata.gz: 94e129044c78b612ddd6aca280c40cc9b28f4b7e472979c71065a4377d5102b9099f0482a6dd5f7a7c32b0f758190b140c9326039f35f7b4aece593b7ab99c5c
7
- data.tar.gz: 9a09e097bc9edde759677fa010e46844820f873fe03b7ef5cde14d8ff8c86b5e348c1e86a94d45fe99baf046c42bd988fbbf88a0bd571aa9141d5431c4ef0f22
6
+ metadata.gz: c9a7d90dc89bf60209090da77b1a04fac92549cf8ca1255858640462a66516555f8c1ba3b605729c7e5725edb32377a4543394a6695b3b2c6f29f33efdd05092
7
+ data.tar.gz: c0e3261688090805b9a33eb16bf90a638abb847b449ce46114c7c25490fa430e8923b50d8ce2f7552f097b7e5a02d49995b409d6b0a8cfe59ab5f7306036c42f
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.14"
3
+ VERSION = "0.4.15"
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]
9
+ option :fields, [:first_name, :last_name, :email, :role, :cohorts, :galvanize_id, :home_location, :onboard_uuid, :photo, :home_location]
10
10
  option :role_fields, [:role]
11
11
  option :cohort_fields, [:cohort]
12
12
  option :uid_field, :galvanize_id
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.14
4
+ version: 0.4.15
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-02-11 00:00:00.000000000 Z
11
+ date: 2016-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth