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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a843d530df907b1a7105c5c7b7345a7c360bea85f92da92fcfc486ecfc0433e6
4
- data.tar.gz: cea632078acc92d08d524dc41cf8e7f2e499be9c5ec62af97e42376cf9d43421
3
+ metadata.gz: ac5ce5d69ef226b753dbdf0d2b05eb49d17fcac7acb43d0ffed5eb7d7f764c88
4
+ data.tar.gz: 9594d1d548cbc1511222acb7569335c277bd8df605eda490641708a7ed02853b
5
5
  SHA512:
6
- metadata.gz: f67990c69a269737e0857eca93025fc55d8e6af01fb6e54da3c6b6f34af93d6ec6703eb21de93c23bbb8c45a0dd77b22faeefb140e47f5fbdbdbcb441e2bc989
7
- data.tar.gz: c9920639cd003d28a8060b1b770cfc6ae15edf776d5150806d4c42dba11fdc95412c005c43c4fb7b21472ec88c5776144f7777a74ec5a25ae6f9585e00f92762
6
+ metadata.gz: 273f210d8ef4a8b3e49bf8cee3c8ef40cfe1cc2cfd2210c6dd6c232463e1f909d72cedc848fda96829deb0dfaa2a2b053cd432fb42513c7284fd10137c01beec
7
+ data.tar.gz: c9fcf676fde82a7ce39e1699a3bcd738e83950f28ef7bc9b8faec4ca05a7eab7e8c4a2db0b73f8764da7cafa5550d3ad23d724af19cc12e0ad8783c809403697
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.58.1)
4
+ fusionauth_client (1.58.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.1", licenses: ["ApacheV2_0"]) {
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()
@@ -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.1'
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.1
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-23 00:00:00.000000000 Z
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.