google-apis-css_v1 0.13.0 → 0.15.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: d648c8e02dcfeb7ec478dd6d833f7cc052204ec250b5f6641a9375aacce54848
4
- data.tar.gz: 03102c3fa57c1384510ffe0b262d0572f29e8c262c15d98ece061f2e3cd7bfbd
3
+ metadata.gz: 804ffc51c49a1e9f0716b9cc42d1ce14d8b02434aa1fa13a370626e3fc616a43
4
+ data.tar.gz: 4677212a6ee8de06e47a372841a08e79cf7393a2feb660a96386d1e4d7ebfaef
5
5
  SHA512:
6
- metadata.gz: 4748c10bebeb3e6f208ee395b2c5848427ce8bf5c6412a8feade7cf1c18688b1e8eb635bc25a6d88249be7c15c08828ad88f30ae34c2acbd0615ca9d0fe8e00e
7
- data.tar.gz: 2977159aa85957789e4f9b8f544553ec52e2deae8912491d4a72e5e0f5dff43f7d014b2c63010082cc7956ba9f30d255fea0686ae0471be035699f13983b7029
6
+ metadata.gz: 3dc43f2af726d4116d611bcc7c038a9f20c8aa40990c1bba7d0de430e60de943235538041f3e544851f290b6db3f63eba5cd6b49de1bdd7667cf5aad52a441cf
7
+ data.tar.gz: d7186b728b47a08ad4351f4dcb66ac739841b9680976249251f9df8ffa2b9189f4e881ca9435836ccb811d4a117cfeb60285f2b69f7ce3e510d19e7fb6168cf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-css_v1
2
2
 
3
+ ### v0.15.0 (2026-07-19)
4
+
5
+ * Regenerated from discovery document revision 20260713
6
+
7
+ ### v0.14.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.13.0 (2026-03-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20260310
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/comparison-shopping-se
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
 
@@ -1244,8 +1244,8 @@ module Google
1244
1244
  attr_accessor :quota_minute_limit
1245
1245
 
1246
1246
  # Output only. The current quota usage, meaning the number of calls already made
1247
- # on a given day to the methods in the group. The daily quota limits reset at at
1248
- # 12:00 PM midday UTC.
1247
+ # on a given day to the methods in the group. The daily quota limits reset at 12:
1248
+ # 00 PM midday UTC.
1249
1249
  # Corresponds to the JSON property `quotaUsage`
1250
1250
  # @return [Fixnum]
1251
1251
  attr_accessor :quota_usage
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CssV1
18
18
  # Version of the google-apis-css_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260310"
25
+ REVISION = "20260713"
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-css_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.15.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-css_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.13.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-css_v1/v0.15.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-css_v1
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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="