automation-test 1.11 → 1.12
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: cc38b32d5ad9f2d12e4cfb506c5cca5e16de43e7cd6ac5a31590e90e2eb51d16
|
4
|
+
data.tar.gz: 07ec234105675334d8520805b30c147bbf4e367ffd99f0aa90287ea378fa82ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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
|
|