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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ffa7224be52da431a62dbbd7fe48e6cc9e5f5da0
4
- data.tar.gz: d2227107e9fb55aae21e5c0bf7872e4332c29384
3
+ metadata.gz: 7b1e8f582313850e57575f10afca9d72eb6a7a78
4
+ data.tar.gz: b49e12fbfc606ad2b9bf05259dfb777d255d6a56
5
5
  SHA512:
6
- metadata.gz: 7773a0a08db868eb09b0cbcb39b50b5fe87f943f4e8430522ff34165c6a646d7ac793c6798ea52522c7f7dcaa3876640ba51834d7a177040b48eec96fd889d7e
7
- data.tar.gz: 722d39bf8d156a24aa6a9fa612be63f129a40e879baf3605cada4797c76e84371660d66234497a157c97406374bb5ac519a4b75194cc9e780792ac01acd82250
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:
@@ -1,3 +1,3 @@
1
1
  module Ralipay
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-23 00:00:00.000000000 Z
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: {}