automation-test 1.24 → 1.25

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 +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed05bc6c4666d1093d8bc9fdbc38a41e40b9d36fce73922639992379d942ddfb
4
- data.tar.gz: 2b5bf22676970600bd9ff7e7dd9f8f99fbbd7b537d51ba7b5aab4d328010abd4
3
+ metadata.gz: fae2227c2e91296d7ef0f7e5dafdcfa59d1ded8efdbe46562d8f204fffed1b96
4
+ data.tar.gz: 791754b446b4bb6b7cca3bc0686ebc745d62a5f0296a7e8c66753714bbe664d7
5
5
  SHA512:
6
- metadata.gz: c2a0613434fc6a81f2bbd1fad64ef11a3164d4644d73a0ae9a9d373a335b0e48a7830c7257c364334acae83d399acfac8937d6575fde3077d8a99b931118843e
7
- data.tar.gz: 269ce6c94da0d63c3318aa85a1131cb1b3fcdf69f5e995e8fd27ebb264c0bba71c208c96dc391215096c7e52e3169b831eb6a5590b776ececd67ad152f492b47
6
+ metadata.gz: e96ed34b084245c53564d82df467b446dee784072e633a8d3e836a5e702be04943a5998f94b3ad65d12726eb3b5252b0055a0770f49fee0891a07bb4cdf56496
7
+ data.tar.gz: 5b539e0dbcfb4f76f532a2dbd9f391c91aaeb19fe65818a793248d5743e8121fcc25ed6568c5e1b988b0f27ebd955edf9bdf82b0a4533d881cdfe0d18d1704da
data/README.md CHANGED
@@ -3,23 +3,23 @@
3
3
 
4
4
  ## Introduction
5
5
 
6
- Simple calculator API hosted on APIMATIC
6
+ Simple calculator API hosted on APIMATIC - townhall 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.24
13
+ gem install automation-test -v 1.25
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.24'
19
+ gem 'automation-test', '1.25'
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.24).
22
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.25).
23
23
 
24
24
  ## Test the SDK
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: automation-test
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.24'
4
+ version: '1.25'
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-17 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging
@@ -126,7 +126,7 @@ dependencies:
126
126
  - - "~>"
127
127
  - !ruby/object:Gem::Version
128
128
  version: '1.0'
129
- description: Simple calculator API hosted on APIMATIC
129
+ description: Simple calculator API hosted on APIMATIC - townhall demo
130
130
  email: support@apimatic.io
131
131
  executables: []
132
132
  extensions: []