omniauth_oauth2_wechat 1.0 → 1.1

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: 4e02d34d591afe68ab8ba8e447663fe9d1860670
4
- data.tar.gz: dbae0fc29ad7191730c45b0810a3add56f19c71c
3
+ metadata.gz: 535002c415f403a179ba69e12d904cb2e67e6f8d
4
+ data.tar.gz: 31a7cae88517acd68bbbec4023512934851175ac
5
5
  SHA512:
6
- metadata.gz: 969b17c4caf9ce2b59002c1ecb3010fc7c348f819e245ed4e764689865e9755e29f675f65211789c6d6ada16e0dc5e34e7bedbfac1c7a48677228209a58b4fe3
7
- data.tar.gz: 9caa0f45b335dc0bcd050ab793f31edc0550248a7b63e8941ecd21b485ddae6ad93bcccc470d2dc7cad6bd8b325b0419ee59a5b87a925d330bb508999719031e
6
+ metadata.gz: 1ea75168850ceb7dfbb0f37fced81bfa19ea663e767c7da90071601e9391256b441eb377d099b406033fac9cbe296c9068dcb9b4852ffac892b670d5e4487a0b
7
+ data.tar.gz: 5f142d2b9306636574c2902f08ec8ecb59cc75a1a5f89ad7e978e9b49e927ea71d4e9e7a91dedc00b7afdfaf4ec05922d4ef8cf27d5923d88401e06052a917af
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0
1
+ 1.1
@@ -28,7 +28,8 @@ module OmniAuth
28
28
  city: raw_info['city'],
29
29
  country: raw_info['country'],
30
30
  unionid: raw_info['unionid'],
31
- headimgurl: raw_info['headimgurl']
31
+ headimgurl: raw_info['headimgurl'],
32
+ unionid: raw_info['unionid']
32
33
  }
33
34
  end
34
35
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_oauth2_wechat
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - sharp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-31 00:00:00.000000000 Z
11
+ date: 2016-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth