authlete 1.34.0 → 1.35.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
- SHA256:
3
- metadata.gz: 743cfaab122222d1e9d7cf0f2a741371be4ac37a38bad1648c6b25dc6a108282
4
- data.tar.gz: c228a13fa5bb3434ecb16576e501d9700edb749a24234e64afc070fcf80bca85
2
+ SHA1:
3
+ metadata.gz: f1ca2366f1b56a10ee44f96cdda940c49c5b1772
4
+ data.tar.gz: f7793f1df00f17688dff349ffbba4a179cd83894
5
5
  SHA512:
6
- metadata.gz: 900944ea4585b1f5dbd777ecf4a5a3fd1cd0bb04037ba4370e5004a2beda5fd69329da18f193708acc74554ec6dbb4507f3af0242633536c1a64be1bd1ddeee9
7
- data.tar.gz: ebe494f292a59d11026388deac9bbca62aa7ed733ab0e5358b91c8627dcdd1f441721a60edbaa5173d9bffcc5f7b21d0360a037d03b3ef4fccde09a26379f26b
6
+ metadata.gz: 4fd9b5550e4bc4dc2a71ce17eebb404578bc3dd296891c861f526c5cb3283d905c23c6e06afa6a345c4e0697bf4cb37dee209774756db980496b22822d4eef22
7
+ data.tar.gz: e7615f6229bdf8ff9134a7d2551ca31c3dc40d5cda5391c7a69d6a82ed7df262c506dc120cf6531ee14f9c2406b6bb39faba2420dcb6f0a84fd21b6e56152329
@@ -793,7 +793,7 @@ module Authlete
793
793
  supportedDocumentsCheckMethods: nil,
794
794
  idTokenAudType: nil,
795
795
  verifiedClaimsValidationSchemaSet: nil,
796
- credentialDuration: nil,
796
+ credentialDuration: 0,
797
797
  credentialJwks: nil,
798
798
  idTokenReissuable: false,
799
799
  }
@@ -16,5 +16,5 @@
16
16
 
17
17
 
18
18
  module Authlete
19
- VERSION = "1.34.0"
19
+ VERSION = "1.35.0"
20
20
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authlete
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiko Kawasaki
8
8
  - Hideki Ikeda
9
9
  - Seth Wright
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-07-03 00:00:00.000000000 Z
13
+ date: 2023-12-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rest-client
@@ -245,7 +245,7 @@ homepage: https://www.authlete.com/
245
245
  licenses:
246
246
  - Apache License, Version 2.0
247
247
  metadata: {}
248
- post_install_message:
248
+ post_install_message:
249
249
  rdoc_options: []
250
250
  require_paths:
251
251
  - lib
@@ -260,8 +260,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  - !ruby/object:Gem::Version
261
261
  version: '0'
262
262
  requirements: []
263
- rubygems_version: 3.0.3.1
264
- signing_key:
263
+ rubyforge_project:
264
+ rubygems_version: 2.6.8
265
+ signing_key:
265
266
  specification_version: 4
266
267
  summary: A library for Authlete Web APIs
267
268
  test_files: