kettle-dev 1.1.27 → 1.1.28

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: 48545f8f9c5f1038e2da7c0d42f8f3bc19527fc13a86e6f15dabefdfc9ad002f
4
- data.tar.gz: 51c810bc680047555ed09eaeaed37da6eeed85fe5336038bc7e43602263da9a6
3
+ metadata.gz: '0619d663472fe291c6a1c84f23c07e17896b1f247fccb1991d61ea112d432343'
4
+ data.tar.gz: 41bb2939a5ea8e357c74faabcc5d99ff71329b7aec07e9b85bc64efdb5a1eb19
5
5
  SHA512:
6
- metadata.gz: de5d434eca23c5ceca682a1961b7178b6dce3d6604844e0167b85f727b0ad2f259e51b3ffa461bfae7bc2590a1989ea350241c93d7c244b95dc4c390eb5a3f5d
7
- data.tar.gz: eb0c76005b25f23357fbf410861a3fdb903dffe1ee8c32abad32052a3de28ec18643dac5599af7222ab7340b6f1dd9e0894622949729255d593e3f1ca83a8710
6
+ metadata.gz: b81d18045b8c027292e32daea13b3effd0355bdcb9652a893298ef859807e55be9719e07e2bd0246d4ab78dc4d0935e00b3254cc8602064899cefd7468c2bd34
7
+ data.tar.gz: 3dc1fcb78c92bba87bebf4318df76462c7ec2c85a95a7e51533871809888b7956c4737a2272d04500f211bf8fe5936edfad529badba4ac7f7a62319fd875676e
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.1.28] - 2025-09-21
34
+
35
+ - TAG: [v1.1.28][1.1.28t]
36
+ - COVERAGE: 96.19% -- 3861/4014 lines in 26 files
37
+ - BRANCH COVERAGE: 80.89% -- 1592/1968 branches in 26 files
38
+ - 79.12% documented
39
+
40
+ ### Fixed
41
+
42
+ - kettle-release: restore compatability with MFA input
43
+
33
44
  ## [1.1.27] - 2025-09-20
34
45
 
35
46
  - TAG: [v1.1.27][1.1.27t]
@@ -996,7 +1007,9 @@ Please file a bug if you notice a violation of semantic versioning.
996
1007
  - Selecting will run the selected workflow via `act`
997
1008
  - This may move to its own gem in the future.
998
1009
 
999
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.27...HEAD
1010
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.28...HEAD
1011
+ [1.1.28]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.27...v1.1.28
1012
+ [1.1.28t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.28
1000
1013
  [1.1.27]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.25...v1.1.27
1001
1014
  [1.1.27t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.27
1002
1015
  [1.1.26]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.25...v1.1.26
data/README.md CHANGED
@@ -925,7 +925,7 @@ Thanks for RTFM. ☺️
925
925
  [📌gitmoji]:https://gitmoji.dev
926
926
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
927
927
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
928
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.007-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
928
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.014-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
929
929
  [🔐security]: SECURITY.md
930
930
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
931
931
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/README.md.example CHANGED
@@ -519,7 +519,7 @@ Thanks for RTFM. ☺️
519
519
  [📌gitmoji]:https://gitmoji.dev
520
520
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
521
521
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
522
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.007-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
522
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-4.014-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
523
523
  [🔐security]: SECURITY.md
524
524
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
525
525
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.1.27 - 2025-09-20
3
+ # kettle-dev Rakefile v1.1.28 - 2025-09-21
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -28,7 +28,20 @@ module Kettle
28
28
  # Pass a plain Hash for the environment to satisfy tests and avoid ENV object oddities
29
29
  env_hash = ENV.respond_to?(:to_hash) ? ENV.to_hash : ENV.to_h
30
30
 
31
- # Capture output so we can surface clear diagnostics on failure
31
+ # Some commands are interactive (e.g., `bundle exec rake release` prompting for RubyGems MFA).
32
+ # Using capture3 detaches STDIN, preventing prompts from working. For such commands, use system
33
+ # so they inherit the current TTY and can read the user's input.
34
+ interactive = cmd =~ /\Abundle(\s+exec)?\s+rake\s+release\b/ || cmd =~ /\Agem\s+push\b/
35
+ if interactive
36
+ ok = system(env_hash, cmd)
37
+ unless ok
38
+ exit_code = $?.respond_to?(:exitstatus) ? $?.exitstatus : 1
39
+ abort("Command failed: #{cmd} (exit #{exit_code})")
40
+ end
41
+ return
42
+ end
43
+
44
+ # Non-interactive: capture output so we can surface clear diagnostics on failure
32
45
  stdout_str, stderr_str, status = Open3.capture3(env_hash, cmd)
33
46
 
34
47
  # Echo command output to match prior behavior
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.1.27"
9
+ VERSION = "1.1.28"
10
10
 
11
11
  module_function
12
12
 
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: 1.1.27
4
+ version: 1.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -404,10 +404,10 @@ licenses:
404
404
  - MIT
405
405
  metadata:
406
406
  homepage_uri: https://kettle-dev.galtzo.com/
407
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.27
408
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.27/CHANGELOG.md
407
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.28
408
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.28/CHANGELOG.md
409
409
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
410
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.27
410
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.28
411
411
  funding_uri: https://github.com/sponsors/pboling
412
412
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
413
413
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file