fusionauth_client 1.50.0 → 1.52.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 +87 -0
- data/.github/workflows/docs.yml +16 -16
- data/.github/workflows/test.yml +16 -14
- data/Gemfile.lock +1 -1
- data/build.savant +2 -2
- 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 +747 -718
- metadata +5 -3
data/doc/js/search_index.js.gz
CHANGED
Binary file
|
data/doc/js/searcher.js.gz
CHANGED
Binary file
|
data/doc/table_of_contents.html
CHANGED
@@ -1158,6 +1158,21 @@
|
|
1158
1158
|
—
|
1159
1159
|
<span class="container">FusionAuth::FusionAuthClient</span>
|
1160
1160
|
|
1161
|
+
<li class="method">
|
1162
|
+
<a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_system_health">#retrieve_system_health</a>
|
1163
|
+
—
|
1164
|
+
<span class="container">FusionAuth::FusionAuthClient</span>
|
1165
|
+
|
1166
|
+
<li class="method">
|
1167
|
+
<a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_system_status">#retrieve_system_status</a>
|
1168
|
+
—
|
1169
|
+
<span class="container">FusionAuth::FusionAuthClient</span>
|
1170
|
+
|
1171
|
+
<li class="method">
|
1172
|
+
<a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_system_status_using_api_key">#retrieve_system_status_using_api_key</a>
|
1173
|
+
—
|
1174
|
+
<span class="container">FusionAuth::FusionAuthClient</span>
|
1175
|
+
|
1161
1176
|
<li class="method">
|
1162
1177
|
<a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_tenant">#retrieve_tenant</a>
|
1163
1178
|
—
|
data/fusionauth-ruby-client.iml
CHANGED
@@ -6,7 +6,11 @@
|
|
6
6
|
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
|
7
7
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
8
8
|
</content>
|
9
|
-
<orderEntry type="jdk" jdkName="rbenv: 2.5
|
9
|
+
<orderEntry type="jdk" jdkName="rbenv: 2.7.5" jdkType="RUBY_SDK" />
|
10
10
|
<orderEntry type="sourceFolder" forTests="false" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.4.22, rbenv: 2.7.5) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="cgi (v0.4.1, rbenv: 2.7.5) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="psych (v5.1.2, rbenv: 2.7.5) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, rbenv: 2.7.5) [gem]" level="application" />
|
11
15
|
</component>
|
12
16
|
</module>
|
data/fusionauth_client.gemspec
CHANGED
@@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
19
19
|
|
20
20
|
Gem::Specification.new do |spec|
|
21
21
|
spec.name = 'fusionauth_client'
|
22
|
-
spec.version = '1.
|
22
|
+
spec.version = '1.52.0'
|
23
23
|
spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
|
24
24
|
spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
|
25
25
|
|