fusionauth_client 1.65.0 → 1.67.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: 684ae2ea6bb5398fac01028a67fae657f6b29b180364a8145e86e485b6f46fa9
4
- data.tar.gz: 80fd544057397fb5d632b703b6567070918425f9ad4f4fbc0ff06f692b3dd089
3
+ metadata.gz: 321ee51776900c0b4413323db72ecfad4f9f23c1f694d8880a6a2daa06641610
4
+ data.tar.gz: 01edbe7bbcce07a35cccd567df66aea4dd0ec6eff1bbd6df9fef255babdaa89d
5
5
  SHA512:
6
- metadata.gz: 3a5403ba8397e81144cb150f7ff7d04c88f3d10d24413016ac4b77845ad84b23b8944c269c33b974c5c31a55bd3028cbc92ff83cbadac79a029eaad09518c896
7
- data.tar.gz: 83103543ba185654baafcc432ef6ecbd00bc91432f298deecb3399e504f81b4aca991af57b2afd280569659e1aa9eefc0729ab3ed2d88384155e8515c9756343
6
+ metadata.gz: d5ceca6b053371f1e98def2542fc049e9a8cc0a3ad3b33116b9c96c2045d9d6ae8180d73c90953fa9fe2cfb16b27631c7b610ed767d5ba1a21ed4ece531b39be
7
+ data.tar.gz: e7a93bfc6093506d5d32a75b28c49f7ee357cbc7a2f22ac3695e1e162abd6a1d6cfef95c2c32342c4fb9bf24d3f11460f76cb8a90715d6777714133b8ea58bcf
@@ -17,7 +17,6 @@
17
17
  {
18
18
  "method": "POST",
19
19
  "url": "/api/key/generate/#{asymmetricKeyId}",
20
- "tenantId": "#{defaultTenantId}",
21
20
  "body": {
22
21
  "key": {
23
22
  "algorithm": "RS256",
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fusionauth_client (1.65.0)
4
+ fusionauth_client (1.67.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.65.0", licenses: ["ApacheV2_0"]) {
18
+ project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.67.0", licenses: ["ApacheV2_0"]) {
19
19
  workflow {
20
20
  fetch {
21
21
  cache()
@@ -14,7 +14,6 @@
14
14
  <orderEntry type="library" scope="PROVIDED" name="erb (v2.2.3, rbenv: 3.4.2) [gem]" level="application" />
15
15
  <orderEntry type="library" scope="PROVIDED" name="extralite-bundle (v1.27, rbenv: 3.4.2) [gem]" level="application" />
16
16
  <orderEntry type="library" scope="PROVIDED" name="minitest (v5.25.5, rbenv: 3.4.2) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.18.6, rbenv: 3.4.2) [gem]" level="application" />
18
17
  <orderEntry type="library" scope="PROVIDED" name="psych (v5.2.3, rbenv: 3.4.2) [gem]" level="application" />
19
18
  <orderEntry type="library" scope="PROVIDED" name="racc (v1.8.1, rbenv: 3.4.2) [gem]" level="application" />
20
19
  <orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, rbenv: 3.4.2) [gem]" level="application" />
@@ -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.65.0'
22
+ spec.version = '1.67.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.65.0
4
+ version: 1.67.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-04-30 00:00:00.000000000 Z
11
+ date: 2026-06-01 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.
@@ -20,7 +20,6 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - ".github/CODEOWNERS"
23
- - ".github/dependabot.yml"
24
23
  - ".github/fusionauth/.env"
25
24
  - ".github/fusionauth/docker-compose.yml"
26
25
  - ".github/fusionauth/kickstart.json"
@@ -1,6 +0,0 @@
1
- version: 2
2
- updates:
3
- - package-ecosystem: "docker"
4
- directory: "/.github/fusionauth"
5
- schedule:
6
- interval: "weekly"