kettle-dev 2.5.16 → 2.5.17

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: 8abbbf030dfd2052366ffd4f0fbbd27bc42973a9e0b71b960a391184df41793f
4
- data.tar.gz: d1f091974575358acbdd459c9bae2083a7a799c2ca9263604d5f3777aac0de59
3
+ metadata.gz: c6b0a4f7b709b84f0f3af8b93656498d59c80adeaabcc62f6f86ff9c492a1efd
4
+ data.tar.gz: 3563d5ed2ccced1d1153ecddfc0cfc73768b8cf081e30d46d7da516095cc3a33
5
5
  SHA512:
6
- metadata.gz: 3c348fce5b060edfc8b87e3a51c07e60fece4ee9060faf14b50063b0e70fa20ba1c2e4e4068e58b12c16815e78a65efbe9cc5047e854632d54c29758ba407b9a
7
- data.tar.gz: a4271b730c428703b39a019c466f123b47625a5e2c912f87216e8d4d4942cf4bcaf2a4651fd5f52e9397cca15d41d240a0704328d651f22f58b0165b9f624a88
6
+ metadata.gz: 897924217509608d90aac4b56d37ee00ddd813c899975abc3929ece1aa9db7021f5c7f6726408ec34d6682f2823459bb5de668c720edd0e7eed882f82ed622c5
7
+ data.tar.gz: a21d616170ccf501ae3ae4a6112f2a2353f4dcea34c847713d9168437fc611bf743e5ddd5984b5f5c2059225e404f8d659515c23d97570dd4b0b609c44512554
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,18 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.5.17] - 2026-08-02
34
+
35
+ - TAG: [v2.5.17][2.5.17t]
36
+ - COVERAGE: 91.45% -- 5292/5787 lines in 46 files
37
+ - BRANCH COVERAGE: 75.66% -- 2002/2646 branches in 46 files
38
+ - 50.41% documented
39
+
40
+ ### Fixed
41
+
42
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
43
+ preserving comments and trailing commas during template updates.
44
+
33
45
  ## [2.5.16] - 2026-08-01
34
46
 
35
47
  - TAG: [v2.5.16][2.5.16t]
@@ -253,10 +265,6 @@ Please file a bug if you notice a violation of semantic versioning.
253
265
 
254
266
  ### Added
255
267
 
256
- - kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
257
- project's RubyForum tag as `mailing_list_uri`, and support docs link to the
258
- tagged RubyForum community alongside Discord.
259
-
260
268
  ### Changed
261
269
 
262
270
  - Raised the runtime dependency floors for `kettle-ndjson` to `0.1.3` and
@@ -279,9 +287,6 @@ Please file a bug if you notice a violation of semantic versioning.
279
287
  and templates dedicated `version_gem.rb` entrypoints even when the gemspec
280
288
  dependency is intentionally omitted, and generated anonymous-loader specs
281
289
  cover both `version.rb` and `version_gem.rb`.
282
- - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
283
- floor now get managed minimal `version.rb` files and anonymous-loader version
284
- specs without adding `version_gem`.
285
290
  - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
286
291
  relative to the gemspec directory, so packaged template assets are included
287
292
  even when the gemspec is loaded from another working directory.
@@ -715,14 +720,10 @@ Please file a bug if you notice a violation of semantic versioning.
715
720
 
716
721
  ### Changed
717
722
 
718
- - kettle-jem-template-20260720-001 - Generated READMEs can now render
719
- template-managed corporate sponsor logos from project or family config.
720
723
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
721
724
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
722
725
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
723
726
  config now uses the installed `smorg-rb` Ruby driver name.
724
- - kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
725
- omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
726
727
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
727
728
  now include a RubyForum help badge.
728
729
 
@@ -755,8 +756,6 @@ Please file a bug if you notice a violation of semantic versioning.
755
756
 
756
757
  ### Changed
757
758
 
758
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
759
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
760
759
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
761
760
  repository-only files by default to reduce downstream distro packaging churn.
762
761
 
@@ -3232,7 +3231,9 @@ Please file a bug if you notice a violation of semantic versioning.
3232
3231
  - Selecting will run the selected workflow via `act`
3233
3232
  - This may move to its own gem in the future.
3234
3233
 
3235
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.16...HEAD
3234
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.17...HEAD
3235
+ [2.5.17]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.16...v2.5.17
3236
+ [2.5.17t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.17
3236
3237
  [2.5.16]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.15...v2.5.16
3237
3238
  [2.5.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.5.16
3238
3239
  [2.5.15]: https://github.com/kettle-dev/kettle-dev/compare/v2.5.14...v2.5.15
data/README.md CHANGED
@@ -107,12 +107,11 @@ out to `kettle-release` for each member that needs publishing.
107
107
 
108
108
  ### Compatibility
109
109
 
110
- The gemspec supports installation on MRI Ruby 2.4.0+ and concordant releases
111
- of JRuby and TruffleRuby so dependent gems can retain their own legacy runtime
112
- floors. Kettle Dev's command-line and developer tooling is developed and
113
- supported on current Ruby releases. CI/Appraisal jobs still exercise the legacy
114
- installation floor, while specs that require current tooling are explicitly
115
- pending there via `rspec-pending_for`.
110
+ Compatible with MRI Ruby 2.4.0+, and concordant releases of JRuby, and TruffleRuby.
111
+ CI workflows and Appraisals are generated for MRI Ruby 2.4+.
112
+ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
113
+ may be higher than the gem's runtime compatibility floor when legacy Rubies are
114
+ not practical for the current toolchain.
116
115
 
117
116
  <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
118
117
 
@@ -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.5.16"
8
+ VERSION = "2.5.17"
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-dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.16
4
+ version: 2.5.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -401,10 +401,10 @@ licenses:
401
401
  - AGPL-3.0-only
402
402
  metadata:
403
403
  homepage_uri: https://kettle-dev.galtzo.com
404
- source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.16
405
- changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.16/CHANGELOG.md
404
+ source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.5.17
405
+ changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.5.17/CHANGELOG.md
406
406
  bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
407
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.16
407
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.5.17
408
408
  funding_uri: https://github.com/sponsors/pboling
409
409
  wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
410
410
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file