automation-test 1.20 → 1.21

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 +4 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c151e9fb4daa492ad7b876b0505acb725f622ec8fbb6167e241f3bfc6bfe459
4
- data.tar.gz: '08021540d03e8b607ff9a77a07896742cbac58636b90c6d899406b585e7faa3a'
3
+ metadata.gz: b4398ab3c93c66c63b048edb3e19fcf25b665c5aecc3f06adf507a1568fe0031
4
+ data.tar.gz: ddedf14ba91323797025aefdb8172ffbb19bd8079931ee4362a51e2d0a6f71ce
5
5
  SHA512:
6
- metadata.gz: f162e37508567e65b4b001effc2e4d6246e27083e7731dc3e95755302807f00f6e000fcb66653e1f76bc3e491447c15358a2bb51ec9329d5ce9f518d3a349b7f
7
- data.tar.gz: 6278272457b6016dfd135a1f8cf0b09114edda006649aa8e36633d1d6012738933bab870a9c0b530e4ce8c7f70635ed43eadda70c74a27080ac6bc6875ea9410
6
+ metadata.gz: 81e06b75a19c2ba2336d4e38ef4adf30ef7677e1726fc391d5b6fe910f3de838086a3e78620f86ebbb834cb6e7907b39867d9412d73b2c1140aed34b13be4e08
7
+ data.tar.gz: 866136832fd180889cabf37d6c65d3b1e5a898eda2cbb912e80c5a51db03d6a2fac8009203e25b0723edfba04b0412069123830755c4f7d76889549b208a532e
data/README.md CHANGED
@@ -3,23 +3,23 @@
3
3
 
4
4
  ## Introduction
5
5
 
6
- Simple calculator API hosted on APIMATIC for demo on 29th Sept
6
+ Simple calculator API hosted on APIMATIC for APIAddicts
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.20
13
+ gem install automation-test -v 1.21
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.20'
19
+ gem 'automation-test', '1.21'
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.20).
22
+ For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.21).
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.20'
4
+ version: '1.21'
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 demo on 29th Sept
95
+ description: Simple calculator API hosted on APIMATIC for APIAddicts
96
96
  email: support@apimatic.io
97
97
  executables: []
98
98
  extensions: []