omniauth-alipay-oauth2 0.1.0 → 0.1.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: faea30d49e2bdfa5bd5a67dd705dadb809bd2e5a
4
- data.tar.gz: 031159221b8f48904bb6bae166201fe18b364cd8
3
+ metadata.gz: 7143e8e312f81fdc76808f6afb283235b8ecc8c7
4
+ data.tar.gz: 8c00d6f27260336294feb0e8e8e372e9c6624bdc
5
5
  SHA512:
6
- metadata.gz: 321e97da1c8faef3bf178dc75b5f4731022e8b29a72e254301a578422ff71da2bf313bb62f6af58e04a178e95b1aa5fec79ceea8d81a3124e193274d64fe157c
7
- data.tar.gz: a0b266404b05d0c6d18f003dcbd9bf2ce205c0c781799306c9374ec39c2ef3ae377ff3a88a3ff1385cdad0b2483566a0fc2fb8405ab49e8a9c9cf7e0565f0534
6
+ metadata.gz: 3ec34555fd818e0308dcb82d1e0ad04922e4d9b455680bad0f0e433b0ee7887f711b73682adc0437290c873e0bd673ec6872f2da3e8fbb98190e82a7d8238877
7
+ data.tar.gz: ec35705f78415c7c86b2c4ce5edb43bea9c1a9886d5755878d1cbec1bc8144704f3685051b3d1ce741467bf6b55c1a6c13344e764f98c7928f0335d727773c32
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Alipay
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Fuxin Hao']
10
10
  spec.email = ['haofxpro@gmail.com']
11
11
  spec.homepage = 'https://github.com/FX-HAO/omniauth-alipay'
12
- spec.description = 'Facebook OAuth2 Strategy for OmniAuth'
12
+ spec.description = 'Alipay OAuth2 Strategy for OmniAuth'
13
13
  spec.summary = spec.description
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-alipay-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fuxin Hao
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.15.0
55
- description: Facebook OAuth2 Strategy for OmniAuth
55
+ description: Alipay OAuth2 Strategy for OmniAuth
56
56
  email:
57
57
  - haofxpro@gmail.com
58
58
  executables: []
@@ -92,5 +92,5 @@ rubyforge_project:
92
92
  rubygems_version: 2.5.1
93
93
  signing_key:
94
94
  specification_version: 4
95
- summary: Facebook OAuth2 Strategy for OmniAuth
95
+ summary: Alipay OAuth2 Strategy for OmniAuth
96
96
  test_files: []