kettle-dev 1.1.2 → 1.1.3

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: 53a29ab92d63cca882cbb5034661c07b06e782c59fdad69f95fc5d19954f1b7f
4
- data.tar.gz: 6d5e46fea1827a9fac76181c8070237a03503136f966991df5698cbf31653fbd
3
+ metadata.gz: c3eb6a72bd85bbfde7317e4001bed71b6f06c23e8094ec3d7028135ea787cb8a
4
+ data.tar.gz: f8a6c719e95549c12739aead51912b68e49713cf1c12a2aa134a61404d82825c
5
5
  SHA512:
6
- metadata.gz: df2b7fa0b2a766b6ab6e42b1ac5414a84472e1f21295cf9b717e598d407c0d01183ce703bbe5957b33343c2d2ffe178cdc9688546548747ed2fc7f0f18d76f9a
7
- data.tar.gz: 286cc3ae10d0da550de8d298c96752681ad77a6a63c36733c1123a3f1f1bf15e30e680573775349d190e1ca3ea414a529d84bb19b592d0a8f220c53279dbeaa3
6
+ metadata.gz: fe84cb073f601bc8b2c0e50979d229d81d5fa45b3f64455837d17b624fbd2ac3d75c2180b1d87df306e4d7b6efbda20a9d5c94926783fc06091b3b21f61aa368
7
+ data.tar.gz: 3a0b31c5be00d77c9b8c9073413caa80a9023f1291b5dd7c98c2a323e712e0756904bdb70fd00e319ca28021e44bdcf16f5506c9e25e18b8aa8c006f0102d254
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- /9����OM��W{��;�88[U����T@���\`�Lg��.���NR���Һ�0�Ȗ0*
2
- ���`�A<�Q�:��$�Q2(!�9���!��
1
+ \ \o��ְ{vnq��Ѱ��ޙfl�P{���Q��J��Qj+`&3���=�Fw��7�Ӯ�(`���jMYl�q14����Ms�2�����)�9��|�<7S^[�D�Z�I,V�� z�� �ņ��d���[�H���h�������ҷﮀLo��_P�lj0��d!8!�Z�Bk�>�+�o���X�<4�!u�ֺx����<�:|��egoFx{��R���ԓ����a+�:�c�ӃoK�-8�+�T3��𑰤�s8yDC����q�@p�X��2��Zq$eG��
2
+ ���� 8Q��D�k�Q ��T����k���0���p�:����ޜ}Z��yi_|[�Х�*'
data/CHANGELOG.md CHANGED
@@ -24,6 +24,17 @@ Please file a bug if you notice a violation of semantic versioning.
24
24
  ### Fixed
25
25
  ### Security
26
26
 
27
+ ## [1.1.3] - 2025-09-02
28
+ - TAG: [v1.1.3][1.1.3t]
29
+ - COVERAGE: 97.14% -- 2857/2941 lines in 22 files
30
+ - BRANCH COVERAGE: 82.29% -- 1194/1451 branches in 22 files
31
+ - 76.22% documented
32
+ ### Changed
33
+ - URL for migrating repo to CodeBerg:
34
+ - https://codeberg.org/repo/migrate
35
+ ### Fixed
36
+ - Stop double defining DEBUGGING constant
37
+
27
38
  ## [1.1.2] - 2025-09-02
28
39
  - TAG: [v1.1.2][1.1.2t]
29
40
  - COVERAGE: 97.14% -- 2858/2942 lines in 22 files
@@ -447,7 +458,9 @@ Please file a bug if you notice a violation of semantic versioning.
447
458
  - Selecting will run the selected workflow via `act`
448
459
  - This may move to its own gem in the future.
449
460
 
450
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.2...HEAD
461
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.3...HEAD
462
+ [1.1.3]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.2...v1.1.3
463
+ [1.1.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.3
451
464
  [1.1.2]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.1...v1.1.2
452
465
  [1.1.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.2
453
466
  [1.1.1]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.0...v1.1.1
data/README.md CHANGED
@@ -795,7 +795,7 @@ Thanks for RTFM. ☺️
795
795
  [📌gitmoji]:https://gitmoji.dev
796
796
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
797
797
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
798
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.942-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
798
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.941-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
799
799
  [🔐security]: SECURITY.md
800
800
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
801
801
  [📄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
@@ -505,7 +505,7 @@ Thanks for RTFM. ☺️
505
505
  [📌gitmoji]:https://gitmoji.dev
506
506
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
507
507
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
508
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.942-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
508
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.941-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
509
509
  [🔐security]: SECURITY.md
510
510
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
511
511
  [📄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.2 - 2025-09-02
3
+ # kettle-dev Rakefile v1.1.3 - 2025-09-02
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)
@@ -37,6 +37,11 @@ module Kettle
37
37
  force: false,
38
38
  status: false,
39
39
  }.freeze
40
+ FORGE_MIGRATION_TOOLS = {
41
+ github: "https://github.com/new/import",
42
+ gitlab: "https://gitlab.com/projects/new#import_project",
43
+ codeberg: "https://codeberg.org/repo/migrate",
44
+ }.freeze
40
45
 
41
46
  # Create the CLI with argv-like arguments
42
47
  # @param argv [Array<String>] the command-line arguments (without program name)
@@ -369,14 +374,9 @@ module Kettle
369
374
  # Print import links for any failed forge
370
375
  unless all_ok
371
376
  say("\nSome forges are not yet available. Use these import links to create mirrors:")
372
- import_links = {
373
- github: "https://github.com/new/import",
374
- gitlab: "https://gitlab.com/projects/new#import_project",
375
- codeberg: "https://codeberg.org/repo/create?scm=git&name=#{repo}&migration=true",
376
- }
377
377
  [:github, :gitlab, :codeberg].each do |forge|
378
378
  next if results[forge]
379
- say(" - #{forge.capitalize} import: #{import_links[forge]}")
379
+ say(" - #{forge.capitalize} import: #{FORGE_MIGRATION_TOOLS[forge]}")
380
380
  end
381
381
  end
382
382
  rescue StandardError => e
@@ -6,7 +6,7 @@ module Kettle
6
6
  module Version
7
7
  # The gem version.
8
8
  # @return [String]
9
- VERSION = "1.1.2"
9
+ VERSION = "1.1.3"
10
10
 
11
11
  module_function
12
12
 
data/lib/kettle/dev.rb CHANGED
@@ -38,10 +38,9 @@ module Kettle
38
38
  class Error < StandardError; end
39
39
 
40
40
  # Whether debug logging is enabled for kettle-dev internals.
41
+ # KETTLE_DEV_DEBUG overrides DEBUG.
41
42
  # @return [Boolean]
42
- DEBUGGING = ENV.fetch("DEBUG", "false").casecmp("true").zero?
43
- # Backwards-compat for kettle-dev specific debug variable
44
- DEBUGGING ||= ENV.fetch("KETTLE_DEV_DEBUG", "false").casecmp("true").zero?
43
+ DEBUGGING = ENV.fetch("KETTLE_DEV_DEBUG", ENV.fetch("DEBUG", "false")).casecmp("true").zero?
45
44
  # Whether we are running on CI.
46
45
  # @return [Boolean]
47
46
  IS_CI = ENV.fetch("CI", "false").casecmp("true") == 0
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -347,10 +347,10 @@ licenses:
347
347
  - MIT
348
348
  metadata:
349
349
  homepage_uri: https://kettle-dev.galtzo.com/
350
- source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.2
351
- changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.2/CHANGELOG.md
350
+ source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.3
351
+ changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.3/CHANGELOG.md
352
352
  bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
353
- documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.2
353
+ documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.3
354
354
  funding_uri: https://github.com/sponsors/pboling
355
355
  wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
356
356
  news_uri: https://www.railsbling.com/tags/kettle-dev
metadata.gz.sig CHANGED
Binary file