omniauth-proz 0.1.10 → 0.1.11

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: 1c2ea7ba71187161246433294b64281caabd2fbd
4
- data.tar.gz: 66e071bdce7251a4af6ec6466c0c10df04fc322e
3
+ metadata.gz: 2e57487a5965ac206f0d93093c02912404973319
4
+ data.tar.gz: 2817098c25dc931f95fb7c0608ef2d550c3d7f1a
5
5
  SHA512:
6
- metadata.gz: 941253a838d93312bb6b637af8f5f9966aff1501bfa48f3454d1d25a0dd9e56687e72e38bcf8023593f3b85e1a27bb8434f0a0f7fa24b5783e95425d3b508571
7
- data.tar.gz: d784a172897788344bf2cc898454809e58369cd18c023804cf08ff1b0144c8147b82879c4cedf993250c3246fce5e38435aa3f560649c0f317ad65ca1af17c76
6
+ metadata.gz: bda8caadd55990669e118ccb66c3e634b6834aaa39679a40908b09aa4e38de68e9e1afdda9e40c66176bc907fedad9ce41ccab971acfb25f3c89215674f3a849
7
+ data.tar.gz: 3f0954889ade05a1beb0a828c6ebd84b66bf48382801c3e3068c11c94d8645de89229bd98a2eaf447663ca526ef9c2fe7024421bd647693173f43ef51ed8cdbc
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Proz
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ module OmniAuth
19
19
  uid { raw_info['uuid'] }
20
20
 
21
21
  info do
22
- prune!({
22
+ {
23
23
  :email => raw_info["email"],
24
24
  :name => raw_info["site_name"],
25
25
  :profile_url => raw_info["profile_url"],
@@ -35,7 +35,7 @@ module OmniAuth
35
35
  :expired_date => raw_info["proz_membership"]["expired_date"],
36
36
  :certified_pro_network_status => raw_info["proz_membership"]["certified_pro_network_status"]
37
37
  }
38
- })
38
+ }
39
39
  end
40
40
 
41
41
  def raw_info
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-proz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin S. Dias