fusionauth_client 1.57.0 → 1.58.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: e1fcbe35eaa0eb551d930d3f89ed2dafd36e5566f152fcc04a4d33642e400816
4
- data.tar.gz: ab420c4f0b66a3a2805998952c5f725e4ae32aadcf4490e2105b4ad4d28975d5
3
+ metadata.gz: f06ceac18ef4f1734bc2d63657291958dae0b2591d336030826589f3801b5e2f
4
+ data.tar.gz: 28b3a2778f69f15ac5c0c850781a38ff38bb9c9717f3e0a9f29301ae1254faa2
5
5
  SHA512:
6
- metadata.gz: '0978f435eb9b13a1ac9e4cbfcff684b0d8d3eacab6f60131caa80060b3bcd5dcd66be9768fc0b3f714d30a8cfbc0c60b17ee9a63a2d258f427f0fa3cd5266082'
7
- data.tar.gz: 0b8b35a0d0466374420128e5f4ffebcd1c4ed38930b7f62c048575174f749bb611ac5fef1ad4a912561740eae10f5a9ee9737f70840fa4109aee7bf68c6625f1
6
+ metadata.gz: 858e37978cc8e31ee054164370719cfa78f9d40db41d33180df04035fe882472ba6704d24632e51fef33a5d3620355b8291a590858239c921049018314569e79
7
+ data.tar.gz: d66be2e746892494ac3d1fba0a333e70b02fa7d3950032c87e7ff0e54b2354b054011a87a93db1cd92dea87473d8b5da3e4eb9e8557d08f25ecf76b3f65b1713
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.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.57.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.58.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()