authentik-api 2026.8.0.rc5 → 2026.8.0.rc6

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: 5328e20374a058ddff487dcc01ef284a8f1c351ce9e95a5c538a75e7fc195481
4
- data.tar.gz: 63b64eb0f135ffd098bf3c18aaaed37544b1c155caaee8c648244bbf896e78ac
3
+ metadata.gz: 34bda83f20af648e370bed717518f6e5c2f335beb95c90ffd51fb16d12dce660
4
+ data.tar.gz: 99c78bad30eb420f678a80979902ab8dd5cbca9a7ae52bb56ad4f56b61683d7c
5
5
  SHA512:
6
- metadata.gz: 8bf18addca64e15a72f5682b10cac5d10369a9fa04f9eb7b718bdb80cfe25d5aed662d917c1f26c65deac188c4b5664a2d6b96659e1bdb03352f6863380b4cca
7
- data.tar.gz: 4640433eb63e8d1c9fc8bf4138baa58743be58430b3b6ce2867d7d15857d27872ea9819d1cc9b6e664f516a6069fe0324205aadaa8d16c52ea0357545c396c16
6
+ metadata.gz: 17d7c198d83a047a00bfa5a276647a93869f563678a7b163382d31c08f00403e02c5f03746d2e14b639748b96645bc82a8cfe6c13c5c3830d1252527cf49479e
7
+ data.tar.gz: 8b13f244ae6992e25940037eba944f15292151df382264acfe0f9f1bb745c92f7cfeda0eea737532a95bab2697e0634985a0aa66a551c2dfec19ba1a6f3398e6
data/README_API.md CHANGED
@@ -6,8 +6,8 @@ Making authentication simple.
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 2026.8.0-rc5
10
- - Package version: 2026.8.0.rc5
9
+ - API version: 2026.8.0-rc6
10
+ - Package version: 2026.8.0.rc6
11
11
  - Generator version: 7.25.0-SNAPSHOT
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build authentik-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./authentik-api-2026.8.0.rc5.gem
27
+ gem install ./authentik-api-2026.8.0.rc6.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./authentik-api-2026.8.0.rc5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./authentik-api-2026.8.0.rc6.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'authentik-api', '~> 2026.8.0.rc5'
36
+ gem 'authentik-api', '~> 2026.8.0.rc6'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -6,6 +6,6 @@ Any manual changes will be lost when the OpenAPI scheme changes.
6
6
 
7
7
  module Authentik
8
8
  module Api
9
- VERSION = '2026.8.0.rc5'
9
+ VERSION = '2026.8.0.rc6'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentik-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.8.0.rc5
4
+ version: 2026.8.0.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig