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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/bundler/gem_bytes/version.rb +1 -1
- 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: 2ee84435b5dbc4349dbdf9f87c825cf933dba8509a33acb7ac2f8a65516cdd91
|
4
|
+
data.tar.gz: 0db994491848b0cd41a83ab1b7cd5dd176446571da8e9bd9d573015d08d81cb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a865449d239e5af18b17b6349d6e303f554661aacef7e5304a5863ae1c620a85e389fe8edd3838b70f15d7b29515885057b3c3a536d776f350ef4d582726c06a
|
7
|
+
data.tar.gz: 12a4873de4fa57dfd396e0f272368a26e50220b1e6af767053fecd9feb0e95fc227de34905043e0beb1999010e618fad6849949dc421ee1e07cbdd52b937f41a
|
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
|
|
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.
|
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.
|
295
|
-
changelog_uri: https://rubydoc.info/gems/bundler-gem_bytes/0.2.
|
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: []
|