new_alipay 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
  SHA1:
3
- metadata.gz: b61fcb516bf6b3803a3bca4031a253c3aa4f2a48
4
- data.tar.gz: 414b38565273496e82f75c7d9840494735431663
3
+ metadata.gz: 46bcd901bec7bc92348482c30732a1e3dcbddec7
4
+ data.tar.gz: 19029f9578fd3dac6dfb76618d29035c5256a493
5
5
  SHA512:
6
- metadata.gz: 6e36ac03860bf145e281e8b931ba94305870608861d42fb4948b8a712416c92aec0389741637bba45de763c50b9f7785d92a93780820467e39b0828dba1b3997
7
- data.tar.gz: a3ec90cd55c1eec9a17afbdccadfeb534aaf3720ea20a33bf7567c52528a168c3b9eacf885e45a494054c7b37220a99c15a84560409d99c8cbcc897f75981984
6
+ metadata.gz: 6a3625a6d57048af035b894591c7329f67824be864cb59c135bfa36cf6d121589a0101d8cd3b73a58d7a3599527284d2d9332713d63a0469d6886bf4bf49d9a2
7
+ data.tar.gz: 2a9c92556e5b315ae02bef742d3ccccb9adf77bc05019ed15a2d4bb1376843fdde24a49476f80a23ac285bbe0a355dc77f92d440464ad9721bdfc4eb5dba1e33
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- new_alipay (0.1.0)
4
+ new_alipay (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module NewAlipay
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/new_alipay.gemspec CHANGED
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = NewAlipay::VERSION
9
9
  spec.authors = ["saxer"]
10
10
  spec.email = ["15201280641@qq.com"]
11
+ spec.licenses = ["MIT"]
11
12
 
12
13
  spec.summary = %q{支付宝支付}
13
14
  spec.description = %q{支付宝移动支付}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: new_alipay
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
  - saxer
@@ -101,7 +101,8 @@ files:
101
101
  - new_alipay.gemspec
102
102
  - rsa.php
103
103
  homepage: https://github.com/mumaoxi/new_alipay
104
- licenses: []
104
+ licenses:
105
+ - MIT
105
106
  metadata:
106
107
  allowed_push_host: https://rubygems.org
107
108
  post_install_message: