fusionauth_client 1.59.0 → 1.60.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c63c76a97fe2add8445cc62b1d998cb9d44b3f4a1585d2464a8204b37d4bcc7
4
- data.tar.gz: 374172cea11151db79a66b2b111438020b70e6d3e5fae6f1987b408b2ce05246
3
+ metadata.gz: 4f8a63f23ddce8707ad91ed2a0e96e9ebd2f1d09b47aa46ce0b94270fdf2e0fe
4
+ data.tar.gz: 85dbfbfdb996a0941e244791877c2cf17f2769ed02e52acebad60709ed443150
5
5
  SHA512:
6
- metadata.gz: c133e6f91fddd86149dc63f0ee86449fc4e354f9871a98253a8a8c6a5fc001e494dfb3efad351af5ccea4d7bd89aff47075c9de2765c14e146b367dab24e2a30
7
- data.tar.gz: 254bc2b67e89030c2a2f69a6371f110c92ebe3db1342b42e6bbb33d0758091918f3b97f297f7eb67cb1726162c72380178d21192f2d6e7eeeeb5246dfa97289c
6
+ metadata.gz: 896b8cee7da26919d1b6a2806838479dbcd0344da87a147d1d74fbea54b71223a8fd9e0050a0fc00514c73a1eac08ba53de7d35fc4a1ffd5131195cb49cb957f
7
+ data.tar.gz: 8b4740ec09ad5b18e83854b1dde7285a8f43c7a7476cef112d78b87890dc0d3a0fe5779ec9074ae1349e55a846e9e2c937ca1d37b20bc1612bca1ae25bb6e158
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.59.0)
4
+ fusionauth_client (1.60.0)
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.59.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.60.0", 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.59.0'
22
+ spec.version = '1.60.0'
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.59.0
4
+ version: 1.60.0
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-08-14 00:00:00.000000000 Z
11
+ date: 2025-09-11 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.