omniauth-wx 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: ab139ac488db643d12839db06f8f9170ad2a5127ad20af2d30df24389c188390
4
- data.tar.gz: 9d9eed3d570db4c95083c731adfbcff534ccebf71a0659b340ce8db1f11a04b7
3
+ metadata.gz: a0f8fb5ec2804ba7f22b24ca5e2275a544f2ea137ab2cea37a73850121463159
4
+ data.tar.gz: 2f3be54e1ca73f9459cb72ecfafec0f47c5117b23a1bc5bd495f07b0298b20a4
5
5
  SHA512:
6
- metadata.gz: f85ea2aa8c47f452c2a0520c5e5bd5f39a2d6be66faee03d1480be929bd3f773874ca42440fed3cf01cab0627ba8ee2e3679aee60c04710ae188b30b5b381482
7
- data.tar.gz: 100f7086449a99e65a0ed708d638c806228b610833d8990e5351cc53c9b5ddf08e680bc142439936cc546cc4825b848a366dc240cc0c0c8b53818bcfdf924b13
6
+ metadata.gz: dd3299145191a03c8171c204b92ab92cf42eb2830f0bcf84c7a3efe7099be060c7646e203fbfdc5060241b5d7fc8a93389482c2f1aa3995d391ff574edfcf399
7
+ data.tar.gz: 6955dbdc0b950059ba4c7077eae2aa92008001f88359bc82f3ded796e18c63418d567e7a7aa11601959d6d62953afb86ed58b80b4a530efbfedca05cd6359029
File without changes
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-wx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Skinnyworm
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-10-13 00:00:00.000000000 Z
@@ -60,12 +60,12 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - README.md
63
- - lib/omniauth-wechat-oauth2.rb
63
+ - lib/omniauth-wx.rb
64
64
  - lib/omniauth/strategies/wechat.rb
65
65
  homepage: https://github.com/skinnyworm/omniauth-wechat-oauth2
66
66
  licenses: []
67
67
  metadata: {}
68
- post_install_message:
68
+ post_install_message:
69
69
  rdoc_options: []
70
70
  require_paths:
71
71
  - lib
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: 1.8.23
82
82
  requirements:
83
83
  - none
84
- rubygems_version: 3.0.6
85
- signing_key:
84
+ rubygems_version: 3.2.3
85
+ signing_key:
86
86
  specification_version: 4
87
87
  summary: Omniauth strategy for wechat(weixin)
88
88
  test_files: []