kettle-dev 2.3.4 → 2.3.5

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: f7172c979c02777b2a8844c66fd3af014b2fe18662b898c316859779cdd85f06
4
- data.tar.gz: 4c618b9fad44e5745be41022796cea545c45e182b1c372cfffbf94dd5abffcfe
3
+ metadata.gz: d92e30cac83dbcad9d7d975f1daf19bb98eb61e57753c0e2816e2176d810a326
4
+ data.tar.gz: 1dd743a5f4e788f2564de31c57a143f2a6df4bdd1198013d8f340cce4e829fce
5
5
  SHA512:
6
- metadata.gz: 94627c6be29716a603b7b07ebb3d122fb8d41cdee4829838674048e6145c0610b61969e15dacb0c8f592ef20ebcbc25befcc81d47f28fbc7f58ef2e38ea90522
7
- data.tar.gz: fc9482cf2a3af6daad305f2ec6341d9649be9aade0329c4d91f4498f3c373ac6af99244ed00abbf218ee1337d220222495e1c8a5200c7d04a900ea2986bd2d33
6
+ metadata.gz: 434c23b1f327e1707a49d461485a99699e4102e4a067289c5e490ed4df076eb5477827a369cad2c09190f88158255bbaf3b76decaa2114f5f239d7cd92bcfa47
7
+ data.tar.gz: fed2def55fc0799c88a14ba0b6bf8d095ca53b7d1d76718676557f4a3560be7e2643e66f9b2a0d047ea969f5c0dfa52e3c2b2d91393560308e44d2d7a361c04b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.3.5] - 2026-07-16
34
+
35
+ - TAG: [v2.3.5][2.3.5t]
36
+ - COVERAGE: 92.03% -- 4297/4669 lines in 36 files
37
+ - BRANCH COVERAGE: 74.02% -- 1684/2275 branches in 36 files
38
+ - 56.88% documented
39
+
40
+ ### Changed
41
+
42
+ - Updated the `kettle-rb` runtime dependency floor to `>= 0.1.2`.
43
+
44
+ ### Fixed
45
+
46
+ - `kettle-changelog` now honors `K_CHANGELOG_GEM_NAME` before root gemspec
47
+ discovery, allowing root changelogs for gem families to query live release
48
+ data without requiring a synthetic root gemspec.
49
+
33
50
  ## [2.3.4] - 2026-07-14
34
51
 
35
52
  - TAG: [v2.3.4][2.3.4t]
@@ -2479,7 +2496,9 @@ Please file a bug if you notice a violation of semantic versioning.
2479
2496
  - Selecting will run the selected workflow via `act`
2480
2497
  - This may move to its own gem in the future.
2481
2498
 
