allpay_client 1.0.8 → 1.0.9

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: cd1a1d782727b210d77774b7cedfcfaa3d6cb61b
4
- data.tar.gz: 1dc0641c7e885b3e1b9a48fa42395224aef2780c
3
+ metadata.gz: 45e8efe0cfd77657844f1579f7ba92f0353163ec
4
+ data.tar.gz: 9359e09cf6c1a665dc6a1ababe6e749a5ff3726f
5
5
  SHA512:
6
- metadata.gz: 2f115369dffbcb05af65300c5e207a00017236a56f4a7507e86c15ffb64b82fa85072d8547c421a8a680caf04ed6150c252e5ad5dbec355d7fb5eb5cabdd3851
7
- data.tar.gz: 518e237520a6e7ac98614bdc565f14435ffe72ca37f4d2d42f5cfe6fdc461d1ca7c1b2504e67c2ad036027f043332c71ecf335f36a4f7b39f1d96f01337208ed
6
+ metadata.gz: 7a8b488d46e9c5f8eaa892ebfa177cd8f5be1c35425b91f467dec7c356839ca8baaad0098397bf7c5772f2a2b63cef7fd12c220ed7e810f25afdda3c774afe4c
7
+ data.tar.gz: 67779336cc5698abd9a47b413bec97f8fd1031219d281b578d694f3a06c4505ff7250d2ac1c54bfeb625875503a1547e0f95a77e6060bf2ca19d926907d81843
data/allpay.gemspec CHANGED
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'allpay/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
- spec.name = "allpay_client"
7
+ spec.name = 'allpay_client'
8
8
  spec.version = Allpay::VERSION
9
- spec.authors = ["Jian Weihang"]
10
- spec.email = ["tonytonyjan@gmail.com"]
11
- spec.summary = %q{API client for allpay}
12
- spec.description = %q{API client for allpay}
13
- # spec.homepage = ""
9
+ spec.authors = ['Jian Weihang']
10
+ spec.email = ['tonytonyjan@gmail.com']
11
+ spec.summary = '歐付寶(Allpay)API 包裝'
12
+ spec.description = '歐付寶(Allpay)API 包裝'
13
+ spec.homepage = "https://github.com/tonytonyjan/allpay"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Allpay
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allpay_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jian Weihang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-07 00:00:00.000000000 Z
11
+ date: 2015-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: API client for allpay
69
+ description: "歐付寶(Allpay)API 包裝"
70
70
  email:
71
71
  - tonytonyjan@gmail.com
72
72
  executables: []
@@ -89,7 +89,7 @@ files:
89
89
  - lib/allpay_client.rb
90
90
  - spec/allpay_spec.rb
91
91
  - spec/spec_helper.rb
92
- homepage:
92
+ homepage: https://github.com/tonytonyjan/allpay
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: {}
@@ -112,7 +112,7 @@ rubyforge_project:
112
112
  rubygems_version: 2.4.5
113
113
  signing_key:
114
114
  specification_version: 4
115
- summary: API client for allpay
115
+ summary: "歐付寶(Allpay)API 包裝"
116
116
  test_files:
117
117
  - spec/allpay_spec.rb
118
118
  - spec/spec_helper.rb