philiprehberger-cli_kit 0.1.0 → 0.1.1

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: c763095e7d1f05b103b1ea4ee3799022d4d7d13c6b600c339b15559e4a5ac5e2
4
+ data.tar.gz: f8cee47ab562d21bb94da51567308afcfc8266d27c25add32ebf0fc3b81bbd9f
5
5
  SHA512:
6
- metadata.gz: 0bafa11c4295d54dacdfb375b98869763d4f39f71dec7dbd30577176c52a77673fb53bcae5f4497b700ea566d5029bdf03f680749496edc851c5e4c82c27c09e
7
- data.tar.gz: cd0591f45daddb536940b7398d6d768856ed05b83f185474095af37b6c59d9c0d5c1204cb4dae41fefcbb1c420a6581dc9f22e1f594438f0c1f005fb61c2b76e
6
+ metadata.gz: 9035b9a24f0c9ee74b2de1bed07ffabdd8f969c519559842f72e1738d8cc7a73d60c25aaf370355bb77189aa254b5229b73c91ff950334a081f1c98859b361d9
7
+ data.tar.gz: 988c9a4969a462a29b47344eea9b989634f47bf00e8e2b9b0b5cf4125e2cbfdd8038f07fbe930c69d263c1919ac9993cba221023c123d0050fad458778a8a948
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ 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
8
  ## [Unreleased]
9
+ n## [0.1.1] - 2026-03-22
10
+
11
+ ### Changed
12
+ - Version bump for republishing
9
13
 
10
14
  ## [0.1.0] - 2026-03-22
11
15
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module CliKit
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
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.1
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.