2482
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.3.4...HEAD
2499
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.3.5...HEAD
2500
+ [2.3.5]: https://github.com/kettle-dev/kettle-dev/compare/v2.3.4...v2.3.5
2501
+ [2.3.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.3.5
2483
2502
  [2.3.4]: https://github.com/kettle-dev/kettle-dev/compare/v2.3.3...v2.3.4
2484
2503
  [2.3.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.3.4
2485
2504
  [2.3.3]: https://github.com/kettle-dev/kettle-dev/compare/v2.3.2...v2.3.3
data/README.md CHANGED
@@ -458,6 +458,11 @@ What it does:
458
458
  - `kettle-changelog`
459
459
  - Behavior:
460
460
  - Reads version from the unique `lib/**/version.rb` in the project.
461
+ - Reads the gem name from the root `.gemspec`; set
462
+ `K_CHANGELOG_GEM_NAME` when a root changelog represents a family instead
463
+ of a single gem checkout.
464
+ - Set `K_CHANGELOG_VERSION_FILE` when a root changelog should use a specific
465
+ version file outside the default `lib/**/version.rb` discovery path.
461
466
  - Moves entries from the `[Unreleased]` section into a new `[#.#.#] - YYYY-MM-DD` section.
462
467
  - Prepends 4 lines with TAG, line coverage, branch coverage, and percent documented.
463
468
  - Converts any GitLab-style compare links at the bottom to GitHub style, adds new tag/compare links for the new release and a temporary tag reference `[X.Y.Zt]`.
@@ -882,7 +887,7 @@ Thanks for RTFM. ☺️
882
887
  [📌gitmoji]: https://gitmoji.dev
883
888
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
884
889
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
885
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.667-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
890
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.669-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
886
891
  [🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
887
892
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
888
893
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/exe/kettle-changelog CHANGED
@@ -6,6 +6,7 @@
6
6
  # kettle-changelog: Generate a CHANGELOG.md entry for the current VERSION.
7
7
  # - Reads VERSION from lib/**/version.rb (must be unique across files)
8
8
  # - Set K_CHANGELOG_VERSION_FILE to use a specific version.rb for monorepo roots
9
+ # - Set K_CHANGELOG_GEM_NAME to use a specific gem name for root changelogs
9
10
  # - Moves entries from the "Unreleased" section into a new versioned section
10
11
  # - Prepends 4 heading lines:
11
12
  # - TAG
@@ -80,6 +81,7 @@ if ARGV.include?("-h") || ARGV.include?("--help")
80
81
  K_CHANGELOG_STRICT=false Disable strict mode (equivalent to --no-strict flag)
81
82
  K_CHANGELOG_COVERAGE_HARD=false Disable coverage threshold hard-failure
82
83
  K_CHANGELOG_VERSION_FILE=path Read VERSION from this file instead of lib/**/version.rb
84
+ K_CHANGELOG_GEM_NAME=name Read live release data as this gem instead of root .gemspec
83
85
 
84
86
  Data generation:
85
87
  Strict mode is the default. Release plans remove stale coverage output,
@@ -353,6 +353,9 @@ module Kettle
353
353
  end
354
354
 
355
355
  def detect_gem_name
356
+ env_gem_name = ENV.fetch("K_CHANGELOG_GEM_NAME", "").to_s.strip
357
+ return env_gem_name unless env_gem_name.empty?
358
+
356
359
  gemspecs = Dir[File.join(@root, "*.gemspec")]
357
360
  abort("Could not find a .gemspec in project root.") if gemspecs.empty?
358
361
  path = gemspecs.min
@@ -3,7 +3,7 @@
3
3
  module Kettle
4
4
  module Dev
5
5
  module Version
6
- VERSION = "2.3.4"
6
+ VERSION = "2.3.5"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
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.3.4
4
+ version: 2.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -60,7 +60,7 @@ dependencies:
60
60
  version: '0.1'
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 0.1.1
63
+ version: 0.1.2
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
@@ -70,7 +70,7 @@ dependencies:
70
70
  version: '0.1'
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: 0.1.1
73
+ version: 0.1.2
74
74
  - !ruby/object:Gem::Dependency
75
75
  name: kettle-test
76
76
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +182,7 @@ dependencies:
182
182
  version: '3.1'
183
183
  - - ">="
184
184
  - !ruby/object:Gem::Version
185
- version: 3.1.7
185
+ version: 3.1.11
186
186
  type: :development
187
187
  prerelease: false
188
188
  version_requirements: !ruby/object:Gem::Requirement
@@ -192,7 +192,7 @@ dependencies:
192
192
  version: '3.1'
193
193
  - - ">="
194
194
  - !ruby/object:Gem::Version
195
- version: 3.1.7
195
+ version: 3.1.11
196
196
  - !ruby/object:Gem::Dependency
197
197
  name: stone_checksums
198
198
  requirement: !ruby/object:Gem::Requirement
@@ -357,10 +357,10 @@ licenses:
357
357
  - AGPL-3.0-only
358
358
  metadata:
359
359
  homepage_uri: https://kettle-dev.galtzo.com
360
- source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.3.4
361
- changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.3.4/CHANGELOG.md
360
+ source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v2.3.5
361
+ changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v2.3.5/CHANGELOG.md
362
362
  bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
363
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.3.4
363
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/2.3.5
364
364
  funding_uri: https://github.com/sponsors/pboling
365
365
  wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
366
366
  news_uri: https://www.railsbling.com/tags/kettle-dev
@@ -389,7 +389,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
389
389
  - !ruby/object:Gem::Version
390
390
  version: '0'
391
391
  requirements: []
392
- rubygems_version: 4.0.10
392
+ rubygems_version: 4.0.16
393
393
  specification_version: 4
394
394
  summary: "\U0001F372 A kettle-rb meta tool to streamline development and testing"
395
395
  test_files: []
metadata.gz.sig CHANGED
Binary file