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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aefe69a91a7358cbf1d1c779d8afe5a04f6491d88cd9ea2b7c83b4892c2798b1
4
- data.tar.gz: b49156a126e16c9e28e8da72bdf1fb69e540409af6f615a9d901fa328f8cafe2
3
+ metadata.gz: dbed66a895b713d2a8178eb654e83e7f76bb1350509f2bc25dee5f2fd7491cd5
4
+ data.tar.gz: c57a497834a2fc0af61cee758df0121d850d7d67f801cea4c901fedaa40e2364
5
5
  SHA512:
6
- metadata.gz: 18bd2148b4340882c2292a21483a7ac5467abe575c9c58fee97b40f75c891cc5bf3da784b908ff8f53d16e4a6b67c5b98de70764a1f0650b974235a257ac5526
7
- data.tar.gz: c96d0b454abceda2bcfa7c359242e9932159d7585d7f4efe27751e9b7c52ddae71e9fdcf263cb8326dcf8e6372c8f63409f8c03d7487b4d1ff25a3a4b4cfbd7d
6
+ metadata.gz: 0a5b0b7bc85a51f8a66cf5af0ddd66afc6a4ccdf76f15bd7edefe8de16453ed62130fd5e2f5d6157550039cdf46f4d88d736e4fb193309b5e412b36589acd692
7
+ data.tar.gz: e17c0371e8cfb33f8afa5c564c30e30c0ba6d2d48b78d1d3abff2b5f2c7656295117793fbc2645d812e020ea76576db05d4e52217d3c673dc011adde0146a6d3
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.10.3"
2
+ ".": "0.10.4"
3
3
  }
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
- module Google
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
@@ -2,5 +2,5 @@
2
2
 
3
3
  module SheetsV4
4
4
  # The version of this gem
5
- VERSION = '0.10.3'
5
+ VERSION = '0.10.4'
6
6
  end
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.3
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.3
328
- changelog_uri: https://rubydoc.info/gems/sheets_v4/0.10.3/file/CHANGELOG.md
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: 3.6.7
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: []