jescie-house-sdk 1.2.2 → 1.2.4

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 +9 -9
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a5c175a6389d939c4ca16bff8b6541be6f5f71c79f696587efaa3e7de2e681d
4
- data.tar.gz: 2e54036d11f25477962b1b3cb271e22d609c8e8d972496e76fb07c963ef9d4b9
3
+ metadata.gz: c67a1c59be02d58fcd2c20681bf9142f8161442488864923c0499019a379fc3e
4
+ data.tar.gz: a06cd6f665d9c5f78a44486b7369f4062110fb093ea308dc8f61b0515c002412
5
5
  SHA512:
6
- metadata.gz: a305ead9be5c770335d00f4532787e51e96e6131c3367d0a9a3c751e2cbddb6c740bfe4a53ace9fb98197c9d2fbd38290448be82277dbeaff91c21dfa242bcbb
7
- data.tar.gz: 03ba9e9a242a12a3d3c9fb791970d7e11ba030cb718c71843545e7403535fd37eacbe00ead9faff7ffb7fca0ed4a1b7c65fd999ebab412db401a6d64645da54f
6
+ metadata.gz: 1661a29f763e56b3eb3d9c5b968398c0863e6d3c130ce5c9d2aa3c270427032a0bcca4bdc80297c420b7a2e56c2f6d4fa64f79ee5277210fa64b2d7d758d81b1
7
+ data.tar.gz: 5c2fc9da8d487595682ed1341264dba181a3c0aa672b0fb081f609f0f84967beb5a684824e2968f3e3760b4ed6e61b62c4c43e3aa01d611dba8162109425be05
data/README.md CHANGED
@@ -10,16 +10,16 @@ This is a sample API to demonstrate an OpenAPI spec with multiple endpoints and
10
10
  Install the gem from the command line:
11
11
 
12
12
  ```bash
13
- gem install jescie-house-sdk -v 1.2.2
13
+ gem install jescie-house-sdk -v 1.2.4
14
14
  ```
15
15
 
16
16
  Or add the gem to your Gemfile and run `bundle`:
17
17
 
18
18
  ```ruby
19
- gem 'jescie-house-sdk', '1.2.2'
19
+ gem 'jescie-house-sdk', '1.2.4'
20
20
  ```
21
21
 
22
- For additional gem details, see the [RubyGems page for the jescie-house-sdk gem](https://rubygems.org/gems/jescie-house-sdk/versions/1.2.2).
22
+ For additional gem details, see the [RubyGems page for the jescie-house-sdk gem](https://rubygems.org/gems/jescie-house-sdk/versions/1.2.4).
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/jescie-house-ruby-sdk/tree/1.2.2/doc/client.md)
34
+ **_Note:_** Documentation for the client can be found [here.](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/client.md)
35
35
 
36
36
  The following parameters are configurable for the API Client:
37
37
 
@@ -60,17 +60,17 @@ client = CypressTestApi::Client.new(
60
60
 
61
61
  ## List of APIs
62
62
 
63
- * [API](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.2/doc/controllers/api.md)
63
+ * [API](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/controllers/api.md)
64
64
 
65
65
  ## SDK Infrastructure
66
66
 
67
67
  ### HTTP
68
68
 
69
- * [HttpResponse](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.2/doc/http-response.md)
70
- * [HttpRequest](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.2/doc/http-request.md)
69
+ * [HttpResponse](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/http-response.md)
70
+ * [HttpRequest](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/http-request.md)
71
71
 
72
72
  ### Utilities
73
73
 
74
- * [ApiHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.2/doc/api-helper.md)
75
- * [DateTimeHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.2/doc/date-time-helper.md)
74
+ * [ApiHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/api-helper.md)
75
+ * [DateTimeHelper](https://www.github.com/ZahraN444/jescie-house-ruby-sdk/tree/1.2.4/doc/date-time-helper.md)
76
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jescie-house-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaden Hester