philiprehberger-cli_kit 0.3.0 → 0.3.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 +4 -4
- data/CHANGELOG.md +7 -1
- data/lib/philiprehberger/cli_kit/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62b7b5d92fab1ecd92a23be447b3fbc30954178eee755845f9a7f37e6de6e079
|
|
4
|
+
data.tar.gz: 9ea01598fc9e677cb480d92b66c00594df89dced14179144bd630052a97ad73c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fd67e90ab104d28e6a759c360fc7609f4d0fee691bf0a0f21d828c54ca38b56974abd10e965293c96b7e98a9152e8c73fc90f6e1d5afcbe3a0d648386bbdc2a
|
|
7
|
+
data.tar.gz: '0459248772c329302ed8fdd2c798cb153e29e131f8f93656250a75fd7537edfef6f37c10c48b829533dafe33f272ed5e824d7a0958135cc8cb7adfebbbbe8360'
|
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.3.1] - 2026-04-15
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Compliance audit against Ruby package, gemspec, and README guides — no blocking issues found; reaffirmed gemspec metadata (5 URIs, `rubygems_mfa_required`, `required_ruby_version >= 3.1.0`, `Dir['lib/**/*.rb', 'LICENSE', 'README.md', 'CHANGELOG.md']`), README structure (10 sections with 3 badges and emoji Support list), Keep a Changelog format, full `.github/` scaffolding (issue templates, dependabot, PR template, CI matrix with publish job), and config files (`.rubocop.yml`, `.gitignore`, `Gemfile`, `Rakefile`)
|
|
14
|
+
|
|
10
15
|
## [0.3.0] - 2026-04-15
|
|
11
16
|
|
|
12
17
|
### Added
|
|
@@ -58,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
58
63
|
- Animated spinner for long-running operations
|
|
59
64
|
- Positional argument collection
|
|
60
65
|
|
|
61
|
-
[Unreleased]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.3.
|
|
66
|
+
[Unreleased]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.3.1...HEAD
|
|
67
|
+
[0.3.1]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.3.0...v0.3.1
|
|
62
68
|
[0.3.0]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.2.1...v0.3.0
|
|
63
69
|
[0.2.1]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.2.0...v0.2.1
|
|
64
70
|
[0.2.0]: https://github.com/philiprehberger/rb-cli-kit/compare/v0.1.2...v0.2.0
|