fusionauth_client 1.51.0 → 1.53.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13fca66205c78f0e7713d67c9472b5b644b08666f2b0ff69b46997bb7d828511
4
- data.tar.gz: b56c7c13048361ef7907e182710ca2c96182a28f446f5a7012ed9837c8c98e5b
3
+ metadata.gz: cb042c61bb8a7537b980a2d1f6b22f206a75d2c062268e4ef2756065283be974
4
+ data.tar.gz: d45c8f6ae3005a66b0b3de0d4abd4c8052fcb769f05f1381b932f46482c6fd2f
5
5
  SHA512:
6
- metadata.gz: fcf912401674250d3ce13a698b8579fa388b75b54823ecae30b9c073af9aaa15b93851a854578664b30a6eccd4d37cc109cf9a4dec11702776dbe9347403d0c6
7
- data.tar.gz: 40c42731f45e9c80d8b0fa8cad3b757db9f01c7077e1f6911bb932274589d18184925ebc37fbd419b1d8035803dee7ebd1938773a8f5aa796f78aafb3a3959b5
6
+ metadata.gz: 5f7cbe919b40957cb59b7a903c425aa2843654e8989c98356e9252a79b5dcb7087893d102924021363aebad6beac23cda5afc3781e61c497679da9b6553b2168
7
+ data.tar.gz: 23e5e9e47cedbb3d0936edba2a0abb17ef4a86a0daff20debe34257384c1eb5efa1c3e6f32ace177c4268c929b61d8c74cd9dda58377093d1969420047bf840e
@@ -0,0 +1,4 @@
1
+ # This is a managed file. Manual changes will be overwritten.
2
+ # https://github.com/FusionAuth/fusionauth-public-repos/
3
+
4
+ .github/ @fusionauth/owners @fusionauth/platform
@@ -1,8 +1,8 @@
1
1
  # Run locally with act:
2
2
  #
3
3
  # act pull_request [--input command=[command]] \
4
- # --platform fusionauth-builder=[ecr-repo-name]/fusionauth-builder:latest] \
5
- # --workflows ./.github/workflows/release.yaml \
4
+ # --platform fusionauth-standard=[ecr-repo-name]/fusionauth-standard:latest] \
5
+ # --workflows ./.github/workflows/deploy.yaml \
6
6
  # --env-file <(aws configure export-credentials --profile [aws-profile] --format env)
7
7
 
8
8
  name: Deploy
@@ -33,7 +33,7 @@ jobs:
33
33
  github.event_name == 'pull_request' ||
34
34
  github.event_name == 'push' ||
35
35
  github.event_name == 'workflow_dispatch' && inputs.command == 'build'
36
- runs-on: fusionauth-builder
36
+ runs-on: fusionauth-standard
37
37
  steps:
38
38
  - name: checkout
39
39
  uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
46
46
  if: |
47
47
  github.event_name == 'workflow_dispatch' &&
48
48
  (inputs.command == 'release' || inputs.command == 'publish')
49
- runs-on: fusionauth-builder
49
+ runs-on: fusionauth-standard
50
50
  steps:
51
51
  - name: checkout
52
52
  uses: actions/checkout@v4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.51.0)
4
+ fusionauth_client (1.53.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.51.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.53.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()