govuk-pay-api-client 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- data/lib/govuk_pay_api_client/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: f8d9e34ea815e1be4a30028072cae8f83d748d2f
|
4
|
+
data.tar.gz: 633d2327c1dfbf1ae0befd694e8ad8e0a6dc9552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aab0024014592b69112100ccdd736298df06f988eb76c6a7a5d03189c56dcfe06734281ba9b56609548bf6ee27e2143ec6be80b68f6aedb4f7640363a13c6296
|
7
|
+
data.tar.gz: 76798a404f3c0184bbb1dee6ec3839c2abbfa5b6faa593f3349ebfd2e1eb08b85e6c75fa315366f6c781906184c1559e7e4bad63f62b5447a8b4368ae9894603
|
data/README.md
CHANGED
@@ -73,6 +73,12 @@ Or install it yourself as:
|
|
73
73
|
Run `bundle rake` in the gem source directory for a full set of specs,
|
74
74
|
mutation tests and rubocop checks.
|
75
75
|
|
76
|
+
### In an application
|
77
|
+
|
78
|
+
Examples of how this gem might be used can be found in the specs. There
|
79
|
+
is also a set of RSpec shared examples that can be copied and modified.
|
80
|
+
These can be found in `spec/suppport/shared_examples_for_govpay.rb`.
|
81
|
+
|
76
82
|
## Contributing
|
77
83
|
|
78
84
|
Fork, then clone the repo:
|