authress-sdk 2.0.40.0 → 2.0.41.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3da3bb4308826d29d25cf3e139f9badc7dc83093639761fdcc1d0e04738a1c3a
4
- data.tar.gz: '0095c6dda00f393821a3aa4aaa109cad0e9ea9fdcb2f5a649e98cbbd24ea9360'
3
+ metadata.gz: f455223c994f32796ba78600e80315534d15e06b1aeef0012738159eb0a995fc
4
+ data.tar.gz: 478cfab70f9202188d0723db8a20579731733661e9672a3f048dfaf9c4d385fb
5
5
  SHA512:
6
- metadata.gz: b77a612ba6dbd1e1fb1b2df5769a30023244c4001327395eb379259f24696a7ccc001a40a4df72a52bf1362fcf07471f5341d8058ee04ad6e7ba970c9ddac8ed
7
- data.tar.gz: 60823e8578a1f7862364ee3a88a6b9429f25c3c6b5e1e01c8a06eea0f0b63beae4a293a8a9852e4570295b42fecf868dfa0d2e6b1fa58eb35c685060a8660dfe
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.40.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: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2024-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus