automation-test 1.21 → 1.22

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4398ab3c93c66c63b048edb3e19fcf25b665c5aecc3f06adf507a1568fe0031
4
- data.tar.gz: ddedf14ba91323797025aefdb8172ffbb19bd8079931ee4362a51e2d0a6f71ce
3
+ metadata.gz: 520fec49cedbf70a61f8ce1e676189dbc5f69ed398f2390829bb2d52e3f0ed1e
4
+ data.tar.gz: 42683733d7cc66efacc2f10527397dc93c58d58ca40c14a6b45233e616522c4a
5
5
  SHA512:
6
- metadata.gz: 81e06b75a19c2ba2336d4e38ef4adf30ef7677e1726fc391d5b6fe910f3de838086a3e78620f86ebbb834cb6e7907b39867d9412d73b2c1140aed34b13be4e08
7
- data.tar.gz: 866136832fd180889cabf37d6c65d3b1e5a898eda2cbb912e80c5a51db03d6a2fac8009203e25b0723edfba04b0412069123830755c4f7d76889549b208a532e
6
+ metadata.gz: 005a1677b6b011b4ec5f095ac1572e3d68855252bcf085cbf89a521aea9d44affeeb79db690171f580c4c4f5add95c17a4c95e557747e9ef0c5b087a8225bd9b
7
+ data.tar.gz: 108ad6cc9e65d2600ae53fd0937e077e35e0559bc03b37519ff63f6c06541fb62a336160f3189f13d0e2fcae4616f1307780453ce8892a9c32c1f01966508115
data/README.md CHANGED
@@ -3,23 +3,23 @@
3
3
 
4
4
  ## Introduction
5
5
 
6
- Simple calculator API hosted on APIMATIC for APIAddicts
6
+ Simple calculator API hosted on APIMATIC for APIAddicts demo
7
7
 
8
8
  ## Install the Package
9
9
 
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```ruby
13
- gem install automation-test -v 1.21
13
+ gem install automation-test -v 1.22
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'automation-test', '1.21'
19
+ gem 'automation-test', '1.22'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.21).
22
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.22).
23
23
 
24
24
  ## Initialize the API Client
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation-test
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.21'
4
+ version: '1.22'
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator
@@ -92,7 +92,7 @@ dependencies:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
94
  version: '2.2'
95
- description: Simple calculator API hosted on APIMATIC for APIAddicts
95
+ description: Simple calculator API hosted on APIMATIC for APIAddicts demo
96
96
  email: support@apimatic.io
97
97
  executables: []
98
98
  extensions: []