hammett-washington-sdk 1.6.9 → 1.7.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -8
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1e83939e607b754dd614b6b9e54f25cfba2513cdbbb6b6d795bf480cc8df930
4
- data.tar.gz: 36e4edcc931305eed129e348c1e34a4f58320dc3f783340b9abfca469d004328
3
+ metadata.gz: da90815023346411f9bedebf8bb3b71b81590bbd3fc1c71f31d5759018d130dd
4
+ data.tar.gz: 4508a78259e5c0de9a0fd76a55f88374980c8c11c5ed28122f90c404c724049b
5
5
  SHA512:
6
- metadata.gz: 767beb144f451ba9e351f5896174ad0a0d4438dc723b84b04c2842aad1f1cba6408d4603d78ecb7646d8f269de7f8a49c0610e90b7b238ce08851733b304ce27
7
- data.tar.gz: 300e2c75eda032bb5a157cc4393f960b6fd95f64db5eedb08bd80b17ce271d4f29fbd250c90d5f24eef674377dc23f60e1129786f162da78cd2bd16749f805ae
6
+ metadata.gz: 6434e525095c77f9add1897aacc18293761350e7299b90e3c8f30b6157811839db111af1e6c47be75515fe75391f0113d88430dcbca798fd2b5af4223e11845f
7
+ data.tar.gz: f68968bc6e77db4f5b3f5b5fd9bfc34e531fcd2592fc191d7c0f7a9981dd97cadf2408c7072576bc776177a9e3f6d57c5bd42c4a3e7c092f285ce44e887cb587
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 hammett-washington-sdk -v 1.6.9
13
+ gem install hammett-washington-sdk -v 1.7.0
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'hammett-washington-sdk', '1.6.9'
19
+ gem 'hammett-washington-sdk', '1.7.0'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the hammett-washington-sdk gem](https://rubygems.org/gems/hammett-washington-sdk/versions/1.6.9).
22
+ For additional gem details, see the [RubyGems page for the hammett-washington-sdk gem](https://rubygems.org/gems/hammett-washington-sdk/versions/1.7.0).
23
23
 
24
24
  ## Test the SDK
25
25
 
@@ -31,7 +31,7 @@ rake
31
31
 
32
32
  ## Initialize the API Client
33
33
 
34
- **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.6.9/doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.0/doc/client.md)
35
35
 
36
36
  The following parameters are configurable for the API Client:
37
37
 
@@ -58,11 +58,11 @@ client = ApimaticCalculator::Client.new(
58
58
 
59
59
  ## List of APIs
60
60
 
61
- * [Simple Calculator](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.6.9/doc/controllers/simple-calculator.md)
61
+ * [Simple Calculator](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.0/doc/controllers/simple-calculator.md)
62
62
 
63
63
  ## Classes Documentation
64
64
 
65
- * [Utility Classes](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.6.9/doc/utility-classes.md)
66
- * [HttpResponse](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.6.9/doc/http-response.md)
67
- * [HttpRequest](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.6.9/doc/http-request.md)
65
+ * [Utility Classes](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.0/doc/utility-classes.md)
66
+ * [HttpResponse](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.0/doc/http-response.md)
67
+ * [HttpRequest](https://www.github.com/ZahraN444/hammett-washington-ruby-sdk/tree/1.7.0/doc/http-request.md)
68
68
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammett-washington-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.9
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zelenia Merrill