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 +4 -4
- data/allpay.gemspec +6 -6
- data/lib/allpay/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45e8efe0cfd77657844f1579f7ba92f0353163ec
|
|
4
|
+
data.tar.gz: 9359e09cf6c1a665dc6a1ababe6e749a5ff3726f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 =
|
|
7
|
+
spec.name = 'allpay_client'
|
|
8
8
|
spec.version = Allpay::VERSION
|
|
9
|
-
spec.authors = [
|
|
10
|
-
spec.email = [
|
|
11
|
-
spec.summary =
|
|
12
|
-
spec.description =
|
|
13
|
-
|
|
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")
|
data/lib/allpay/version.rb
CHANGED
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.
|
|
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-
|
|
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
|
|
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
|
|
115
|
+
summary: "歐付寶(Allpay)API 包裝"
|
|
116
116
|
test_files:
|
|
117
117
|
- spec/allpay_spec.rb
|
|
118
118
|
- spec/spec_helper.rb
|