checkbook 1.0.1 → 1.0.2
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 +2 -2
- data/lib/checkbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de3562a203b0e84e8e7e820f6c472eefd7e6a399920946892c85b1ed6f830793
|
|
4
|
+
data.tar.gz: ebe1df5608582256f99faa46c76cfbe3ff27fcea18bb40361bb63bd368a4d1a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7bdf7af5a7955f364fe8b7db61911fff3378730b9f9af26826b0b774c95fee581bf7340840387cece492067640641adfbbf7eeb6784feb84deea3ff6f1ea5a2
|
|
7
|
+
data.tar.gz: 3478403548b5eae0af8a078e13a7cd512a215ba949f6b98a5206896d98d5f7273ef39139671babef878273402dcc72ebef9ab537b8ec4ec5d2f269c7fb635035
|
data/README.md
CHANGED
|
@@ -6,12 +6,12 @@ The Checkbook API enables businesses to programmatically send and receive paymen
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
- API version: 3.0.0
|
|
9
|
-
- Package version: 1.0.
|
|
9
|
+
- Package version: 1.0.2
|
|
10
10
|
- Minimum Ruby Version Supported: 2.7.0
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
|
-
To install the Ruby SDK
|
|
14
|
+
To install the Ruby SDK:
|
|
15
15
|
|
|
16
16
|
```shell
|
|
17
17
|
gem install checkbook
|
data/lib/checkbook/version.rb
CHANGED