fusionauth_client 1.57.0 → 1.58.1

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: e1fcbe35eaa0eb551d930d3f89ed2dafd36e5566f152fcc04a4d33642e400816
4
- data.tar.gz: ab420c4f0b66a3a2805998952c5f725e4ae32aadcf4490e2105b4ad4d28975d5
3
+ metadata.gz: a843d530df907b1a7105c5c7b7345a7c360bea85f92da92fcfc486ecfc0433e6
4
+ data.tar.gz: cea632078acc92d08d524dc41cf8e7f2e499be9c5ec62af97e42376cf9d43421
5
5
  SHA512:
6
- metadata.gz: '0978f435eb9b13a1ac9e4cbfcff684b0d8d3eacab6f60131caa80060b3bcd5dcd66be9768fc0b3f714d30a8cfbc0c60b17ee9a63a2d258f427f0fa3cd5266082'
7
- data.tar.gz: 0b8b35a0d0466374420128e5f4ffebcd1c4ed38930b7f62c048575174f749bb611ac5fef1ad4a912561740eae10f5a9ee9737f70840fa4109aee7bf68c6625f1
6
+ metadata.gz: f67990c69a269737e0857eca93025fc55d8e6af01fb6e54da3c6b6f34af93d6ec6703eb21de93c23bbb8c45a0dd77b22faeefb140e47f5fbdbdbcb441e2bc989
7
+ data.tar.gz: c9920639cd003d28a8060b1b770cfc6ae15edf776d5150806d4c42dba11fdc95412c005c43c4fb7b21472ec88c5776144f7777a74ec5a25ae6f9585e00f92762
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.57.0)
4
+ fusionauth_client (1.58.1)
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.57.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.58.1", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()