automation-test 1.12 → 1.13

Sign up to get free protection for your applications and to get access to all the features.
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: cc38b32d5ad9f2d12e4cfb506c5cca5e16de43e7cd6ac5a31590e90e2eb51d16
4
- data.tar.gz: 07ec234105675334d8520805b30c147bbf4e367ffd99f0aa90287ea378fa82ba
3
+ metadata.gz: 32b37ff2299f4f6238fc76501131b44a0cf3504fa8507880b5f4d050151d9a02
4
+ data.tar.gz: f791fb984e6d4119ee7274cd601f39f5f1a06c4bb4f10050492342197f5eeb91
5
5
  SHA512:
6
- metadata.gz: f864d2a6b336f5b5215ebbbd848c00222e7c67a85ca77666ce964cc094abc923e1c92d03fc0e594bec9ed0b870007f0cb9a855afac4b45fd697fdd51382daeee
7
- data.tar.gz: 94dc8183ca0ba41354b232dad740991dfb674babd9e8051d9a2a1479bc6d26c6ff981518b45e49af95a781e9c37e7f17517f42835848fda6f28ce9b27248d68e
6
+ metadata.gz: d38c3cc49af32e4f3a94b7097ec6b37621fe55ccb8d0dfee432465fc309cd55fecf8323a812b9be370a026d4f6918c0e55dda9cb03f6694f6903b48830247874
7
+ data.tar.gz: a83c4b80206965151f9f0e770449c0b64b2419fe4ac103f822a3b506efa2d6f342a2fe6fa3b22c7a2ecbe4c2d6f6f5c8c386f08501f8f3fd34e1a366a781d37f
data/README.md CHANGED
@@ -6,16 +6,16 @@
6
6
  Install the gem from the command line:
7
7
 
8
8
  ```ruby
9
- gem install automation-test -v 1.12
9
+ gem install automation-test -v 1.13
10
10
  ```
11
11
 
12
12
  Or add the gem to your Gemfile and run `bundle`:
13
13
 
14
14
  ```ruby
15
- gem 'automation-test', '1.12'
15
+ gem 'automation-test', '1.13'
16
16
  ```
17
17
 
18
- For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.12).
18
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.13).
19
19
 
20
20
  ## Test the SDK
21
21
 
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.12'
4
+ version: '1.13'
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator