Skip to content

Commit 29333b9

Browse files
feat: Automated regeneration of chromeuxreport v1 client (#22650)
Auto-created at 2025-05-04 09:30:32 +0000 using the toys pull request generator.
1 parent 77a943c commit 29333b9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

generated/google-apis-chromeuxreport_v1/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-chromeuxreport_v1
22

3+
### v0.27.0 (2025-05-04)
4+
5+
* Regenerated using generator version 0.17.0
6+
37
### v0.26.0 (2025-04-13)
48

59
* Regenerated from discovery document revision 20250409

generated/google-apis-chromeuxreport_v1/OVERVIEW.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/web/tools/chrome-user-
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 2.7+.
86+
This library is supported on Ruby 3.1+.
8787

8888
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.
8989

generated/google-apis-chromeuxreport_v1/google-apis-chromeuxreport_v1.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 2.7'
31+
gem.required_ruby_version = '>= 3.1'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

generated/google-apis-chromeuxreport_v1/lib/google/apis/chromeuxreport_v1/gem_version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module Google
1616
module Apis
1717
module ChromeuxreportV1
1818
# Version of the google-apis-chromeuxreport_v1 gem
19-
GEM_VERSION = "0.26.0"
19+
GEM_VERSION = "0.27.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.16.0"
22+
GENERATOR_VERSION = "0.17.0"
2323

2424
# Revision of the discovery document this client was generated from
2525
REVISION = "20250409"

0 commit comments

Comments
 (0)