google-apis-css_v1 0.14.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/css_v1/classes.rb +2 -2
- data/lib/google/apis/css_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 804ffc51c49a1e9f0716b9cc42d1ce14d8b02434aa1fa13a370626e3fc616a43
|
|
4
|
+
data.tar.gz: 4677212a6ee8de06e47a372841a08e79cf7393a2feb660a96386d1e4d7ebfaef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dc43f2af726d4116d611bcc7c038a9f20c8aa40990c1bba7d0de430e60de943235538041f3e544851f290b6db3f63eba5cd6b49de1bdd7667cf5aad52a441cf
|
|
7
|
+
data.tar.gz: d7186b728b47a08ad4351f4dcb66ac739841b9680976249251f9df8ffa2b9189f4e881ca9435836ccb811d4a117cfeb60285f2b69f7ce3e510d19e7fb6168cf0
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
1248
|
-
#
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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.
|
|
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:
|