automation-test 1.24 → 1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fae2227c2e91296d7ef0f7e5dafdcfa59d1ded8efdbe46562d8f204fffed1b96
|
|
4
|
+
data.tar.gz: 791754b446b4bb6b7cca3bc0686ebc745d62a5f0296a7e8c66753714bbe664d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e96ed34b084245c53564d82df467b446dee784072e633a8d3e836a5e702be04943a5998f94b3ad65d12726eb3b5252b0055a0770f49fee0891a07bb4cdf56496
|
|
7
|
+
data.tar.gz: 5b539e0dbcfb4f76f532a2dbd9f391c91aaeb19fe65818a793248d5743e8121fcc25ed6568c5e1b988b0f27ebd955edf9bdf82b0a4533d881cdfe0d18d1704da
|
data/README.md
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
|
|
4
4
|
## Introduction
|
|
5
5
|
|
|
6
|
-
Simple calculator API hosted on APIMATIC
|
|
6
|
+
Simple calculator API hosted on APIMATIC - townhall demo
|
|
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.
|
|
13
|
+
gem install automation-test -v 1.25
|
|
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.25'
|
|
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.25).
|
|
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.25'
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logging
|
|
@@ -126,7 +126,7 @@ dependencies:
|
|
|
126
126
|
- - "~>"
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: '1.0'
|
|
129
|
-
description: Simple calculator API hosted on APIMATIC
|
|
129
|
+
description: Simple calculator API hosted on APIMATIC - townhall demo
|
|
130
130
|
email: support@apimatic.io
|
|
131
131
|
executables: []
|
|
132
132
|
extensions: []
|