google-apis-chromewebstore_v2 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/chromewebstore_v2/classes.rb +2 -3
- data/lib/google/apis/chromewebstore_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 870f5e55c4c8950c0d9b67f622ad1c1ebed996684c13059e4c0910eda3bac09a
|
|
4
|
+
data.tar.gz: 2be29b057599a09d27f8a33e3de93f77c7be3cd67abbf33814554764a5798e5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 630051511015664db7443d2bb538e33c82b769db048aa561702c8937e4715f4cb3c11c0e5e0676db256ff900753e792eea22a694c3a8d563e61de9bdea194950
|
|
7
|
+
data.tar.gz: 4b3039178829a4ee641955fd784c72372e33e3a3d70e6e951b3836812603d404e9d02973144ff965c9adc2da1c354f58c422d4ee01a11a9449bee8072f4e662e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-chromewebstore_v2
|
|
2
2
|
|
|
3
|
+
### v0.4.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260601
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.3.0 (2026-05-24)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260517
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://developer.chrome.com/docs/webstore/api) may
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
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
|
|
|
@@ -191,7 +191,7 @@ module Google
|
|
|
191
191
|
include Google::Apis::Core::Hashable
|
|
192
192
|
|
|
193
193
|
# Optional. When set to true the request will fail if there are any warnings
|
|
194
|
-
# during validation and the details will be included in the
|
|
194
|
+
# during validation and the details will be included in the `error.details`.
|
|
195
195
|
# Otherwise warnings are treated as non-blocking and will be ignored for
|
|
196
196
|
# validation but will be included in the response for inspection. Defaults to `
|
|
197
197
|
# false` if unset.
|
|
@@ -369,8 +369,7 @@ module Google
|
|
|
369
369
|
attr_accessor :description
|
|
370
370
|
|
|
371
371
|
# The reason for the warning. This is a constant value that identifies the
|
|
372
|
-
# proximate cause of the warning.
|
|
373
|
-
# a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
|
|
372
|
+
# proximate cause of the warning.
|
|
374
373
|
# Corresponds to the JSON property `reason`
|
|
375
374
|
# @return [String]
|
|
376
375
|
attr_accessor :reason
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChromewebstoreV2
|
|
18
18
|
# Version of the google-apis-chromewebstore_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260601"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chromewebstore_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.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-chromewebstore_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromewebstore_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromewebstore_v2/v0.4.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromewebstore_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|