command_line_boss 0.2.1 → 0.2.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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/command_line_boss/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: c46158c8435e83e104772da017225898e6968f8a3ac64cdbb6286174d36eb9f0
|
4
|
+
data.tar.gz: 2695fa709f38e73891b9639a59d4c076be76770a6abfb536412fc53a1fd4711d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ef479bcc9ee22889c9ec845ba3cfd0890239f5d8fe6dbe583a81cb70e055fc2716f45eb0aa36d8042caba0f47cf582ad6234eab7666d8c8d2d77daf42c57d48
|
7
|
+
data.tar.gz: 822c5361c1c8f76054a6140195f381e98b76260516a9d8019f0ee18491886e228279ab676bfeec50c871ab6e5921ade6abbfffa2c0f3d8b49395067b1d680dc0
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project 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.2](https://github.com/main-branch/command_line_boss/compare/v0.2.1...v0.2.2) (2025-04-17)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* Do not trigger build workflows after merging to main or for release PRs ([a2471df](https://github.com/main-branch/command_line_boss/commit/a2471df6ef9efbed7cb45d56beef20033206d309))
|
14
|
+
|
8
15
|
## [0.2.1](https://github.com/main-branch/command_line_boss/compare/v0.2.0...v0.2.1) (2025-04-16)
|
9
16
|
|
10
17
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: command_line_boss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Couball
|
@@ -288,8 +288,8 @@ metadata:
|
|
288
288
|
allowed_push_host: https://rubygems.org
|
289
289
|
homepage_uri: https://github.com/main-branch/command_line_boss
|
290
290
|
source_code_uri: https://github.com/main-branch/command_line_boss
|
291
|
-
documentation_uri: https://rubydoc.info/gems/command_line_boss/0.2.
|
292
|
-
changelog_uri: https://rubydoc.info/gems/command_line_boss/0.2.
|
291
|
+
documentation_uri: https://rubydoc.info/gems/command_line_boss/0.2.2
|
292
|
+
changelog_uri: https://rubydoc.info/gems/command_line_boss/0.2.2/file/CHANGELOG.md
|
293
293
|
rubygems_mfa_required: 'true'
|
294
294
|
rdoc_options: []
|
295
295
|
require_paths:
|