fusionauth_client 1.43.0 → 1.44.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: 805e4a1ab84dc1ebb4409863e482ee254aded74c826b9070d42fe7abc14b820b
4
- data.tar.gz: 4d8a5f7f2950332ec83a297c2e21752759bd1f931f70ed5aaa656b114f08824b
3
+ metadata.gz: cd37dba87638d7ace8c827371d1183c52219a1f407a4836a564b31bff0216b59
4
+ data.tar.gz: d25c25c4ca2925a91cfd3d5731fb7e5790c82f5869f0095c0d3a5af46e6a85d8
5
5
  SHA512:
6
- metadata.gz: fc0f3953d05fd9e79e1c8430f76a0a9d951b1dc9836396c5a63c9eb5ea22aa1e218b59efa1e34a856ebf8783846fff771ca91ac1df9b59e566369c6e5b6be8ca
7
- data.tar.gz: 72fa7def0622dadf6dd453d9c4656490f598c12b75af3f1c37835415575ef37188b01b938d395c06181792dbe291b9bfe945bd621c99936898b968ca64dea6ce
6
+ metadata.gz: ed71e7ea71bf4f07121fa42d4993ef8948b49e613af238c7ac763366627264995cfc6751e1bb8001902beba24ce17ef0c548b64ecdcf508576ae53d6f3307403
7
+ data.tar.gz: 744c65076908365082ddd0a5c02077cf9d6126fa54d3a47a4611b5e03f4ff42c67fd1df6f56eb7d9fddcf10e645d509af8875dd5ae3a337479c25e1fa0a0f014
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.43.0)
4
+ fusionauth_client (1.44.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.43.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.44.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.43.0'
22
+ spec.version = '1.44.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.43.0
4
+ version: 1.44.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-02-20 00:00:00.000000000 Z
12
+ date: 2023-03-13 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.