authress-sdk 2.0.40.0 → 2.0.41.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.
- checksums.yaml +4 -4
- data/README.md +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f455223c994f32796ba78600e80315534d15e06b1aeef0012738159eb0a995fc
|
|
4
|
+
data.tar.gz: 478cfab70f9202188d0723db8a20579731733661e9672a3f048dfaf9c4d385fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 218b7773c304ad04d04de5a81a9688b3e91273b0a72ea2441dbcca268406c5d528b473d022fa3352e5d74d67889a4997b356479b8af189c9988d2faa19a0758f
|
|
7
|
+
data.tar.gz: 5187f86eee213a864314303ef2345d690e81f48cad3774d295d69e681cb52054f1c0504de0270f9eb1871b27fb1efd98159e7aaf47c2503ad3ee2faeb1b3d888
|
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p id="main" align="center">
|
|
2
|
+
<img src="https://authress.io/static/images/linkedin-banner.png" alt="Authress media banner">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# Authress SDK for Ruby
|
|
2
6
|
This is the Authress SDK used to integrate with the authorization as a service provider Authress at https://authress.io.
|
|
3
7
|
|
|
@@ -126,4 +130,4 @@ rescue AuthressSdk::ApiError => e
|
|
|
126
130
|
puts "Exception when calling AccessRecordsApi->create_record: #{e}"
|
|
127
131
|
raise
|
|
128
132
|
end
|
|
129
|
-
```
|
|
133
|
+
```
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: authress-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.41.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Authress
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|