omniauth-galvanize 0.4.8 → 0.4.9

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: 4f6a56599f8fff1d493b9a4cc229c1dc0b603ce9
4
- data.tar.gz: 40b928c1217dd4eb9dc217ca0a77a0bf94983388
3
+ metadata.gz: 8a9d15fad85f541acc52af6ed3f40cbd62a7041c
4
+ data.tar.gz: 175b342304b9a82ceed9459f23b0770edc0e0afe
5
5
  SHA512:
6
- metadata.gz: 522a88578c4b3b3fb0dcf8e9534ec9b314a66adb93a253f61aca35eb4a58f452f014bf52fa9b4c7ba77a335fb8babb0dea9340c925835c5a64e217ede45d3edc
7
- data.tar.gz: 468c0b9a36aaf94cef7c0943ad66cb3230727df6af7e7b378425be40b096de7c50b7752dfc31d52ba4277630796a810d3e0d8984768e31a1cda3499fa84a47e3
6
+ metadata.gz: c29f7d5ca5f65787aa3b6dfb94805f362328a36f7b61fd023d911eb434d8168756ac0655404a5743397fc45ff37ee8b61960c708753de9c3bb469afa310300b3
7
+ data.tar.gz: b699748ca86611052597854bc89546061c5823d33b04c3389e59e041fae72e9123286ab4f4aaa9bfe28d6108630e034864d7b6f9a2f0b66c3af08afd137c611b
data/Gemfile.lock CHANGED
@@ -51,13 +51,13 @@ GEM
51
51
  multipart-post (>= 1.2, < 3)
52
52
  globalid (0.3.6)
53
53
  activesupport (>= 4.1.0)
54
- hashie (3.4.2)
54
+ hashie (3.4.3)
55
55
  i18n (0.7.0)
56
56
  jbuilder (2.3.1)
57
57
  activesupport (>= 3.0.0, < 5)
58
58
  multi_json (~> 1.2)
59
59
  json (1.8.3)
60
- jwt (1.5.1)
60
+ jwt (1.5.2)
61
61
  loofah (2.0.3)
62
62
  nokogiri (>= 1.5.9)
63
63
  mail (2.6.3)
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.8"
3
+ VERSION = "0.4.9"
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, :galvanize_id]
9
+ option :fields, [:first_name, :last_name, :email, :role, :galvanize_id, :home_location]
10
10
  option :role_fields, [:role]
11
11
  option :uid_field, :galvanize_id
12
12
 
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.8
4
+ version: 0.4.9
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 00:00:00.000000000 Z
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth