automation-test 1.11 → 1.12

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: b56f3592b0c97f72271f4466e4b18bf8d14e1977422b6754d002e535de98a1a7
4
- data.tar.gz: 19845deff4d146ffca4054f11dab60004d537b7042be074fbe8a6e4b965f2524
3
+ metadata.gz: cc38b32d5ad9f2d12e4cfb506c5cca5e16de43e7cd6ac5a31590e90e2eb51d16
4
+ data.tar.gz: 07ec234105675334d8520805b30c147bbf4e367ffd99f0aa90287ea378fa82ba
5
5
  SHA512:
6
- metadata.gz: 11c1a84ba0624caa4ca41a2a8d02da15c300401d69237bbc1cee06c40fd753310cdf8de9edc019b2e5c717e7805bd0dd7fb6cd39b38700fd2e96eb516845e2bd
7
- data.tar.gz: 8ffc3dc766c3d80391ac48cbf5a25cc471037f7f951b37a8c1893d5a54dd896dbcdcf13170d3aa7d7fb14f987775c981327316e08a0fd37c91bc7f891c57cf44
6
+ metadata.gz: f864d2a6b336f5b5215ebbbd848c00222e7c67a85ca77666ce964cc094abc923e1c92d03fc0e594bec9ed0b870007f0cb9a855afac4b45fd697fdd51382daeee
7
+ data.tar.gz: 94dc8183ca0ba41354b232dad740991dfb674babd9e8051d9a2a1479bc6d26c6ff981518b45e49af95a781e9c37e7f17517f42835848fda6f28ce9b27248d68e
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.11
9
+ gem install automation-test -v 1.12
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.11'
15
+ gem 'automation-test', '1.12'
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.11).
18
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.12).
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.11'
4
+ version: '1.12'
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic SDK Generator