fusionauth_client 1.55.0 → 1.56.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: dae42e98fa53368ada2c61f42099e0d91fd2a8eb8995cb1666040614ed99beed
4
- data.tar.gz: 9f7faa151dfa032775172606756fd5866642c7dd70f708030176926ce50eb25a
3
+ metadata.gz: 817271c704c56e0f62dfd5ee99c6dbdd79353377ff6ea836e5bad191e2c2c7fa
4
+ data.tar.gz: 1f6aee97af885e67a85c3c01d304bd3db663cc178d9e652ded072026580344c4
5
5
  SHA512:
6
- metadata.gz: bb7c73f298c2023ec0d7ddb79566aa5772ec7ff27913c47625d5d274454f745093ee866fe51cc64315d742a4929e8fc94f11ad1d16749d9f8a849fb7d03d89db
7
- data.tar.gz: 4c9842e47d896173d523673123adc8d2d206d2f1dcebba8b2bb4bf9e9ed78aea7113a3aa72f4c2ce7a00ae70e48d57a2a86929c839ffe45d89bcba8eff4a492c
6
+ metadata.gz: 483eca10733228fb337c283c964c37676d7e770cf365cfeefa90140766a52baa67d3b80ac45251b496978a36d6464435a16a585c91322e8507c01395ff74bed7
7
+ data.tar.gz: d5a450ee453cf7987dd143841eb907c39fab24016f424dc131d51dae43c51265bec2fbfc71d5ddd3f4f3e244b17e8eaf99e18169a0b1d66a4a3accdb27db7aa8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.55.0)
4
+ fusionauth_client (1.56.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.55.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.56.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
data/doc/created.rid CHANGED
@@ -1,2 +1,2 @@
1
- Sat, 21 Dec 2024 00:41:29 +0000
2
- lib/fusionauth/fusionauth_client.rb Sat, 21 Dec 2024 00:40:42 +0000
1
+ Thu, 06 Mar 2025 17:45:41 +0000
2
+ lib/fusionauth/fusionauth_client.rb Thu, 06 Mar 2025 17:44:54 +0000
Binary file
Binary file
Binary file
@@ -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.55.0'
22
+ spec.version = '1.56.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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusionauth_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pontarelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-12-21 00:00:00.000000000 Z
12
+ date: 2025-03-07 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This library contains the Ruby client library that helps you connect
15
15
  your application to FusionAuth.