automation-test 1.0 → 1.1
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 789696a83c0f7f031dc78d6533e93ac90fd0d93c6f2b2e0a15e25022919c35e5
|
4
|
+
data.tar.gz: 3a9ba4945fe67fe8663b19188a45806e19dfe6e42145a50db22218e8190b04f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6a62c6cf3bdfa6fb0591b2aa31b7515ff61e869694f71d987922fcc3817fce3f2fb518b5c2fd4a720b168c4696b914ffe89b7c4af8ebe72f0f36fb03f643c4d
|
7
|
+
data.tar.gz: ba90546aa1721551369c5da62c526021dd5e9affbbe468bf6d2254e8e542e2c07f2515186cdc91fc26209576509dc3561f8b8ac26801f124fb5631455f6c3d7d
|
data/README.md
CHANGED
@@ -10,16 +10,16 @@ Simple calculator API hosted on APIMATIC
|
|
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.1
|
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.1'
|
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.1).
|
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.
|
4
|
+
version: '1.1'
|
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-
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logging
|