kettle-dev 2.0.5 → 2.0.7
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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +55 -1
- data/CONTRIBUTING.md +17 -1
- data/README.md +124 -323
- data/exe/kettle-changelog +3 -1
- data/exe/kettle-commit-msg +3 -3
- data/exe/kettle-dev-setup +4 -4
- data/exe/kettle-dvcs +1 -1
- data/exe/kettle-gh-release +1 -1
- data/exe/kettle-pre-release +2 -2
- data/exe/kettle-readme-backers +1 -1
- data/exe/kettle-release +1 -1
- data/lib/kettle/dev/changelog_cli.rb +15 -30
- data/lib/kettle/dev/ci_helpers.rb +5 -5
- data/lib/kettle/dev/ci_monitor.rb +8 -8
- data/lib/kettle/dev/commit_msg.rb +2 -2
- data/lib/kettle/dev/dvcs_cli.rb +8 -8
- data/lib/kettle/dev/gem_spec_reader.rb +8 -8
- data/lib/kettle/dev/git_adapter.rb +17 -17
- data/lib/kettle/dev/git_commit_footer.rb +3 -3
- data/lib/kettle/dev/open_collective_config.rb +1 -1
- data/lib/kettle/dev/pre_release_cli.rb +7 -7
- data/lib/kettle/dev/rakelib/appraisal.rake +1 -1
- data/lib/kettle/dev/readme_backers.rb +15 -16
- data/lib/kettle/dev/release_cli.rb +15 -15
- data/lib/kettle/dev/tasks/ci_task.rb +15 -14
- data/lib/kettle/dev/version.rb +1 -1
- data/lib/kettle/dev/versioning.rb +18 -3
- data/lib/kettle/dev.rb +3 -3
- data/lib/kettle-dev.rb +1 -1
- data.tar.gz.sig +1 -2
- metadata +8 -8
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b61c1554f763f345877105472c233b0f29d7d01f5b75cd77e80bd74f24eae14
|
|
4
|
+
data.tar.gz: e1686a3aa422b0bc1e716c296d07bdb81f0776512c5101737d737bf2a9b7238f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95f94d496c5796b9d66a16c74ed7f2b23ee0dfaa803c3c2bd28d796b29ec5faa02d833b0dcbc82f8987a3f5cc7c4f19a2cb9a793c96d5317ad4a83c467dec666
|
|
7
|
+
data.tar.gz: 742ef978f70ec542f3f4ca7b7386ccc7db2fcbe386c20830986001a5d15aed2c56f2ed0683712c885d822f64974cae6d600130cc79574a5f329338cfbbf82fe8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,8 +28,58 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
+
- Avoided moving mocked CI task input reads into a background thread for
|
|
32
|
+
non-interactive runs, fixing TruffleRuby v23.0-v23.1 CI stability.
|
|
33
|
+
|
|
31
34
|
### Security
|
|
32
35
|
|
|
36
|
+
## [2.0.7] - 2026-06-01
|
|
37
|
+
|
|
38
|
+
- TAG: [v2.0.7][2.0.7t]
|
|
39
|
+
- COVERAGE: 93.14% -- 2961/3179 lines in 25 files
|
|
40
|
+
- BRANCH COVERAGE: 76.88% -- 1204/1566 branches in 25 files
|
|
41
|
+
- 75.93% documented
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- Runtime dependency `kettle-test` now requires 2.0.2 or newer.
|
|
46
|
+
- Generated style Gemfiles now use the current RuboCop-LTS Ruby 2.4 floor.
|
|
47
|
+
- Lint / style updates
|
|
48
|
+
|
|
49
|
+
## [2.0.6] - 2026-05-31
|
|
50
|
+
|
|
51
|
+
- TAG: [v2.0.6][2.0.6t]
|
|
52
|
+
- COVERAGE: 93.14% -- 2961/3179 lines in 25 files
|
|
53
|
+
- BRANCH COVERAGE: 76.95% -- 1205/1566 branches in 25 files
|
|
54
|
+
- 75.93% documented
|
|
55
|
+
|
|
56
|
+
### Added
|
|
57
|
+
|
|
58
|
+
- `kettle-changelog` now supports monorepo version files, allowing release
|
|
59
|
+
preparation for gems whose version constants live below subproject roots.
|
|
60
|
+
|
|
61
|
+
### Changed
|
|
62
|
+
|
|
63
|
+
- Refreshed generated `kettle-jem` template output, including
|
|
64
|
+
`.structuredmerge` configuration, Git diff driver setup, RuboCop-LTS RSpec
|
|
65
|
+
style dependencies, and release task wiring.
|
|
66
|
+
|
|
67
|
+
- Updated the user-maintained README usage sections to describe the current
|
|
68
|
+
kettle-dev task, changelog, release, and kettle-jem setup boundaries.
|
|
69
|
+
- Corrected the deprecated `kettle-dev-setup` documentation and shim output to
|
|
70
|
+
point at the real `kettle-jem setup` command.
|
|
71
|
+
- Refreshed the README with current kettle-jem logo templating, including
|
|
72
|
+
128px HTML logo output and the Ruby Toolbox language-logo link.
|
|
73
|
+
- Moved the generated related-org and Ruby README logos from the H1 to the
|
|
74
|
+
Synopsis heading with the current kettle-jem width defaults.
|
|
75
|
+
- Added the generated README note that identifies kettle-jem and
|
|
76
|
+
StructuredMerge as the templating and merge-contract tooling.
|
|
77
|
+
|
|
78
|
+
### Fixed
|
|
79
|
+
|
|
80
|
+
- Regenerated the spec helper so `kettle-dev` is required only after coverage
|
|
81
|
+
bootstrap setup.
|
|
82
|
+
|
|
33
83
|
## [2.0.5] - 2026-05-28
|
|
34
84
|
|
|
35
85
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -1812,7 +1862,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
1812
1862
|
- Selecting will run the selected workflow via `act`
|
|
1813
1863
|
- This may move to its own gem in the future.
|
|
1814
1864
|
|
|
1815
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.
|
|
1865
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.7...HEAD
|
|
1866
|
+
[2.0.7]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.6...v2.0.7
|
|
1867
|
+
[2.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.7
|
|
1868
|
+
[2.0.6]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.5...v2.0.6
|
|
1869
|
+
[2.0.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.6
|
|
1816
1870
|
[2.0.5]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.4...v2.0.5
|
|
1817
1871
|
[2.0.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.5
|
|
1818
1872
|
[2.0.4]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.3...v2.0.4
|
data/CONTRIBUTING.md
CHANGED
|
@@ -102,13 +102,29 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
|
102
102
|
- GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
|
|
103
103
|
- GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
|
|
104
104
|
|
|
105
|
+
Git diff driver setup
|
|
106
|
+
- Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
|
|
107
|
+
- Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
|
|
108
|
+
- Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
|
|
109
|
+
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
|
+
|
|
111
|
+
```console
|
|
112
|
+
K_JEM_TEMPLATING=true bundle exec kettle-jem install
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Troubleshooting Git diffs
|
|
116
|
+
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
|
+
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
|
+
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
|
+
|
|
105
121
|
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
106
122
|
|
|
107
123
|
## Appraisals
|
|
108
124
|
|
|
109
125
|
From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
|
|
110
126
|
Generated appraisal and CI workflow floors are controlled by `ruby.test_minimum`
|
|
111
|
-
in `.kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
127
|
+
in `.structuredmerge/kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
112
128
|
That value describes the lowest Ruby version expected to run the test/development
|
|
113
129
|
toolchain, and it may be higher than the gemspec runtime floor.
|
|
114
130
|
|