paymaster 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/paymaster/base_response.rb +4 -0
- data/lib/paymaster/request_error.rb +4 -0
- data/lib/paymaster/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: e052e78c88e1071bf76dd48e8e82dc26840c877c
|
4
|
+
data.tar.gz: 33d4b124906869f30273812f5ff8c9db7597e7ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84efd2c31fb470e93560b10bf37e355e9d9efec88fa12f22abb8b74b8cf5201921d914069968a78f30a9df0dea77a743d222873ad653507f6c6cddfc10d4d3bf
|
7
|
+
data.tar.gz: 2c9e3b6e9d0d60085cfc68f52990e34b5392220a9814109f3b5a3616057f758f31a3f92bb87d836348bb07cfaaa45892a021134dec8fe52d58cf1da348348e96
|
data/README.md
CHANGED
@@ -74,7 +74,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
74
74
|
|
75
75
|
## Contributing
|
76
76
|
|
77
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
77
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/kirillplatonov/paymaster. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
78
78
|
|
79
79
|
|
80
80
|
## License
|
data/lib/paymaster/version.rb
CHANGED