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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 964893b0d766f758c1cf008533187cf9710c0c7d4d82b49f02be5b2a4da0db6a
4
- data.tar.gz: edd16650636801251797ebe7bca261e0c9525ce043ee3a53cfb0a0e569065abe
3
+ metadata.gz: ad6ad5b8d792bc36fadd48ad602cf867d3b0273e2538346982ff3719e542d730
4
+ data.tar.gz: b2e508dbc8c06625bffbb3e74b058dba2f0a2540811b8fc83590382815514420
5
5
  SHA512:
6
- metadata.gz: 18d26418c48468de324224b882b8c826984846a12d066ef4216e0e8db328df9c80d353287b693fbf48806a1a6d6645cadc7c81c6bd77b1e0a65468d7bfb52ecc
7
- data.tar.gz: beff5c6dfc2a209d1c53c4498c4c03fde09c0bb8dfaafb4886cc054bcbf6358b204ef81a075896fbc21cddf7198c38d8c2cd8ed7119249a78d914ca4eaf659b3
6
+ metadata.gz: cc6c2bfef77ea7a40b3a7abb527a7100e6b59d1425e925f50a0f98011b529588b121bb30bce931b9d02d8d7dd2fe4ba818ddef255020a49776dfeb808e5faa2e
7
+ data.tar.gz: 0ca8094784bcb202d5ca2bf20372ba0f2951e19fb8e07d9a5503da7df8504594f8b8c4cc6e02681b80bfd363e3a2ce107bc220fcbf5db3970193a41df87ea882
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.2.3"
2
+ ".": "0.2.4"
3
3
  }
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
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  class CommandLineBoss
4
4
  # Gem version
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
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.3
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.3
292
- changelog_uri: https://rubydoc.info/gems/command_line_boss/0.2.3/file/CHANGELOG.md
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: 3.6.7
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: []