fusionauth_client 1.54.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df57ae4ef95bcab49d97e070db7e0664d962a553f0a57459e965791922fbc84c
4
- data.tar.gz: 6a83b662bc6e8b002192b3a0e74733065161d96298500365794e141d2bae41b5
3
+ metadata.gz: dae42e98fa53368ada2c61f42099e0d91fd2a8eb8995cb1666040614ed99beed
4
+ data.tar.gz: 9f7faa151dfa032775172606756fd5866642c7dd70f708030176926ce50eb25a
5
5
  SHA512:
6
- metadata.gz: 753c073665d1d170fa826f5b11bca9172200032070b16a90071197f75dd2351c0626171b641d4814c509009801021df4ffc936a83f11cfd0fc86ae2d0765f7a1
7
- data.tar.gz: e092cf434cf35e4c56995cf67679979e843b663aab55b86b5576d660938d97ee9b1a4b9b96d13d7da7b35729c0247cacef3f719c8eedbf8a9c1e0dde0ea76fe4
6
+ metadata.gz: bb7c73f298c2023ec0d7ddb79566aa5772ec7ff27913c47625d5d274454f745093ee866fe51cc64315d742a4929e8fc94f11ad1d16749d9f8a849fb7d03d89db
7
+ data.tar.gz: 4c9842e47d896173d523673123adc8d2d206d2f1dcebba8b2bb4bf9e9ed78aea7113a3aa72f4c2ce7a00ae70e48d57a2a86929c839ffe45d89bcba8eff4a492c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.54.0)
4
+ fusionauth_client (1.55.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.54.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.55.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
data/doc/created.rid CHANGED
@@ -1,2 +1,2 @@
1
- Tue, 26 Nov 2024 01:25:17 +0000
2
- lib/fusionauth/fusionauth_client.rb Tue, 26 Nov 2024 01:24:29 +0000
1
+ Sat, 21 Dec 2024 00:41:29 +0000
2
+ lib/fusionauth/fusionauth_client.rb Sat, 21 Dec 2024 00:40:42 +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.54.0'
22
+ spec.version = '1.55.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.54.0
4
+ version: 1.55.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-11-26 00:00:00.000000000 Z
12
+ date: 2024-12-21 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.