fusionauth_client 1.53.0 → 1.55.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: cb042c61bb8a7537b980a2d1f6b22f206a75d2c062268e4ef2756065283be974
4
- data.tar.gz: d45c8f6ae3005a66b0b3de0d4abd4c8052fcb769f05f1381b932f46482c6fd2f
3
+ metadata.gz: dae42e98fa53368ada2c61f42099e0d91fd2a8eb8995cb1666040614ed99beed
4
+ data.tar.gz: 9f7faa151dfa032775172606756fd5866642c7dd70f708030176926ce50eb25a
5
5
  SHA512:
6
- metadata.gz: 5f7cbe919b40957cb59b7a903c425aa2843654e8989c98356e9252a79b5dcb7087893d102924021363aebad6beac23cda5afc3781e61c497679da9b6553b2168
7
- data.tar.gz: 23e5e9e47cedbb3d0936edba2a0abb17ef4a86a0daff20debe34257384c1eb5efa1c3e6f32ace177c4268c929b61d8c74cd9dda58377093d1969420047bf840e
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.53.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.53.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()
@@ -39,8 +39,8 @@ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.53.0
39
39
  }
40
40
 
41
41
  // Plugins
42
- file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0-RC.7")
43
- release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0-RC.6")
42
+ file = loadPlugin(id: "org.savantbuild.plugin:file:2.0.0")
43
+ release = loadPlugin(id: "org.savantbuild.plugin:release-git:2.0.0")
44
44
 
45
45
  target(name: "clean", description: "Cleans build directory") {
46
46
  file.prune(dir: 'pkg')