apimatic-ci-cd-test 1.0.0 → 1.0.1
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 +3 -3
- 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: 8cfbbd073fb6ad7ffec3a77b23449e3e9b630d78b85cb34efed9158a6ce0fbb2
|
|
4
|
+
data.tar.gz: a67af5d1cc81d2974d421704c86b3446957b2ea9a745f31c4fa075adc3d94ee9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b143321f1d3ef6a62d18ceb7d8aa3ecfee8dc81b06001abc46df54397a46cbe612afd9a52756c2f6c0e0bff107660f5522001a6b022bd3aeb8dbf9fae5f38d71
|
|
7
|
+
data.tar.gz: 2354076fb30ee05b863889a88f3cd7436348e53d59bd9536103b5ac72a07e67d4a374c8485054e895c2dd6a36e6a3a13e5f3afce4d96c924461ba7cd66d24d17
|
data/README.md
CHANGED
|
@@ -11,16 +11,16 @@ API for sending and managing payments
|
|
|
11
11
|
Install the gem from the command line:
|
|
12
12
|
|
|
13
13
|
```ruby
|
|
14
|
-
gem install apimatic-ci-cd-test -v 1.0.
|
|
14
|
+
gem install apimatic-ci-cd-test -v 1.0.1
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
Or add the gem to your Gemfile and run `bundle`:
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
|
-
gem 'apimatic-ci-cd-test', '1.0.
|
|
20
|
+
gem 'apimatic-ci-cd-test', '1.0.1'
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
For additional gem details, see the [RubyGems page for the apimatic-ci-cd-test gem](https://rubygems.org/gems/apimatic-ci-cd-test/versions/1.0.
|
|
23
|
+
For additional gem details, see the [RubyGems page for the apimatic-ci-cd-test gem](https://rubygems.org/gems/apimatic-ci-cd-test/versions/1.0.1).
|
|
24
24
|
|
|
25
25
|
### Initialize the API Client
|
|
26
26
|
|