fusionauth_client 1.58.1 → 1.58.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/Gemfile.lock +1 -1
- data/build.savant +1 -1
- data/fusionauth_client.gemspec +1 -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: ac5ce5d69ef226b753dbdf0d2b05eb49d17fcac7acb43d0ffed5eb7d7f764c88
|
4
|
+
data.tar.gz: 9594d1d548cbc1511222acb7569335c277bd8df605eda490641708a7ed02853b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 273f210d8ef4a8b3e49bf8cee3c8ef40cfe1cc2cfd2210c6dd6c232463e1f909d72cedc848fda96829deb0dfaa2a2b053cd432fb42513c7284fd10137c01beec
|
7
|
+
data.tar.gz: c9fcf676fde82a7ce39e1699a3bcd738e83950f28ef7bc9b8faec4ca05a7eab7e8c4a2db0b73f8764da7cafa5550d3ad23d724af19cc12e0ad8783c809403697
|
data/Gemfile.lock
CHANGED
data/build.savant
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
*/
|
16
16
|
|
17
17
|
pubVersion = ""
|
18
|
-
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.58.
|
18
|
+
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.58.2", licenses: ["ApacheV2_0"]) {
|
19
19
|
workflow {
|
20
20
|
fetch {
|
21
21
|
cache()
|
data/fusionauth_client.gemspec
CHANGED
@@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
19
19
|
|
20
20
|
Gem::Specification.new do |spec|
|
21
21
|
spec.name = 'fusionauth_client'
|
22
|
-
spec.version = '1.58.
|
22
|
+
spec.version = '1.58.2'
|
23
23
|
spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
|
24
24
|
spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
|
25
25
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fusionauth_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.58.
|
4
|
+
version: 1.58.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Pontarelli
|
8
8
|
- Daniel DeGroff
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This library contains the Ruby client library that helps you connect
|
14
14
|
your application to FusionAuth.
|