fusionauth_client 1.63.0 → 1.64.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a00315e90f98c3c9f7e999642cf40a2cd7f145d01bdbc93f1873ee5f72be6277
4
- data.tar.gz: a71f19cbd3bfe127ea09608a15ac7ba1a265145d72be831b2f6dcd5f6a36a6e0
3
+ metadata.gz: 0447015dae443e9199dab7804b09d6545ddd759d576d37507cccfb090aaa2edd
4
+ data.tar.gz: b2bf3c2fb613dc9404a138c28dcbc4f57285d2cb64b7607681bf36737e42c557
5
5
  SHA512:
6
- metadata.gz: c28c51b421c16e5a686e06f68ad92726e5ccf9affc3ab37805bc511f533a1cbcaf36f3f8fca8f32cf28a1b988e175d92f19c3cf761723b41c079fd91c7cfddb0
7
- data.tar.gz: e94ec3411fbe056acc2074d74c48c53dccb971cc54656924e70bc4b6f83fcbfd058d614c074cf2e07db24aefaeb9cd07e75ac041298eadc087a6d5d2c483f6e8
6
+ metadata.gz: c862d82301925563f0ff68a59e29184a373eb3434b4d423060ff34ed40d613be7fd2d13a5fe8007cfae19dc9eac09abc493825dc160a0dfa757266852dd43331
7
+ data.tar.gz: 54735ff5f00c487b7aa9b8aff69f66c6477d39e3c694c406ce2ce55e276c38c42f7d5a52677467ab9944651cea53b340244bacd15019f30fc5b6b93055e1c777
@@ -10,7 +10,7 @@ on:
10
10
  - main
11
11
  workflow_dispatch:
12
12
  inputs:
13
- command:
13
+ command: # be careful when editing these, fusionauth-app expects certain commands
14
14
  type: choice
15
15
  options:
16
16
  - build # build only
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.63.0)
4
+ fusionauth_client (1.64.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -12,21 +12,21 @@ GEM
12
12
  cgi
13
13
  extralite-bundle (1.27)
14
14
  minitest (5.25.5)
15
- nokogiri (1.18.6-aarch64-linux-gnu)
15
+ nokogiri (1.19.1-aarch64-linux-gnu)
16
16
  racc (~> 1.4)
17
- nokogiri (1.18.6-aarch64-linux-musl)
17
+ nokogiri (1.19.1-aarch64-linux-musl)
18
18
  racc (~> 1.4)
19
- nokogiri (1.18.6-arm-linux-gnu)
19
+ nokogiri (1.19.1-arm-linux-gnu)
20
20
  racc (~> 1.4)
21
- nokogiri (1.18.6-arm-linux-musl)
21
+ nokogiri (1.19.1-arm-linux-musl)
22
22
  racc (~> 1.4)
23
- nokogiri (1.18.6-arm64-darwin)
23
+ nokogiri (1.19.1-arm64-darwin)
24
24
  racc (~> 1.4)
25
- nokogiri (1.18.6-x86_64-darwin)
25
+ nokogiri (1.19.1-x86_64-darwin)
26
26
  racc (~> 1.4)
27
- nokogiri (1.18.6-x86_64-linux-gnu)
27
+ nokogiri (1.19.1-x86_64-linux-gnu)
28
28
  racc (~> 1.4)
29
- nokogiri (1.18.6-x86_64-linux-musl)
29
+ nokogiri (1.19.1-x86_64-linux-musl)
30
30
  racc (~> 1.4)
31
31
  psych (5.2.3)
32
32
  date
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  ## Intro
4
4
 
5
+
5
6
  <!--
6
7
  tag::forDocSite[]
7
8
  -->
@@ -222,4 +223,4 @@ This library is built automatically to keep track of the FusionAuth API, and may
222
223
 
223
224
  These releases may also update dependencies, language engines, and operating systems, as we\'ll follow the deprecation and sunsetting policies of the underlying technologies that it uses.
224
225
 
225
- This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version.
226
+ This means that after a dependency (e.g. language, framework, or operating system) is deprecated by its maintainer, this library will also be deprecated by us, and will eventually be updated to use a newer version.
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.63.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.64.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
@@ -24,4 +24,4 @@
24
24
  <orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.6, rbenv: 3.4.2) [gem]" level="application" />
25
25
  <orderEntry type="library" scope="PROVIDED" name="unindent (v1.0, rbenv: 3.4.2) [gem]" level="application" />
26
26
  </component>
27
- </module>
27
+ </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.63.0'
22
+ spec.version = '1.64.0'
23
23
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
24
24
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
25
25
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusionauth_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pontarelli
8
8
  - Daniel DeGroff
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-26 00:00:00.000000000 Z
11
+ date: 2026-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This library contains the Ruby client library that helps you connect
14
14
  your application to FusionAuth.