ralipay 1.0.0 → 1.0.1
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/README.md +8 -0
- data/lib/ralipay/version.rb +1 -1
- data/ralipay.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b1e8f582313850e57575f10afca9d72eb6a7a78
|
|
4
|
+
data.tar.gz: b49e12fbfc606ad2b9bf05259dfb777d255d6a56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de175f297dfa9dad8834b8671e8062b3a2a90647d49ebb61347ad812d57f40261bff3275eb4845c9dccc111afe405e304490f569f2d2f75a38a683c945847513
|
|
7
|
+
data.tar.gz: 8db2acbb7ef3582fb45aee4d64759b07f20c47b877da0c5520b396559c91ffb4678a39a29e492b5f581af125636579dacbac3b620fd891c6c95e0f31d4c49956
|
data/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
A ruby Gem for Alipay, contains web payment and mobile client payment
|
|
4
4
|
|
|
5
|
+
- HomePage [http://ledbk.com/ralipay/](http://ledbk.com/ralipay/)
|
|
6
|
+
|
|
7
|
+
- [https://rubygems.org/gems/ralipay](https://rubygems.org/gems/ralipay)
|
|
8
|
+
|
|
9
|
+
- [https://github.com/RaymondChou/ralipay](https://github.com/RaymondChou/ralipay)
|
|
10
|
+
|
|
11
|
+
- sinatra example [https://github.com/RaymondChou/ralipay_sinatra](https://github.com/RaymondChou/ralipay_sinatra)
|
|
12
|
+
|
|
5
13
|
## Installation
|
|
6
14
|
|
|
7
15
|
Add this line to your application's Gemfile:
|
data/lib/ralipay/version.rb
CHANGED
data/ralipay.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["freezestart@gmail.com"]
|
|
11
11
|
spec.description = "A Gem for alipay,contains web payment and mobile payment"
|
|
12
12
|
spec.summary = "A Gem for alipay"
|
|
13
|
-
spec.homepage = "http://ledbk.com"
|
|
13
|
+
spec.homepage = "http://ledbk.com/ralipay"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ralipay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RaymondChou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-03-
|
|
11
|
+
date: 2013-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- lib/ralipay/version.rb
|
|
72
72
|
- ralipay.gemspec
|
|
73
73
|
- test/test_ralipay.rb
|
|
74
|
-
homepage: http://ledbk.com
|
|
74
|
+
homepage: http://ledbk.com/ralipay
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|