omniauth-authentiq 0.3.0 → 0.3.1

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: b92dff3fe5645a8c22d26e3622920fb71668a534
4
- data.tar.gz: b9f25da6236d3573fb99c7743a79632912707611
3
+ metadata.gz: 01dd2d6aff810f685097a4e2398f3eb521a94544
4
+ data.tar.gz: 049a8e83bfc64a007e8f8c90006dac493243e5c6
5
5
  SHA512:
6
- metadata.gz: 0d40049eeb8b95172ae2d8804afe3b9529913c1c4146aac457c8d3a5f1f4642744045fc4b85946681cf579b102593b5f77f4c1d48d01da9565863149e278ea18
7
- data.tar.gz: d6fc8fdf6090da341bc0b70fdfbe455aab1c6245be9c15c4f985a970b02c6f2cb8ecbaf522b45346e56dfc380499080945bad7918a14c6a13e1bc1d551408f14
6
+ metadata.gz: 0493385606adb0846ae6cce9ba032f6e08c65280fe45b0ef324df171e92e33bb7ce28a86634559976e95fd852eed47d2f4a0ad10ed0ad8e9bc4a04f696f507b0
7
+ data.tar.gz: 9a2d139c52e9acc8748b4fe3ebaff0ace39a3ce2a629f5e83a1895bfe4236da0aa01a9f0e016ca41b3de73119dd5cae153cf72ba98c94ed100471ec41b97dca2
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Authentiq
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
@@ -28,8 +28,8 @@ module OmniAuth
28
28
  :last_name => (@raw_info['family_name'] unless @raw_info['family_name'].nil?),
29
29
  :email => (@raw_info['email'] unless @raw_info['email'].nil?),
30
30
  :phone => (@raw_info['phone_number'] unless @raw_info['phone_number'].nil?),
31
- :location => (@raw_info['address'] unless @raw_info['address'].nil?),
32
- :geolocation => (@raw_info['aq:location'] unless @raw_info['aq:location'].nil?)
31
+ :address => (@raw_info['address'] unless @raw_info['address'].nil?),
32
+ :location => (@raw_info['aq:location'] unless @raw_info['aq:location'].nil?)
33
33
  }.reject { |k, v| v.nil? }
34
34
  end
35
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-authentiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandros Keramidas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2