Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions generated/google-apis-chromewebstore_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-chromewebstore_v2

### v0.4.0 (2026-06-14)

* Regenerated from discovery document revision 20260601
* Regenerated using generator version 0.19.0

### v0.3.0 (2026-05-24)

* Regenerated from discovery document revision 20260517
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-chromewebstore_v2/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The [product documentation](https://developer.chrome.com/docs/webstore/api) may

## Supported Ruby versions

This library is supported on Ruby 3.1+.
This library is supported on Ruby 3.2+.

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 3.1'
gem.required_ruby_version = '>= 3.2'
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class PublishItemRequest
include Google::Apis::Core::Hashable

# Optional. When set to true the request will fail if there are any warnings
# during validation and the details will be included in the error_details.
# during validation and the details will be included in the `error.details`.
# Otherwise warnings are treated as non-blocking and will be ignored for
# validation but will be included in the response for inspection. Defaults to `
# false` if unset.
Expand Down Expand Up @@ -369,8 +369,7 @@ class Warning
attr_accessor :description

# The reason for the warning. This is a constant value that identifies the
# proximate cause of the warning. This should be at most 63 characters and match
# a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
# proximate cause of the warning.
# Corresponds to the JSON property `reason`
# @return [String]
attr_accessor :reason
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ChromewebstoreV2
# Version of the google-apis-chromewebstore_v2 gem
GEM_VERSION = "0.3.0"
GEM_VERSION = "0.4.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260517"
REVISION = "20260601"
end
end
end
Loading