qpay 1.5.0 → 1.6.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qpay/version.rb +1 -1
  3. data/qpay.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1a564a42753a6ca46fe6e499fafd10f5d0bd0ef
4
- data.tar.gz: dd275ad5c85f9dc51df7b44c559a83eba601ce10
3
+ metadata.gz: 65e6ee3f06fb736da33a2c00d0b44c59c2630f19
4
+ data.tar.gz: 060fc1a5fd37a2abc0fa76e83be9f01dde9c227f
5
5
  SHA512:
6
- metadata.gz: f6ec627c45759385fb569d66835f07247700f775e8e4737b61bee63e1ed6852ddc3b3a2b52ebea5ac795fe17bd47ff3532ba06918821d6cc83bd9c3251a60af3
7
- data.tar.gz: c6c5f15e777d8f696ea980f2ccd6217b0b27c7e787e62230bee0e05724370c754e7e0fe01d4cf86164c1c832ea0582373a9f78dca7391b897a387381abb1e4de
6
+ metadata.gz: 39e6037c0ab4db5e4adf608597fe810028c53147cca47284226b02b0e9d1b8bb300d42e217b64b1fe896b1153b74b4b5f5870e4fa2121075fcc715330f0803c9
7
+ data.tar.gz: 570d67cde24e5a23dfe2d5848ba328768c4541ff8f28d156ad538d68cd39e27c2f18473032bdf7ac1f5acb4e0f22d219c87d00077164383cf1e7a7ee723a53fe
@@ -1,3 +1,3 @@
1
1
  module Qpay
2
- VERSION = '1.5.0'
2
+ VERSION = '1.6.0'
3
3
  end
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'qpay'
8
8
  spec.version = Qpay::VERSION
9
9
  spec.authors = ['scorix']
10
- spec.email = ['scorix@liulishuo.com']
10
+ spec.email = ['scorix@gmail.com']
11
11
 
12
12
  spec.summary = %q{A gem for payment in qpay.}
13
13
  spec.description = %q{api doc: https://qpay.qq.com/qpaywiki/showdocument.php?pid=38&docid=58}
14
- spec.homepage = 'https://github.com/lingochamp/qpay'
14
+ spec.homepage = 'https://github.com/scorix/qpay'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - scorix
@@ -180,7 +180,7 @@ dependencies:
180
180
  version: '0'
181
181
  description: 'api doc: https://qpay.qq.com/qpaywiki/showdocument.php?pid=38&docid=58'
182
182
  email:
183
- - scorix@liulishuo.com
183
+ - scorix@gmail.com
184
184
  executables: []
185
185
  extensions: []
186
186
  extra_rdoc_files: []
@@ -202,7 +202,7 @@ files:
202
202
  - lib/qpay/sign.rb
203
203
  - lib/qpay/version.rb
204
204
  - qpay.gemspec
205
- homepage: https://github.com/lingochamp/qpay
205
+ homepage: https://github.com/scorix/qpay
206
206
  licenses:
207
207
  - MIT
208
208
  metadata: {}