philiprehberger-cli_kit 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f8c44f068b8daee68d4a4f0e2d862a27b8cc9d068ed0c13f1d00c8bca158555
4
- data.tar.gz: 8a28c59097b7b571375e39f955d7513d1b94f8f193a1f0d9a319086ed085daad
3
+ metadata.gz: 0b81a21c1714aef7854a2d71fa19dfda96b549e63d76a235afe555fa491ddf3a
4
+ data.tar.gz: 86c9be91443b2d34502557bbefcbca284f9141a0f28d263125b207356f9c184e
5
5
  SHA512:
6
- metadata.gz: 0bafa11c4295d54dacdfb375b98869763d4f39f71dec7dbd30577176c52a77673fb53bcae5f4497b700ea566d5029bdf03f680749496edc851c5e4c82c27c09e
7
- data.tar.gz: cd0591f45daddb536940b7398d6d768856ed05b83f185474095af37b6c59d9c0d5c1204cb4dae41fefcbb1c420a6581dc9f22e1f594438f0c1f005fb61c2b76e
6
+ metadata.gz: ae7fd1b9fcbe52efea0db053243c449b2eee5f23875cd5f7d5ea61a8b5614bf46535575b82af11376f3f91e11b56057cbe131a367fccac218997155627b24c63
7
+ data.tar.gz: 9d81fa407958b8cb11b565634c2995366f43bae342dd32229dc8b9f06035aea4164cab743c0c8c281025cd49397796db5da287b5d7f15bad6d742450bd546749
data/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2] - 2026-03-22
11
+
12
+ ### Added
13
+ - Expand test coverage to 30+ examples with edge cases for unknown flags, multiple flags, default overrides, empty args, positional args between flags, EOF handling
14
+
15
+ ## [0.1.1] - 2026-03-22
16
+
17
+ ### Changed
18
+ - Version bump for republishing
19
+
10
20
  ## [0.1.0] - 2026-03-22
11
21
 
12
22
  ### Added
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module CliKit
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-cli_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-22 00:00:00.000000000 Z
11
+ date: 2026-03-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Lightweight CLI toolkit combining argument parsing with flags and options,
14
14
  interactive prompts with confirmation, and animated spinners for long-running operations.