wesley-key-sdk 4.0.0 → 4.3.2
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 +3 -3
- data/lib/webhooks_and_callbacks_api/apis/base_api.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa2c854a42880835f3dc5e92ecd9ff3527c234bfc6c57011abb6a6eb960199e4
|
|
4
|
+
data.tar.gz: db4946810205c28f7cdfddbaefeda828c8067ece59977e83c0b74c3e17257556
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a04a2b464088b12fee1dbf5aa15dbeda829e74693354a04df3678bd5ab8b615e0635ab011a125e67b417118c3a2ea55d9b37c4dc80b2eabc10535f9095d16d3
|
|
7
|
+
data.tar.gz: 895a4684fdb24aebd3fd401a8c563ebdb1342f81f73d4c9c31c228286d02860f12162a560550420cc730d4a0dbeff44bf38d421acf98cb5aebe86ea8f9dab63e
|
data/README.md
CHANGED
|
@@ -18,16 +18,16 @@ Callbacks are used for asynchronous operations where the API will call back to y
|
|
|
18
18
|
Install the gem from the command line:
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
gem install wesley-key-sdk -v 4.
|
|
21
|
+
gem install wesley-key-sdk -v 4.3.2
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Or add the gem to your Gemfile and run `bundle`:
|
|
25
25
|
|
|
26
26
|
```ruby
|
|
27
|
-
gem 'wesley-key-sdk', '4.
|
|
27
|
+
gem 'wesley-key-sdk', '4.3.2'
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
For additional gem details, see the [RubyGems page for the wesley-key-sdk gem](https://rubygems.org/gems/wesley-key-sdk/versions/4.
|
|
30
|
+
For additional gem details, see the [RubyGems page for the wesley-key-sdk gem](https://rubygems.org/gems/wesley-key-sdk/versions/4.3.2).
|
|
31
31
|
|
|
32
32
|
## IRB Console Usage
|
|
33
33
|
|
|
@@ -10,7 +10,7 @@ module WebhooksAndCallbacksApi
|
|
|
10
10
|
attr_accessor :config, :http_call_back
|
|
11
11
|
|
|
12
12
|
def self.user_agent
|
|
13
|
-
'Ruby-SDK/4.
|
|
13
|
+
'Ruby-SDK/4.3.2 (OS: {os-info}, Engine: {engine}/{engine-version})'
|
|
14
14
|
end
|
|
15
15
|
|
|
16
16
|
def self.user_agent_parameters
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wesley-key-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kenyon Jacobs
|
|
@@ -141,7 +141,8 @@ files:
|
|
|
141
141
|
homepage: https://www.halefokodaqiby.com
|
|
142
142
|
licenses:
|
|
143
143
|
- MIT
|
|
144
|
-
metadata:
|
|
144
|
+
metadata:
|
|
145
|
+
test: https://www.halefokodaqiby.com
|
|
145
146
|
post_install_message:
|
|
146
147
|
rdoc_options: []
|
|
147
148
|
require_paths:
|