bundler-gem_bytes 0.2.2 → 0.2.3

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: ad62897e0c19142e68da32d5cc2b63e1c2622beeaa9ecda235b48679f50ab3e2
4
- data.tar.gz: e3a1340866ca56329fc9d03e4acae7dd1357ac288551ac6c196c79180d5818ff
3
+ metadata.gz: 2ee84435b5dbc4349dbdf9f87c825cf933dba8509a33acb7ac2f8a65516cdd91
4
+ data.tar.gz: 0db994491848b0cd41a83ab1b7cd5dd176446571da8e9bd9d573015d08d81cb3
5
5
  SHA512:
6
- metadata.gz: 64d2885ac473cea7a79cd7a48a04681ea9d60d0b3e027db73f64b622c827d49656aaf06c7c02b6f4bc46ff2c058b5b6b547f2545714a8d3886c55409a2b70f0e
7
- data.tar.gz: 0f226e9914850042449dfd32b190f1f5f3b129ab16b334afa624489bf8633222ba18104017d4489fa820dcd12bb907ea3c89c8aeea80f7bc5a798d763e758fef
6
+ metadata.gz: a865449d239e5af18b17b6349d6e303f554661aacef7e5304a5863ae1c620a85e389fe8edd3838b70f15d7b29515885057b3c3a536d776f350ef4d582726c06a
7
+ data.tar.gz: 12a4873de4fa57dfd396e0f272368a26e50220b1e6af767053fecd9feb0e95fc227de34905043e0beb1999010e618fad6849949dc421ee1e07cbdd52b937f41a
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.2"
2
+ ".": "0.2.3"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to the process_executer gem will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.3](https://github.com/main-branch/bundler-gem_bytes/compare/v0.2.2...v0.2.3) (2025-04-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Do not trigger build workflows after merging to main or for release PRs ([aa7539c](https://github.com/main-branch/bundler-gem_bytes/commit/aa7539c344a900375597a707d1be2256bb19775c))
14
+
8
15
  ## [0.2.2](https://github.com/main-branch/bundler-gem_bytes/compare/v0.2.1...v0.2.2) (2025-04-16)
9
16
 
10
17
 
@@ -3,6 +3,6 @@
3
3
  module Bundler
4
4
  module GemBytes
5
5
  # The version of this gem
6
- VERSION = '0.2.2'
6
+ VERSION = '0.2.3'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-gem_bytes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
@@ -291,8 +291,8 @@ metadata:
291
291
  allowed_push_host: https://rubygems.org
292
292
  homepage_uri: https://github.com/main-branch/bundler-gem_bytes
293
293
  source_code_uri: https://github.com/main-branch/bundler-gem_bytes
294
- documentation_uri: https://rubydoc.info/gems/bundler-gem_bytes/0.2.2
295
- changelog_uri: https://rubydoc.info/gems/bundler-gem_bytes/0.2.2/file/CHANGELOG.md
294
+ documentation_uri: https://rubydoc.info/gems/bundler-gem_bytes/0.2.3
295
+ changelog_uri: https://rubydoc.info/gems/bundler-gem_bytes/0.2.3/file/CHANGELOG.md
296
296
  bug_tracker_uri: https://github.com/main-branch/bundler-gem_bytes/issues
297
297
  rubygems_mfa_required: 'true'
298
298
  rdoc_options: []