fusionauth_client 1.51.0 → 1.52.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: 3bad49c0458dd31ccf7f81b5d1cd9f1e4230b8378c3ed0b2b1b0f0cf006b028e
4
+ data.tar.gz: 82699e96462bc78944ae48137c7b4bc80763303082e94ad0f58c26deaa8fc843
5
5
  SHA512:
6
- metadata.gz: fcf912401674250d3ce13a698b8579fa388b75b54823ecae30b9c073af9aaa15b93851a854578664b30a6eccd4d37cc109cf9a4dec11702776dbe9347403d0c6
7
- data.tar.gz: 40c42731f45e9c80d8b0fa8cad3b757db9f01c7077e1f6911bb932274589d18184925ebc37fbd419b1d8035803dee7ebd1938773a8f5aa796f78aafb3a3959b5
6
+ metadata.gz: e692e0e35951c4268f6f19d930b46a1c5a1f4e2371588a003f4dd1b8d56679ef9f48ec3b931408cb819464c9c612943d8cc319238da53af3229f19d359a6ada4
7
+ data.tar.gz: 0fa182e50cf223190d0ec881ea4ed0bf1dff17237ff07c6a13e536c712effb4b9cf332f10fd822670f1008eef7a9c73789cfdf40254f30a93acaff406e915f90
@@ -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.52.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.52.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()