fusionauth_client 1.47.0 → 1.48.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: d70def6cf69ffbd327fa7c516d759b8406ed84896e590f046ea0be666d63fb12
4
- data.tar.gz: 662067fc659217748916d7454abe13f4ca229f5f8fcfd08f89f3e381b0b9e1b9
3
+ metadata.gz: 2883c3474e5b77f5aeaadf6c8d2ce8aad98129beac6d6ae8ef145796c25d87b2
4
+ data.tar.gz: 72f588866593d1fb67c9ab6d275e9898cd27dd054037c2a4119750b3c4d9db39
5
5
  SHA512:
6
- metadata.gz: bf1b272ba4212f020b8042683264f34ff57d94029c18683b9118d12cff2714a2997d69a6ef22701613b8505906981a7ad21bc2a39458a4316a5874ccd57af9a1
7
- data.tar.gz: e40e751556661cdd2dbf1364e190aefe2d5e606cfb5f53194130e4a436c53ce58b2e5cde7e33db4513b9868ed7f68eeefb7b7edbdaf1c4f4745ff9595941a495
6
+ metadata.gz: b73e0209ecd5575d495e8b334bbfb9b726360e8c25894d5f97366a6a24b7629f9e4c4e455a6db8f340d57052b0b5eb3c61933f5141a5676b8806382c5fdcbc3b
7
+ data.tar.gz: c1957c0e7f3fddbed0345afe9dc0110c0729a7603095660143d0c41bb35ae83a026787c5ac65d23b150adf7a008c397f476b1d5e501ef4b3c18f8601c3b504fe
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.47.0)
4
+ fusionauth_client (1.48.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.47.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.48.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.47.0'
22
+ spec.version = '1.48.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.47.0
4
+ version: 1.48.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: 2023-07-27 00:00:00.000000000 Z
12
+ date: 2023-10-27 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.