command_line_boss 0.2.3 → 0.2.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 +4 -4
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/command_line_boss/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad6ad5b8d792bc36fadd48ad602cf867d3b0273e2538346982ff3719e542d730
|
|
4
|
+
data.tar.gz: b2e508dbc8c06625bffbb3e74b058dba2f0a2540811b8fc83590382815514420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc6c2bfef77ea7a40b3a7abb527a7100e6b59d1425e925f50a0f98011b529588b121bb30bce931b9d02d8d7dd2fe4ba818ddef255020a49776dfeb808e5faa2e
|
|
7
|
+
data.tar.gz: 0ca8094784bcb202d5ca2bf20372ba0f2951e19fb8e07d9a5503da7df8504594f8b8c4cc6e02681b80bfd363e3a2ce107bc220fcbf5db3970193a41df87ea882
|
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.4](https://github.com/main-branch/command_line_boss/compare/v0.2.3...v0.2.4) (2026-04-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
* **dependencies:** Update dependencies for all GitHub Actions workflows ([5161874](https://github.com/main-branch/command_line_boss/commit/5161874605ba438b67c95dd1d1cab91a07549676))
|
|
14
|
+
|
|
8
15
|
## [0.2.3](https://github.com/main-branch/command_line_boss/compare/v0.2.2...v0.2.3) (2025-04-18)
|
|
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.4
|
|
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.4
|
|
292
|
+
changelog_uri: https://rubydoc.info/gems/command_line_boss/0.2.4/file/CHANGELOG.md
|
|
293
293
|
rubygems_mfa_required: 'true'
|
|
294
294
|
rdoc_options: []
|
|
295
295
|
require_paths:
|
|
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
307
307
|
requirements:
|
|
308
308
|
- 'Platform: Mac, Linux, or Windows'
|
|
309
309
|
- 'Ruby: MRI 3.1 or later, TruffleRuby 24 or later, or JRuby 9.4 or later'
|
|
310
|
-
rubygems_version:
|
|
310
|
+
rubygems_version: 4.0.6
|
|
311
311
|
specification_version: 4
|
|
312
312
|
summary: Command Line Boss is a convenience layer over OptionsParser
|
|
313
313
|
test_files: []
|