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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81a506b1bf2188f003f54bfcb7626eb8240603ef203818cc7ed3bf28d6732ca7
4
- data.tar.gz: 97fa9a80a4f2a85e62ff8b045c6404ed256562166d339bb333742f8a7db796cf
3
+ metadata.gz: 2b61c1554f763f345877105472c233b0f29d7d01f5b75cd77e80bd74f24eae14
4
+ data.tar.gz: e1686a3aa422b0bc1e716c296d07bdb81f0776512c5101737d737bf2a9b7238f
5
5
  SHA512:
6
- metadata.gz: 9dc856a6fe6db2294b387870c5e1ce4bdc32c729b80fea98c53ffbbc1d5f0776c4ced4545ecc0db2ba34892afa3a6a8bf4577824c1a4c0c071be2a9255b6a29b
7
- data.tar.gz: c6793a8ee249cc47ab8793d834b6f218a074456001208a7cfe33353c3bd5b9a6cbcae5b0f6ebd2c26637eff5760421a04a1d499d2b794314c7277e7ec86cbac6
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.5...HEAD
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