sheets_v4 0.10.1 → 0.10.2

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: b51bff3e6d1c400ce384b9f7c52d51616848d0f88c82898919381292c12c2af3
4
- data.tar.gz: a6a1fed0f9eb4e7c7766eecc122524212fc961b4d472a30472a9e841f4f2e1f1
3
+ metadata.gz: 2c3d783f219c23fb3ae2c8b788d777e90368af28a33cf6f263c4dd87f6d4234b
4
+ data.tar.gz: 24bf0f38de70b2d007a6b1375ad428ed6a5a95c13c548743f56ed7e3aaf487bd
5
5
  SHA512:
6
- metadata.gz: 765b6e15a54ae5532fdd2587fcd932b82ac600d1f89eb4c01fcd2ba6b851b557ae20874b4afab3e41490cb03614b1a452944ccde560bf6569f30cd2a912ba378
7
- data.tar.gz: 3937faab4bc0ec7ca688df33cab1358bece7b29bfd1cddb6ca2ecc320c47a6038f2ea071a70c69bf9c6250460b7e5f9c81d745ab0eb2f4f5f17eff3410e956b3
6
+ metadata.gz: 670736596b4c0075d86e09052b962b7430d07ab09506365b9c09d47405c9d09764a6a223ae8db478844fc1b8be171e472718ffb35ab1e8693b58fefa08096856
7
+ data.tar.gz: b9f71f333a75207a6167de526dbfeb0debc1321e99df5b249c95f954935a5d2b2fc72fd5697edd06eb2c4520d60404eeab4d07be5b16ce01f773b7b36ba2a180
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.10.1"
2
+ ".": "0.10.2"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ 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.2](https://github.com/main-branch/sheets_v4/compare/v0.10.1...v0.10.2) (2025-04-17)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Do not trigger build workflows after merging to main or for release PRs ([92d3279](https://github.com/main-branch/sheets_v4/commit/92d32796a9ca032a0805ed0ee83d6a9feecd237d))
13
+
7
14
  ## [0.10.1](https://github.com/main-branch/sheets_v4/compare/v0.10.0...v0.10.1) (2025-04-16)
8
15
 
9
16
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module SheetsV4
4
4
  # The version of this gem
5
- VERSION = '0.10.1'
5
+ VERSION = '0.10.2'
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.1
4
+ version: 0.10.2
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.1
328
- changelog_uri: https://rubydoc.info/gems/sheets_v4/0.10.1/file/CHANGELOG.md
327
+ documentation_uri: https://rubydoc.info/gems/sheets_v4/0.10.2
328
+ changelog_uri: https://rubydoc.info/gems/sheets_v4/0.10.2/file/CHANGELOG.md
329
329
  rdoc_options: []
330
330
  require_paths:
331
331
  - lib