testingToday1047 3.2.3 → 5.4.5
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: 2eee98737f8e85e59b6eb516e24561b7990d557ca7cc7a3da8ca4768a0ae36c1
|
4
|
+
data.tar.gz: 828d6725bff9aa5d38c8412a44a5103ffca8450d6de66c3550a0f4baae5824c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ef5d13e025415b608f4cf792e1c5476f66c759f16f81ed2f5a65b1146d7c237210a23d28cf5f682a798ba0371ee90b3f231bad3165f925cbbabbeba457048bc
|
7
|
+
data.tar.gz: d3196147dddbcac32406f94d9f902dbbd2bfbfbfde6aae4aa6c4604652e3a15f304a8a7bdfe0b11a8c6456898458258de9aba5f7021828796809262ddd43b929
|
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 testingToday1047 -v
|
13
|
+
gem install testingToday1047 -v 5.4.5
|
14
14
|
```
|
15
15
|
|
16
16
|
Or add the gem to your Gemfile and run `bundle`:
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
gem 'testingToday1047', '
|
19
|
+
gem 'testingToday1047', '5.4.5'
|
20
20
|
```
|
21
21
|
|
22
|
-
For additional gem details, see the [RubyGems page for the testingToday1047 gem](https://rubygems.org/gems/testingToday1047/versions/
|
22
|
+
For additional gem details, see the [RubyGems page for the testingToday1047 gem](https://rubygems.org/gems/testingToday1047/versions/5.4.5).
|
23
23
|
|
24
24
|
## Test the SDK
|
25
25
|
|