kettle-test 2.0.18 → 2.0.20

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: 72b10af5459237312213d13b4a79d38663e8d2fea3adf0ce1fc981118a418b64
4
- data.tar.gz: 15afbdf8a2a7f7364d9c9102b19f1dbdfe8e048306c1761c4a6dde346508092a
3
+ metadata.gz: f21ff599b77c28c2297a35d63c8ed5de1352dc9810f2b77202c41730ce68518c
4
+ data.tar.gz: 3d8fb7aa3124f14e9959be83234736da6a90751e20325ea3a86af7b6fa4c9c55
5
5
  SHA512:
6
- metadata.gz: 1cb070eb6b09be1943d8b04d5e98fb2de9121c13c925b7f9167f870dc9ab95fd896145142dd916bcfde9cf71cecf887393eff74be6a080753e7545fa3e8b0715
7
- data.tar.gz: 06f1a1b19678e0409c24ff92c014efb274d1f0b7f2902dc4df450bd7f93e0f7f39e9369c4506bacc35cd7e62256d35b2c0af8af08e3dbe54f9ec590054806042
6
+ metadata.gz: 9b2db4bc99b8af1f7f711dfe30c0346e4a553bd8b00a3cb0b8cbd1fa14cb5d5094d3d803de4eaa4d3c284b90d9173b81c7753073cf7180428a8dea99f0046e1c
7
+ data.tar.gz: 11c89917411f91896d4acd8d93b579ced9608a2f416947b80d92a59f568c52354f1268fab51658ccde83c690c8f99ef2eb24bafb1a913cc597bbb196605129ba
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,35 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.20] - 2026-08-12
34
+
35
+ - TAG: [v2.0.20][2.0.20t]
36
+ - COVERAGE: 96.84% -- 92/95 lines in 17 files
37
+ - BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
38
+ - 100.00% documented
39
+
40
+ ### Changed
41
+
42
+ - Prepare project for kettle-jem templates: updated 11 project files across dependencies (11).
43
+
44
+ - Apply kettle-jem templates: updated 7 project files across code and tests (1), configuration (1), dependencies (1), documentation (1), other (3).
45
+
46
+ ### Fixed
47
+
48
+ - Fix the README Configuration link so release Markdown reference validation resolves its heading anchor.
49
+
50
+ ## [2.0.19] - 2026-08-02
51
+
52
+ - TAG: [v2.0.19][2.0.19t]
53
+ - COVERAGE: 96.84% -- 92/95 lines in 17 files
54
+ - BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
55
+ - 100.00% documented
56
+
57
+ ### Fixed
58
+
59
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
60
+ preserving comments and trailing commas during template updates.
61
+
33
62
  ## [2.0.18] - 2026-08-01
34
63
 
35
64
  - TAG: [v2.0.18][2.0.18t]
@@ -63,10 +92,6 @@ Please file a bug if you notice a violation of semantic versioning.
63
92
 
64
93
  ### Added
65
94
 
66
- - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
67
- project's RubyForum tag as `mailing_list_uri`, and support docs link to the
68
- tagged RubyForum community alongside Discord.
69
-
70
95
  ### Fixed
71
96
 
72
97
  - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
@@ -85,10 +110,6 @@ Please file a bug if you notice a violation of semantic versioning.
85
110
  and templates dedicated `version_gem.rb` entrypoints even when the gemspec
86
111
  dependency is intentionally omitted, and generated anonymous-loader specs
87
112
  cover both `version.rb` and `version_gem.rb`.
88
- - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
89
- floor now get managed minimal `version.rb` files and anonymous-loader version
90
- specs without adding `version_gem`.
91
-
92
113
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
93
114
  relative to the gemspec directory, so packaged template assets are included
94
115
  even when the gemspec is loaded from another working directory.
@@ -195,19 +216,13 @@ Please file a bug if you notice a violation of semantic versioning.
195
216
 
196
217
  ### Changed
