kettle-family 1.2.96 → 1.2.97
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +14 -1
- data/README.md +1 -1
- data/lib/kettle/family/version.rb +1 -1
- data/lib/kettle/family/workflow.rb +6 -2
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85cd07ac87342ba42bcea97136be59eb3cdde7737f33e81f8b1f554d9ed5f875
|
|
4
|
+
data.tar.gz: fe3d86e41548b66fde62baf1b81dda2636befa505c1db6c0c2e82fe4a6b35b2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 772815e8948f2760a938e55ccff3a2848073a3605b02c3581995e01e40e1a80037356c033abea71b13c01bc06efb2ea3a93a09401266e712f51ddf1bf42290af
|
|
7
|
+
data.tar.gz: 0a6886e0040e1389b95b876d6ca90dba2dc3e633024a2b7132db3a50671d9126e9f86e7492f1c14ad723af914fce3d4c78be1fabd1cc76a71aaa50aaaec3580f
|
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
|
+
## [1.2.97] - 2026-09-08
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.2.97][1.2.97t]
|
|
36
|
+
- COVERAGE: 93.49% -- 6236/6670 lines in 35 files
|
|
37
|
+
- BRANCH COVERAGE: 77.99% -- 2523/3235 branches in 35 files
|
|
38
|
+
- 32.75% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Attribute release-preflight failures to the selected member so retry hints do not target an unselected family sibling.
|
|
43
|
+
|
|
33
44
|
## [1.2.96] - 2026-09-08
|
|
34
45
|
|
|
35
46
|
- TAG: [v1.2.96][1.2.96t]
|
|
@@ -2668,7 +2679,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
2668
2679
|
- Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
|
|
2669
2680
|
- Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
|
|
2670
2681
|
|
|
2671
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.
|
|
2682
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.97...HEAD
|
|
2683
|
+
[1.2.97]: https://github.com/kettle-dev/kettle-family/compare/v1.2.96...v1.2.97
|
|
2684
|
+
[1.2.97t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.97
|
|
2672
2685
|
[1.2.96]: https://github.com/kettle-dev/kettle-family/compare/v1.2.95...v1.2.96
|
|
2673
2686
|
[1.2.96t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.96
|
|
2674
2687
|
[1.2.95]: https://github.com/kettle-dev/kettle-family/compare/v1.2.94...v1.2.95
|
data/README.md
CHANGED
|
@@ -1171,7 +1171,7 @@ Thanks for RTFM. ☺️
|
|
|
1171
1171
|
[📌gitmoji]: https://gitmoji.dev
|
|
1172
1172
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
1173
1173
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
1174
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.
|
|
1174
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-6.670-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
1175
1175
|
[🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
|
|
1176
1176
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
1177
1177
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "1.2.
|
|
8
|
+
VERSION = "1.2.97"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
@@ -1944,11 +1944,15 @@ module Kettle
|
|
|
1944
1944
|
end
|
|
1945
1945
|
|
|
1946
1946
|
def release_preflight_error_result(phase, message)
|
|
1947
|
+
# A preflight failure blocks the selected release invocation. Attribute
|
|
1948
|
+
# it to that invocation's first member so generated resume commands do
|
|
1949
|
+
# not target the synthetic family name or an unselected sibling.
|
|
1950
|
+
member = members.first || family_member
|
|
1947
1951
|
CommandResult.new(
|
|
1948
|
-
member_name:
|
|
1952
|
+
member_name: member.name,
|
|
1949
1953
|
phase: phase,
|
|
1950
1954
|
command: ["internal", phase],
|
|
1951
|
-
workdir:
|
|
1955
|
+
workdir: member.root,
|
|
1952
1956
|
status: 1,
|
|
1953
1957
|
success: false,
|
|
1954
1958
|
stdout: "",
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-family
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.97
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -443,10 +443,10 @@ licenses:
|
|
|
443
443
|
- AGPL-3.0-only
|
|
444
444
|
metadata:
|
|
445
445
|
homepage_uri: https://kettle-family.galtzo.com
|
|
446
|
-
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.
|
|
447
|
-
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.
|
|
446
|
+
source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.97
|
|
447
|
+
changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.97/CHANGELOG.md
|
|
448
448
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
|
|
449
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.
|
|
449
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.97
|
|
450
450
|
funding_uri: https://github.com/sponsors/pboling
|
|
451
451
|
wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
|
|
452
452
|
news_uri: https://www.railsbling.com/tags/kettle-family
|
metadata.gz.sig
CHANGED
|
Binary file
|