automation-test 1.19 → 1.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c151e9fb4daa492ad7b876b0505acb725f622ec8fbb6167e241f3bfc6bfe459
|
4
|
+
data.tar.gz: '08021540d03e8b607ff9a77a07896742cbac58636b90c6d899406b585e7faa3a'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f162e37508567e65b4b001effc2e4d6246e27083e7731dc3e95755302807f00f6e000fcb66653e1f76bc3e491447c15358a2bb51ec9329d5ce9f518d3a349b7f
|
7
|
+
data.tar.gz: 6278272457b6016dfd135a1f8cf0b09114edda006649aa8e36633d1d6012738933bab870a9c0b530e4ce8c7f70635ed43eadda70c74a27080ac6bc6875ea9410
|
data/README.md
CHANGED
@@ -10,16 +10,16 @@ Simple calculator API hosted on APIMATIC for demo on 29th Sept
|
|
10
10
|
Install the gem from the command line:
|
11
11
|
|
12
12
|
```ruby
|
13
|
-
gem install automation-test -v 1.
|
13
|
+
gem install automation-test -v 1.20
|
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.
|
19
|
+
gem 'automation-test', '1.20'
|
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.
|
22
|
+
For additional gem details, see the [RubyGems page for the automation-test gem](https://rubygems.org/gems/automation-test/versions/1.20).
|
23
23
|
|
24
24
|
## Initialize the API Client
|
25
25
|
|