google-apis-sheets_v4 0.18.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sheets_v4/gem_version.rb +2 -2
- data/lib/google/apis/sheets_v4/service.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: 64753a47d3ff014dd61f412a0b4c4ce0e1a9416affb1c3688e85339d0f90a238
|
4
|
+
data.tar.gz: 47e8a1a148100554f32d23eccaeadcf07b5697900e3bd5874b37f286418b1b8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ac512278cd1bc0c710980d5855c5312a9d6736277e8dc5d24ab88253f46f16ad7a3c99b742598b052c4b7e08f59a02698947cbb2623f7b6533387f82196fc21
|
7
|
+
data.tar.gz: d6a8c907f6fe2b4b09f52993eb7a3d7e9f0d3c54de1169851c26fe5a20736ce6617643d31f275b637b7d21615e56a8b479329a85c8c2613bed4c662b688981ed
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SheetsV4
|
18
18
|
# Version of the google-apis-sheets_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220927"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -666,9 +666,9 @@ module Google
|
|
666
666
|
# option is SERIAL_NUMBER.
|
667
667
|
# @param [String] major_dimension
|
668
668
|
# The major dimension that results should use. For example, if the spreadsheet
|
669
|
-
# data is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=A1:B2
|
670
|
-
# ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=
|
671
|
-
# COLUMNS` returns `[[1,3],[2,4]]`.
|
669
|
+
# data in Sheet1 is: `A1=1,B1=2,A2=3,B2=4`, then requesting `range=Sheet1!A1:B2?
|
670
|
+
# majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=Sheet1!
|
671
|
+
# A1:B2?majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
|
672
672
|
# @param [String] value_render_option
|
673
673
|
# How values should be represented in the output. The default render option is
|
674
674
|
# FORMATTED_VALUE.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sheets_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|