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 +4 -4
- data/.github/CODEOWNERS +4 -0
- data/.github/workflows/deploy.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/build.savant +1 -1
- data/doc/FusionAuth/FusionAuthClient.html +951 -834
- data/doc/created.rid +2 -2
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search_index.js +1 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +15 -0
- data/fusionauth-ruby-client.iml +5 -1
- data/fusionauth_client.gemspec +1 -1
- data/lib/fusionauth/fusionauth_client.rb +783 -718
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb042c61bb8a7537b980a2d1f6b22f206a75d2c062268e4ef2756065283be974
|
4
|
+
data.tar.gz: d45c8f6ae3005a66b0b3de0d4abd4c8052fcb769f05f1381b932f46482c6fd2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f7cbe919b40957cb59b7a903c425aa2843654e8989c98356e9252a79b5dcb7087893d102924021363aebad6beac23cda5afc3781e61c497679da9b6553b2168
|
7
|
+
data.tar.gz: 23e5e9e47cedbb3d0936edba2a0abb17ef4a86a0daff20debe34257384c1eb5efa1c3e6f32ace177c4268c929b61d8c74cd9dda58377093d1969420047bf840e
|
data/.github/CODEOWNERS
ADDED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Run locally with act:
|
2
2
|
#
|
3
3
|
# act pull_request [--input command=[command]] \
|
4
|
-
# --platform fusionauth-
|
5
|
-
# --workflows ./.github/workflows/
|
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-
|
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-
|
49
|
+
runs-on: fusionauth-standard
|
50
50
|
steps:
|
51
51
|
- name: checkout
|
52
52
|
uses: actions/checkout@v4
|
data/Gemfile.lock
CHANGED
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.
|
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()
|