govuk-pay-api-client 0.1.3 → 0.1.4

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: e732d71a1639aade11e5fd80d94d40cc323d7c8e
4
- data.tar.gz: 6427e2344c1f0c97b6e31844dc7d5781940cbae5
3
+ metadata.gz: f8d9e34ea815e1be4a30028072cae8f83d748d2f
4
+ data.tar.gz: 633d2327c1dfbf1ae0befd694e8ad8e0a6dc9552
5
5
  SHA512:
6
- metadata.gz: ce803a91eb8e68cf276c0900406f7b05a1ecaef29bc6e0b66eb3d6a797a20f732c531e8c7409cc23d2ce55e9b99703a7f88e61f5c6921def29619aa54a231b78
7
- data.tar.gz: 3256f874884a02c3664ad920083ac1baa55d3861c63a3614cca5565d31ed41762d5b5e4480b3536bc18cabb9b4aded2764984b9f78123de1dfcde011e6d3bb0c
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:
@@ -1,3 +1,3 @@
1
1
  module GovukPayApiClient
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-pay-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Tyree