kettle-dev 3.0.22 → 3.0.23

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: ad40aa19520f62dc2838e743db607dddedda644aacaa5cd6c547c6d735f57c00
4
- data.tar.gz: 0574b95c4cbf251cfcc9518ae7f9ef0669efb18e2d20583f4e6cda8d2a1a4049
3
+ metadata.gz: b985d06999d067d64979c99918110a0203d706c53392e498ab667126e9388d68
4
+ data.tar.gz: 73b20adeb029d70f67152d6ae8ee4377629c846c851ac1a6c484fc2ff6add583
5
5
  SHA512:
6
- metadata.gz: 7da8fb76b2666932a2a729c4c479f0a598733050b7ec88d43e61e85740b0fb47f8a25b5465b56257101953eebd2b3c21a51fe17709b8f055d57a3697fde3145c
7
- data.tar.gz: afb314f4ae1688d92604bfb34975f22e5b54731f99a4de84459126c279be452e788496b17a277c154fc723a7c279322b164bf6653a6b762a63bfcd57ea5e02e2
6
+ metadata.gz: 4af9b35a01651eb7eab623ea2f7d1a2829fee953467fd92f3fe27886333dc417397ddb430485b74dc1413d2aeb5553d840636fef9cab83425f32eaccd283ce99
7
+ data.tar.gz: 8d73396e1a95de0eac8a19ec6625830779505144d9dc7bb4852de362e9f3f83bcbc2190b221b971687459e6b7e2b2a3aa7c6453b71e87479a4b14d5ec805d2e1
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [3.0.23] - 2026-08-30
34
+
35
+ - TAG: [v3.0.23][3.0.23t]
36
+ - COVERAGE: 91.35% -- 5881/6438 lines in 47 files
37
+ - BRANCH COVERAGE: 76.01% -- 2250/2960 branches in 47 files
38
+ - 50.47% documented
39
+
40
+ ### Fixed
41
+
42
+ - Add an explicit reset option for release graphs that must omit the optional changelog dependency.
43
+
33
44
  ## [3.0.22] - 2026-08-30
34
45
 
35
46
  - TAG: [v3.0.22][3.0.22t]
@@ -3699,7 +3710,9 @@ Please file a bug if you notice a violation of semantic versioning.
3699
3710
  - Selecting will run the selected workflow via `act`
3700
3711
  - This may move to its own gem in the future.
3701
3712
 
3702
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.22...HEAD
3713
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.23...HEAD
3714
+ [3.0.23]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.22...v3.0.23
3715
+ [3.0.23t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v3.0.23
3703
3716
  [3.0.22]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.21...v3.0.22
3704
3717
  [3.0.22t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v3.0.22
3705
3718
  [3.0.21]: https://github.com/kettle-dev/kettle-dev/compare/v3.0.20...v3.0.21
data/README.md CHANGED
@@ -472,10 +472,11 @@ What it does:
472
472
  `kettle-changelog` depends on `kettle-dev`, so including it in
473
473
  `kettle-dev`'s development bundle creates a downstream development-cycle
474
474
  when sibling versions are unpublished. The
475
- `KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY=true` switch remains available for
476
- an explicit bootstrap/release graph that cannot resolve that downstream
477
- tool, but it is not used while rewriting the tracked development
478
- lockfiles.
475
+ `--skip-changelog-dependency` (or the equivalent
476
+ `KETTLE_DEV_SKIP_CHANGELOG_DEPENDENCY=true` Gemfile switch) is available
477
+ for an explicit bootstrap/release graph that cannot resolve that
478
+ downstream tool. It is intentionally not the default for standalone
479
+ tracked development lockfiles.
479
480
  - At release step 1, `kettle-release` runs the equivalent of
480
481
  `kettle-family bupb`: it updates the primary lockfile and, when present,
481
482
  `Appraisal.root.gemfile.lock`, resets appraisal locks, and commits only
@@ -1057,7 +1058,7 @@ Thanks for RTFM. ☺️
1057
1058
  [📌gitmoji]: https://gitmoji.dev
1058
1059
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
1059
1060
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1060
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-6.435-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1061
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-6.438-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1061
1062
  [🔐security]: https://github.com/kettle-dev/kettle-dev/blob/main/SECURITY.md
1062
1063
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
1063
1064
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -9,6 +9,7 @@ module Kettle
9
9
  @argv = Array(argv).dup
10
10
  @root = root
11
11
  @check = false
12
+ @skip_changelog_dependency = false
12
13
  end
13
14
 
14
15
  def run!
@@ -25,7 +26,7 @@ module Kettle
25
26
  puts "#{target} is already reset."
26
27
  return 0
27
28
  end
28
- resetter.reset(target)
29
+ resetter.reset(target, skip_changelog_dependency: skip_changelog_dependency)
29
30
  puts "Reset #{target}."
30
31
  end
31
32
  0
@@ -33,7 +34,7 @@ module Kettle
33
34
 
34
35
  private
35
36
 
36
- attr_reader :argv, :root, :check
37
+ attr_reader :argv, :root, :check, :skip_changelog_dependency
37
38
 
38
39
  def parse!
39
40
  parser.parse!(argv)
@@ -43,9 +44,12 @@ module Kettle
43
44
 
44
45
  def parser
45
46
  OptionParser.new do |opts|
46
- opts.banner = "Usage: kettle-reset [--check] TARGET"
47
+ opts.banner = "Usage: kettle-reset [--check] [--skip-changelog-dependency] TARGET"
47
48
  opts.separator "Targets: Gemfile.lock, Appraisal.root.gemfile.lock, release-lockfiles"
48
49
  opts.on("--check", "Validate TARGET without changing it") { @check = true }
50
+ opts.on("--skip-changelog-dependency", "Omit optional kettle-changelog while resetting a bootstrap/release graph") do
51
+ @skip_changelog_dependency = true
52
+ end
49
53
  opts.on("-h", "--help", "Show this help") do
50
54
  puts opts
51
55
  exit(0)
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "3.0.22"
8
+ VERSION = "3.0.23"
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: 3.0.22
4
+ version: 3.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -400,10 +400,10 @@ licenses:
400
400
  - AGPL-3.0-only
401
401
  metadata:
402
402
  homepage_uri: https://kettle-dev.galtzo.com
403
- source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v3.0.22
404
- changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v3.0.22/CHANGELOG.md
403
+ source_code_uri: https://github.com/kettle-dev/kettle-dev/tree/v3.0.23
404
+ changelog_uri: https://github.com/kettle-dev/kettle-dev/blob/v3.0.23/CHANGELOG.md
405
405
  bug_tracker_uri: https://github.com/kettle-dev/kettle-dev/issues
406
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/3.0.22
406
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/3.0.23
407
407
  funding_uri: https://github.com/sponsors/pboling
408
408
  wiki_uri: https://github.com/kettle-dev/kettle-dev/wiki
409
409
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file