philiprehberger-cli_kit 0.2.0 → 0.2.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: c09f7a9f76769c7ecf089942c9594ba1f6d09ce3a992c4def928fe68551eeee3
4
- data.tar.gz: c9cf6608c8fb9da1ea27ea7d8afa19654f1323ea0a4ed97f6a31ed18c4a49e6b
3
+ metadata.gz: 42b4dfe8a2da9a5c1836a7c3454ba89f602a03ecbf3f498d2c59b78346211698
4
+ data.tar.gz: c17082808b7bbcbec95514bf206e2cd56e4401d72ef053c0913fe2074ddb67aa
5
5
  SHA512:
6
- metadata.gz: 3c8fd3284baffd888ab79d3c39264e2e7cb742e51ab5de8411526e21dbc282321d1f2c937e58646a2230b24cfb4cc4219f4fbb9ff10755a4de6a3980c02a00ac
7
- data.tar.gz: 7029600e08a0001ca9ca5b0fed28150ce33cf09bfbbe799685d736d92f30695ba23095a86a9e06458e16c0a842bfc10a0690c08faf08797568f3bf74b8828c3b
6
+ metadata.gz: 2108606cbd61a7d7edab01f14f29d2961f580a01231bd03990fb520fb670055f18c53a16317fcee78712034cfd0ae4335c56caf8bdba5b3d0048e1bcc8ed562e
7
+ data.tar.gz: ff65e678ecf0b55b1bdcab3a035bf499dd4d8bd154f33695987ae003dd068d1b0b3543c47a5dbf0b95a265bd24c370dc00b831287d5c7645dcb16a6f528e015a
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.1] - 2026-03-31
11
+
12
+ ### Changed
13
+ - Standardize README badges, support section, and license format
14
+
10
15
  ## [0.2.0] - 2026-03-30
11
16
 
12
17
  ### Added
data/README.md CHANGED
@@ -2,12 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-cli-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-cli-kit/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-cli_kit.svg)](https://rubygems.org/gems/philiprehberger-cli_kit)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-cli-kit)](https://github.com/philiprehberger/rb-cli-kit/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-cli-kit)](https://github.com/philiprehberger/rb-cli-kit/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-cli-kit)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-cli-kit/bug)](https://github.com/philiprehberger/rb-cli-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-cli-kit/enhancement)](https://github.com/philiprehberger/rb-cli-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10
- [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
11
6
 
12
7
  All-in-one CLI toolkit with argument parsing, prompts, and spinners
13
8
 
@@ -143,10 +138,21 @@ bundle exec rubocop
143
138
 
144
139
  ## Support
145
140
 
146
- If you find this package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
141
+ If you find this project useful:
147
142
 
148
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
149
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
143
+ [Star the repo](https://github.com/philiprehberger/rb-cli-kit)
144
+
145
+ 🐛 [Report issues](https://github.com/philiprehberger/rb-cli-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
146
+
147
+ 💡 [Suggest features](https://github.com/philiprehberger/rb-cli-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
148
+
149
+ ❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
150
+
151
+ 🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
152
+
153
+ 💻 [GitHub Profile](https://github.com/philiprehberger)
154
+
155
+ 🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
150
156
 
151
157
  ## License
152
158
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module CliKit
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.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.2.0
4
+ version: 0.2.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-30 00:00:00.000000000 Z
11
+ date: 2026-03-31 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.