omniauth-galvanize 0.4.7 → 0.4.8

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: 0e5d8a51818b48a65ac8a6a95e418fed52689669
4
- data.tar.gz: 0239e5c4ec9700a0524c10bc9b55a5af6b574737
3
+ metadata.gz: 4f6a56599f8fff1d493b9a4cc229c1dc0b603ce9
4
+ data.tar.gz: 40b928c1217dd4eb9dc217ca0a77a0bf94983388
5
5
  SHA512:
6
- metadata.gz: ea2c50242915207cd8a5487321d41f6b0165767decbd0de7edd067f27b372cbc50060f4528b76826eb790690b41d634c31d360ca598fce6d5a6e54402896e0db
7
- data.tar.gz: affee37997d92c015e81a662db6281b14cc50df3547790c1a5e85a61ef7b1fcc28a9969f116bb6a4bfd2663608f7b50c3cdf9a15816e5e6522304be14684cc92
6
+ metadata.gz: 522a88578c4b3b3fb0dcf8e9534ec9b314a66adb93a253f61aca35eb4a58f452f014bf52fa9b4c7ba77a335fb8babb0dea9340c925835c5a64e217ede45d3edc
7
+ data.tar.gz: 468c0b9a36aaf94cef7c0943ad66cb3230727df6af7e7b378425be40b096de7c50b7752dfc31d52ba4277630796a810d3e0d8984768e31a1cda3499fa84a47e3
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-galvanize (0.4.3)
4
+ omniauth-galvanize (0.4.8)
5
5
  multi_json (~> 1.2)
6
6
  omniauth (~> 1.2)
7
- omniauth-oauth2 (~> 1.3)
7
+ omniauth-oauth2 (~> 1.3.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -132,7 +132,7 @@ PLATFORMS
132
132
  DEPENDENCIES
133
133
  jbuilder (~> 2.0)
134
134
  omniauth-galvanize!
135
- omniauth-oauth2 (~> 1.3)
135
+ omniauth-oauth2 (~> 1.3.1)
136
136
  rails (= 4.2.4)
137
137
  sdoc (~> 0.4.0)
138
138
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Galvanize
3
- VERSION = "0.4.7"
3
+ VERSION = "0.4.8"
4
4
  end
5
5
  end
@@ -30,7 +30,8 @@ module OmniAuth
30
30
  :galvanize_id => raw_info['results'][0]['id'],
31
31
  :about => raw_info['results'][0]['about'],
32
32
  :photo => raw_info['results'][0]['photo'],
33
- :roles => raw_info['results'][0]['roles']
33
+ :roles => raw_info['results'][0]['roles'],
34
+ :home_location => raw_info['results'][0]['home_location']
34
35
  }
35
36
  end
36
37
 
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.7
4
+ version: 0.4.8
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-10-23 00:00:00.000000000 Z
11
+ date: 2015-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth