automation-test 1.23 → 1.24

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 +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bbadee38c26e33d07680d66d9c3178bd21a397ef63e0faf86c34d5843a3dafa
4
- data.tar.gz: 672fe6cfd2fb6eb91cbdf43f7ac2a7aae08ce313affe47f1a7a4d83df574654d
3
+ metadata.gz: ed05bc6c4666d1093d8bc9fdbc38a41e40b9d36fce73922639992379d942ddfb
4
+ data.tar.gz: 2b5bf22676970600bd9ff7e7dd9f8f99fbbd7b537d51ba7b5aab4d328010abd4
5
5
  SHA512:
6
- metadata.gz: 516ad91a9ee37dd7f62598b46b1eebdd9820ebfda1dedabc6a12869c942b46e526dd6e48ff9c2b856ed189c25172c35b43599595930f0e4d8b869c7079cc41e0
7
- data.tar.gz: 384ce20df710cb5421fe1b1d3caf6cee82b42fbf2646dbce657f84cc81ce980e702157a7265919877d9b50625eaedc531a50176f48c76bee342ea598dc70a29b
6
+ metadata.gz: c2a0613434fc6a81f2bbd1fad64ef11a3164d4644d73a0ae9a9d373a335b0e48a7830c7257c364334acae83d399acfac8937d6575fde3077d8a99b931118843e
7
+ data.tar.gz: 269ce6c94da0d63c3318aa85a1131cb1b3fcdf69f5e995e8fd27ebb264c0bba71c208c96dc391215096c7e52e3169b831eb6a5590b776ececd67ad152f492b47
data/README.md CHANGED
@@ -10,16 +10,16 @@ Simple calculator API hosted on APIMATIC
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```ruby
13
- gem install automation-test -v 1.23
13
+ gem install automation-test -v 1.24
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.23'
19
+ gem 'automation-test', '1.24'
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.23).
22
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.24).
23
23
 
24
24
  ## Test the SDK
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.23'
4
+ version: '1.24'
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator