fusionauth_client 1.52.0 → 1.54.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: 3bad49c0458dd31ccf7f81b5d1cd9f1e4230b8378c3ed0b2b1b0f0cf006b028e
4
- data.tar.gz: 82699e96462bc78944ae48137c7b4bc80763303082e94ad0f58c26deaa8fc843
3
+ metadata.gz: df57ae4ef95bcab49d97e070db7e0664d962a553f0a57459e965791922fbc84c
4
+ data.tar.gz: 6a83b662bc6e8b002192b3a0e74733065161d96298500365794e141d2bae41b5
5
5
  SHA512:
6
- metadata.gz: e692e0e35951c4268f6f19d930b46a1c5a1f4e2371588a003f4dd1b8d56679ef9f48ec3b931408cb819464c9c612943d8cc319238da53af3229f19d359a6ada4
7
- data.tar.gz: 0fa182e50cf223190d0ec881ea4ed0bf1dff17237ff07c6a13e536c712effb4b9cf332f10fd822670f1008eef7a9c73789cfdf40254f30a93acaff406e915f90
6
+ metadata.gz: 753c073665d1d170fa826f5b11bca9172200032070b16a90071197f75dd2351c0626171b641d4814c509009801021df4ffc936a83f11cfd0fc86ae2d0765f7a1
7
+ data.tar.gz: e092cf434cf35e4c56995cf67679979e843b663aab55b86b5576d660938d97ee9b1a4b9b96d13d7da7b35729c0247cacef3f719c8eedbf8a9c1e0dde0ea76fe4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.52.0)
4
+ fusionauth_client (1.54.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.52.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.54.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.52.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')