sheets_v4 0.10.3 → 0.10.4
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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +8 -0
- data/lib/sheets_v4/google_extensions.rb +2 -1
- data/lib/sheets_v4/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbed66a895b713d2a8178eb654e83e7f76bb1350509f2bc25dee5f2fd7491cd5
|
|
4
|
+
data.tar.gz: c57a497834a2fc0af61cee758df0121d850d7d67f801cea4c901fedaa40e2364
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a5b0b7bc85a51f8a66cf5af0ddd66afc6a4ccdf76f15bd7edefe8de16453ed62130fd5e2f5d6157550039cdf46f4d88d736e4fb193309b5e412b36589acd692
|
|
7
|
+
data.tar.gz: e17c0371e8cfb33f8afa5c564c30e30c0ba6d2d48b78d1d3abff2b5f2c7656295117793fbc2645d812e020ea76576db05d4e52217d3c673dc011adde0146a6d3
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ Changes for each release are listed in this file.
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
|
|
6
6
|
|
|
7
|
+
## [0.10.4](https://github.com/main-branch/sheets_v4/compare/v0.10.3...v0.10.4) (2026-04-24)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Other Changes
|
|
11
|
+
|
|
12
|
+
* **dependencies:** Update dependencies for the GitHub Actions workflows ([b1cac07](https://github.com/main-branch/sheets_v4/commit/b1cac07dd69c5db943baa453cb2377312877a481))
|
|
13
|
+
* **rubocop:** Fix offenses from new RuboCop cops ([fb883d6](https://github.com/main-branch/sheets_v4/commit/fb883d6eedbc3a4b6b314c5571bd701b60b10674))
|
|
14
|
+
|
|
7
15
|
## [0.10.3](https://github.com/main-branch/sheets_v4/compare/v0.10.2...v0.10.3) (2025-04-18)
|
|
8
16
|
|
|
9
17
|
|
|
@@ -19,7 +19,8 @@ require_relative 'google_extensions/spreadsheet'
|
|
|
19
19
|
require_relative 'google_extensions/sheet'
|
|
20
20
|
|
|
21
21
|
# @private
|
|
22
|
-
|
|
22
|
+
|
|
23
|
+
module Google # rubocop:disable Style/OneClassPerFile
|
|
23
24
|
module Apis
|
|
24
25
|
# Add SheetsV4 extensions to Google::Apis::SheetsV4 classes
|
|
25
26
|
module SheetsV4
|
data/lib/sheets_v4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sheets_v4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
@@ -324,8 +324,8 @@ metadata:
|
|
|
324
324
|
rubygems_mfa_required: 'true'
|
|
325
325
|
homepage_uri: https://github.com/main-branch/sheets_v4
|
|
326
326
|
source_code_uri: https://github.com/main-branch/sheets_v4
|
|
327
|
-
documentation_uri: https://rubydoc.info/gems/sheets_v4/0.10.
|
|
328
|
-
changelog_uri: https://rubydoc.info/gems/sheets_v4/0.10.
|
|
327
|
+
documentation_uri: https://rubydoc.info/gems/sheets_v4/0.10.4
|
|
328
|
+
changelog_uri: https://rubydoc.info/gems/sheets_v4/0.10.4/file/CHANGELOG.md
|
|
329
329
|
rdoc_options: []
|
|
330
330
|
require_paths:
|
|
331
331
|
- lib
|
|
@@ -342,7 +342,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
342
342
|
requirements:
|
|
343
343
|
- 'Platform: Mac, Linux, or Windows'
|
|
344
344
|
- 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
|
|
345
|
-
rubygems_version:
|
|
345
|
+
rubygems_version: 4.0.6
|
|
346
346
|
specification_version: 4
|
|
347
347
|
summary: Unofficial helpers and extensions for the Google Sheets V4 API
|
|
348
348
|
test_files: []
|