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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +14 -1
- data/README.md +1 -1
- data/README.md.example +1 -1
- data/Rakefile.example +1 -1
- data/lib/kettle/dev/release_cli.rb +14 -1
- data/lib/kettle/dev/version.rb +1 -1
- 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: '0619d663472fe291c6a1c84f23c07e17896b1f247fccb1991d61ea112d432343'
|
4
|
+
data.tar.gz: 41bb2939a5ea8e357c74faabcc5d99ff71329b7aec07e9b85bc64efdb5a1eb19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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
@@ -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
|
-
#
|
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
|
data/lib/kettle/dev/version.rb
CHANGED
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.
|
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.
|
408
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
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.
|
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
|