proxypay 0.1.5 → 0.1.6
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 +1 -1
- data/lib/proxypay.rb +2 -2
- data/lib/proxypay/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e217f4a2603f3426d93b416e5cf6a7b25227793
|
|
4
|
+
data.tar.gz: f2ac82f4ac374cad31aaae24e1372fc2fb956edb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4be974a40f6a9ce370a7cdbe432c760aeb47e16bc7caa073c86ae82efd4ad2e2ff20d79444d25e2d3dd907e9ad6a0aa84b2479df7a9283d241d901b851f6ce1
|
|
7
|
+
data.tar.gz: 12505583c1a6bec5e39767600ff5c2330783ec78230b4ec794211344c881c40715af5ecf3f63441994dbed4d5f93b5273e52c7a3ee1dc2a3cfd88f5c168607c6
|
data/README.md
CHANGED
|
@@ -59,7 +59,7 @@ Proxypay.new_payments(ids)
|
|
|
59
59
|
|
|
60
60
|
## Help and Docs
|
|
61
61
|
- [ProxyPay API](https://developer.proxypay.co.ao)
|
|
62
|
-
- [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.
|
|
62
|
+
- [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.6)
|
|
63
63
|
|
|
64
64
|
## Development
|
|
65
65
|
- You can fork the project
|
data/lib/proxypay.rb
CHANGED
data/lib/proxypay/version.rb
CHANGED