google-apis-generator 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: d6c7c7c5aa1043d0246fa0d5136a2ee6cb61f94e23dc63521a6322732afb7576
4
- data.tar.gz: 2f93c766024963523dfbe41e052b2ced84a3ad0268ca7d1e31ea09be6507acf9
3
+ metadata.gz: 04d7f55e77ffbad3e44ef0ffa2e1274750be618fe112aed46c9d728e35222b90
4
+ data.tar.gz: 19226149b803be52f42e9412a0871ee2faae892982c08b402c45159f1adf05da
5
5
  SHA512:
6
- metadata.gz: a37167d3772ba5f8534b66c14533eedc113fbe90ed57f90e7d3d3c1fa940e961cddaa6aa90c23ad15eaab23c2931836a780f2e758379e1aa05083c115d939a97
7
- data.tar.gz: 88d83005a702a135a3186ecc287245384cc1a15e3594b5c94845a0aac8cafa0e4175a4ae127a82cf60ca99273d018a5b0716ef70ef543dda21ea8e40ad97b14e
6
+ metadata.gz: 11ac6fba7be8e59ded3d73c2629f44d7971b80cf6e76223fa3c42f3e58054a87d93542b4875ba699fb2d19364fceddc435b0153e067b8435b1256d5d0d6ea53f
7
+ data.tar.gz: 378cc4cc15dd81e931f4afcb09693a827d538572d022f957f955adc7de3a6695212f1d16a6efb59f584441397f055bfc6288cc0613b4f164c5bbd123521f3baa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.19.0 (2026-06-04)
4
+
5
+ #### Features
6
+
7
+ * ruby 3.2 minimum ([#26608](https://github.com/googleapis/google-api-ruby-client/issues/26608))
8
+
3
9
  ### 0.18.0 (2025-05-22)
4
10
 
5
11
  #### Features
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
28
28
  gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
29
29
  gem.require_paths = ["lib"]
30
30
 
31
- gem.required_ruby_version = '>= 3.1'
31
+ gem.required_ruby_version = '>= 3.2'
32
32
  gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
33
33
  end
@@ -83,7 +83,7 @@ The [product documentation](<%= api.documentation_link %>) may provide guidance
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
 
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  class Generator
18
- VERSION = "0.18.0"
18
+ VERSION = "0.19.0"
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-generator
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
@@ -137,7 +137,7 @@ licenses:
137
137
  metadata:
138
138
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
139
139
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator/CHANGELOG.md
140
- documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.18.0
140
+ documentation_uri: https://googleapis.dev/ruby/google-apis-generator/v0.19.0
141
141
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-generator
142
142
  rdoc_options: []
143
143
  require_paths:
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  requirements:
147
147
  - - ">="
148
148
  - !ruby/object:Gem::Version
149
- version: '3.1'
149
+ version: '3.2'
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - ">="