197
218
 
198
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
199
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
200
219
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
201
220
  repository-only files by default to reduce downstream distro packaging churn.
202
221
 
203
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
204
- template-managed corporate sponsor logos from project or family config.
205
222
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
206
223
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
207
224
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
208
225
  config now uses the installed `smorg-rb` Ruby driver name.
209
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
210
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
211
226
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
212
227
  now include a RubyForum help badge.
213
228
 
@@ -592,7 +607,11 @@ Please file a bug if you notice a violation of semantic versioning.
592
607
  - silent_stream
593
608
  - timecop-rspec
594
609
 
595
- [Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...HEAD
610
+ [Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.20...HEAD
611
+ [2.0.20]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...v2.0.20
612
+ [2.0.20t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.20
613
+ [2.0.19]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...v2.0.19
614
+ [2.0.19t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.19
596
615
  [2.0.18]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...v2.0.18
597
616
  [2.0.18t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.18
598
617
  [2.0.17]: https://github.com/kettle-dev/kettle-test/compare/v2.0.16...v2.0.17
data/README.md CHANGED
@@ -42,7 +42,7 @@ end
42
42
  require "gem-under-test"
43
43
  ```
44
44
 
45
- Now you have many powerful testing tools at your disposal, all fully [documented](#-configuration) and tested.
45
+ Now you have many powerful testing tools at your disposal, all fully [documented](#configuration) and tested.
46
46
 
47
47
  I expect the current release of this gem to be compatible with Ruby 2.4+,
48
48
  and concordant releases of JRuby, and TruffleRuby.
@@ -70,7 +70,7 @@ and concordant releases of JRuby, and TruffleRuby.
70
70
 
71
71
  ### Compatibility
72
72
 
73
- Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
73
+ Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
74
74
  CI workflows and Appraisals are generated for MRI Ruby 2.4+.
75
75
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
76
76
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -504,8 +504,7 @@ See [SECURITY.md][🔐security].
504
504
  ## 🤝 Contributing
505
505
 
506
506
  If you need some ideas of where to help, you could work on adding more code coverage,
507
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
508
- or use the gem and think about how it could be better.
507
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
509
508
 
510
509
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
511
510
 
@@ -541,19 +540,6 @@ Made with [contributors-img][🖐contrib-rocks].
541
540
 
542
541
  Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
543
542
 
544
- <details markdown="1">
545
- <summary>⭐️ Star History</summary>
546
-
547
- <a href="https://star-history.com/kettle-dev/kettle-test&Date">
548
- <picture>
549
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date&theme=dark" />
550
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
551
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
552
- </picture>
553
- </a>
554
-
555
- </details>
556
-
557
543
  ## 📌 Versioning
558
544
 
559
545
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "2.0.18"
8
+ VERSION = "2.0.20"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.18
4
+ version: 2.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -225,20 +225,20 @@ dependencies:
225
225
  requirements:
226
226
  - - "~>"
227
227
  - !ruby/object:Gem::Version
228
- version: '2.5'
228
+ version: '3.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 2.5.14
231
+ version: 3.0.6
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
235
235
  requirements:
236
236
  - - "~>"
237
237
  - !ruby/object:Gem::Version
238
- version: '2.5'
238
+ version: '3.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 2.5.14
241
+ version: 3.0.6
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: bundler-audit
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -404,10 +404,10 @@ licenses:
404
404
  - PolyForm-Small-Business-1.0.0
405
405
  metadata:
406
406
  homepage_uri: https://kettle-test.galtzo.com
407
- source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.18
408
- changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.18/CHANGELOG.md
407
+ source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.20
408
+ changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.20/CHANGELOG.md
409
409
  bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
410
- documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.18
410
+ documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.20
411
411
  funding_uri: https://github.com/sponsors/pboling
412
412
  wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
413
413
  news_uri: https://www.railsbling.com/tags/kettle-test
metadata.gz.sig CHANGED
Binary file