omniauth-open_wechat 0.0.3 → 0.0.4

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: e1000333909f38cf63d269d6f9f28e84a388efba
4
- data.tar.gz: c2f5913962020b3806712fd7ea6b213b7e001a6d
3
+ metadata.gz: 1b51f5337d7114eb6dab98dc65b5f54b2af99424
4
+ data.tar.gz: 712f0a2f61ef0d9bab1818357a0755a2dc5207f7
5
5
  SHA512:
6
- metadata.gz: f278ec78538699fc70509b9774db9c2ab591efc58b6274ad97e86a8b1bf647230d24463d78249b0db3a4dfee7f94bc3196b0920dc46d6bce9769d61923fd7d11
7
- data.tar.gz: 98ddcdd6e8bce065a3e0541d7529e2dbb9ae1f85e916b50a17c5ad792448952360c8dcd1a1d6e4352c30fba36b7299bbfe006b3a790e9fff957eba024b35e3ea
6
+ metadata.gz: c5ef5c09147783372d408be9ffbcc3e7d5b0d2ee5d13c48cd7a45440a5e479e939e72ade51c8002d8d77e102a5351c1e2d7c7f000aa41afef2b87c77ffe136f3
7
+ data.tar.gz: 7169e627e679d03bc8087d76021bdddd6a6aefc31e45c551fc7d5d7e208942d5e481f69f87fd2b0ac20fe26b0480fd6fcf60d14a2e3ade27ee92706855a39642
data/README.md CHANGED
@@ -31,7 +31,7 @@ end
31
31
 
32
32
  ## Current Version
33
33
 
34
- `0.0.2`
34
+ `0.0.4`
35
35
 
36
36
  ## Authentication Hash
37
37
 
@@ -41,7 +41,6 @@ Here's an example Authentication Hash available in `request.env['omniauth.auth']
41
41
  {
42
42
  "provider"=>"open_wechat",
43
43
  "uid"=>"xxx...",
44
- "unionid"=>"xxx...",
45
44
  "info"=>{
46
45
  "nickname"=>"free",
47
46
  "sex"=>1,
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module OpenWechat
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -21,10 +21,6 @@ module OmniAuth
21
21
  raw_info['openid']
22
22
  end
23
23
 
24
- unionid do
25
- raw_info['unionid']
26
- end
27
-
28
24
  info do
29
25
  {
30
26
  nickname: raw_info['nickname'],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-open_wechat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - free1
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-15 00:00:00.000000000 Z
11
+ date: 2015-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 2.4.7
82
+ rubygems_version: 2.4.8
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: OmniAuth strategy for OpenWechat.