google-apis-identitytoolkit_v3 0.18.0 → 0.19.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: bc8f82980ef60e2b65872a87b7556b88a34a7722cbf56ba2985112e04bf3ba52
4
- data.tar.gz: 00b9d9a2ef1eb1b661aa81dc4b8fae9849336d4fff875947916cd4ac0b670b3c
3
+ metadata.gz: efdac543411658ed243df1771ae1bb9eddbc24d2267e6af0552e82c524768b61
4
+ data.tar.gz: b4a3b1d287caedf76235b7e12fab6f489a828cdea7aeceba862852460b09c007
5
5
  SHA512:
6
- metadata.gz: e675cc88f1ee253ad785b48e53e82f769ed932aab7510bc20a4a3dc2d03c911cca59a37ff51b8c6165f6d229ae03eb705155bd3b2d10965520989f7aad2d6efd
7
- data.tar.gz: 88bdd00a82b6ebac80831b518ee95897392aaec647d125cfef3b58439456123363704f6abdb41eaba9cb5b7b39971f3096bf160395c2ad8a6f006edb7e7b8875
6
+ metadata.gz: 6fdb250ad89422b4cba7036d5407d313ed23e30ac270ceb043b689702495c6460e6a1f17c40865a2f044c4c7bfb3f4b688f85644fc6c579ba5e8007b1a354ebc
7
+ data.tar.gz: 20f78f42be6f71e070cc01987461efce8f485a280d6b5ab883f2ce015add0faaa0009ddaa4ab2c345df9bfe1772f15069a07305e0cdf8f4037c8b1c2a375cb5e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-identitytoolkit_v3
2
2
 
3
+ ### v0.19.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
3
7
  ### v0.18.0 (2025-05-04)
4
8
 
5
9
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/identity-toolkit/v3/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module IdentitytoolkitV3
18
18
  # Version of the google-apis-identitytoolkit_v3 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20180723"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-identitytoolkit_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v3/v0.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v3/v0.19.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Identity Toolkit API V3
79
79
  test_files: []