govuk-pay-api-client 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d18d8d9aac6c0fab7b5e79ef5fd32dae733d4903
4
+ data.tar.gz: ac36fde9a27b4d2531418a97326f654abf878b29
5
+ SHA512:
6
+ metadata.gz: 282485c3d53ca344a31a66767f28fbd3ff140484e78ad27c989a06bc75dd2ca5fd016e65822d747e6d75d6a9cf044ae64f31ddd5bd2a7a5dc27dc9c783b09125
7
+ data.tar.gz: 410c170f1f84d89ccd65d27f149aae73e3c263d09622d0e7118b01f236fabc30abad8b5c768481bcc6702ad5ea80bf503998f940d02d84537c2347d023b7f4a2
data/.gitignore ADDED
@@ -0,0 +1,16 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ /log/
11
+ spec/dummy/log/
12
+ spec/dummy/log/*
13
+ spec/dummy/db/
14
+ spec/dummy/db/*
15
+ spec/dummy/tmp/*
16
+ spec/dummy/tmp/
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color