fusionauth_client 1.51.0 → 1.52.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.
Binary file
Binary file
@@ -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
+ &mdash;
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
+ &mdash;
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
+ &mdash;
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
  &mdash;
@@ -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" jdkType="RUBY_SDK" />
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>
@@ -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.51.0'
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