kettle-dev 1.0.23 → 1.0.25

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: adce6d5a19e8f845c579e554910e6a0fbb1c8ad36447128a4d19029109dde152
4
- data.tar.gz: b7bc5ec30e0427a941de9bff8b1fc859aa36f0f0d5ff30a21480f156f78943d1
3
+ metadata.gz: 17271b80f11810960aff2bed47dae41fd383c2e70f9791134405b7b15c0c4989
4
+ data.tar.gz: b49ddd6a9f57504713789b05b814293d2ef9ac05b0755245129b05234e288eca
5
5
  SHA512:
6
- metadata.gz: 137aeb6d2e1fd6a8856093119abd2c6540df36cc1b3863a5e2ba63b959592d919521fd73e9618323b18aed4c77791925721826d4be3f9af69b39cd3d6089d838
7
- data.tar.gz: fb2396ed69522155e4fe03f0e763b75ae6fd187ec34975c0fda67a90ad4167cbff38c86233ac4fc95352fa8f96da191272f98a66d23ecec4abb3e0263b05f095
6
+ metadata.gz: 291245d371efa3869f70b66e33f9059108616283ab29204158c198005473db150fbbbbde3c7ac53bea6a8175cb3a90235d2fbb7a85c304c763ba5b06d2952afd
7
+ data.tar.gz: ec1b4ec965b7cfe5b97fd7519c7e8cea77d881f7f083e47c0e66ab17fe1aa5048d24a112f732cdac6ecd085ece372494661b898255d8583379ec790ba9c507cf
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,5 +1,8 @@
1
1
  name: Style
2
2
 
3
+ permissions:
4
+ contents: read
5
+
3
6
  on:
4
7
  push:
5
8
  branches:
@@ -13,9 +16,6 @@ on:
13
16
  # Allow manually triggering the workflow.
14
17
  workflow_dispatch:
15
18
 
16
- permissions:
17
- contents: read
18
-
19
19
  # Cancels all previous workflow runs for the same branch that have not yet completed.
20
20
  concurrency:
21
21
  # The concurrency group contains the workflow name and the branch name.
@@ -1,5 +1,8 @@
1
1
  name: Truffle
2
2
 
3
+ permissions:
4
+ contents: read
5
+
3
6
  env:
4
7
  K_SOUP_COV_DO: false
5
8
 
@@ -16,9 +19,6 @@ on:
16
19
  # Allow manually triggering the workflow.
17
20
  workflow_dispatch:
18
21
 
19
- permissions:
20
- contents: read
21
-
22
22
  # Cancels all previous workflow runs for the same branch that have not yet completed.
23
23
  concurrency:
24
24
  # The concurrency group contains the workflow name and the branch name.
data/Appraisals.example CHANGED
@@ -1,9 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # HOW TO UPDATE APPRAISALS:
4
- # BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
5
- # BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
6
- # bundle exec rake rubocop_gradual:autocorrect
3
+ # HOW TO UPDATE APPRAISALS (will run rubocop_gradual's autocorrect afterward):
4
+ # bin/rake appraisals:update
7
5
 
8
6
  # Lock/Unlock Deps Pattern
9
7
  #
data/CHANGELOG.md CHANGED
@@ -24,6 +24,39 @@ Please file a bug if you notice a violation of semantic versioning.
24
24
  ### Fixed
25
25
  ### Security
26
26
 
27
+ ## [1.0.25] - 2025-08-31
28
+ - TAG: [v1.0.25][1.0.25t]
29
+ - COVERAGE: 97.81% -- 2630/2689 lines in 22 files
30
+ - BRANCH COVERAGE: 82.40% -- 1100/1335 branches in 22 files
31
+ - 75.00% documented
32
+ ### Added
33
+ - test that .env.local.example is copied by install / template tasks
34
+ ### Changed
35
+ - update Appraisals.example template's instructions for updating appraisals
36
+
37
+ ## [1.0.24] - 2025-08-31
38
+ - TAG: [v1.0.24][1.0.24t]
39
+ - COVERAGE: 97.51% -- 2625/2692 lines in 22 files
40
+ - BRANCH COVERAGE: 81.97% -- 1096/1337 branches in 22 files
41
+ - 75.00% documented
42
+ ### Added
43
+ - improved documentation
44
+ - more badges in README (gem & template)
45
+ - integration test for kettle-changelog using CHANGELOG.md.
46
+ - integration test for kettle-changelog using KEEP_A_CHANGELOG.md.
47
+ ### Changed
48
+ - add output to error handling related to release creation on GitHub
49
+ - refactored Kettle::Dev::Tasks::CITask.abort => task_abort
50
+ - Avoids method name clash with ExitAdapter
51
+ - follows the pattern of other Kettle::Dev::Tasks modules
52
+ - move --help handling for kettle-changelog to kettle-changelog itself
53
+ ### Fixed
54
+ - typos in README for gem & template
55
+ - kettle-changelog: more robust in retention of version chunks, and markdown link refs, that are not relevant to the chunk being added
56
+ - rearrange footer links in changelog by order, newest first, oldest last
57
+ - `Kettle::Dev::Tasks::CITask.act` returns properly when running non-interactively
58
+ - replace Underscores with Dashes in Gem Names for [🚎yard-head] link
59
+
27
60
  ## [1.0.23] - 2025-08-30
28
61
  - TAG: [v1.0.23][1.0.23t]
29
62
  - COVERAGE: 97.75% -- 2428/2484 lines in 21 files
@@ -351,52 +384,56 @@ Please file a bug if you notice a violation of semantic versioning.
351
384
  - Selecting will run the selected workflow via `act`
352
385
  - This may move to its own gem in the future.
353
386
 
354
- [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.23...HEAD
355
- [1.0.0]: https://github.com/kettle-rb/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
356
- [1.0.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.0
357
- [1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
358
- [1.0.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.1
359
- [1.0.2]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.1...v1.0.2
360
- [1.0.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.2
361
- [1.0.3]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.2...v1.0.3
362
- [1.0.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.3
363
- [1.0.4]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.3...v1.0.4
364
- [1.0.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.4
365
- [1.0.5]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.4...v1.0.5
366
- [1.0.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.5
367
- [1.0.6]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.5...v1.0.6
368
- [1.0.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.6
369
- [1.0.7]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.6...v1.0.7
370
- [1.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.7
371
- [1.0.8]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.7...v1.0.8
372
- [1.0.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.8
373
- [1.0.9]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.8...v1.0.9
374
- [1.0.9t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.9
375
- [1.0.10]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.9...v1.0.10
376
- [1.0.10t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.10
377
- [1.0.11]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.10...v1.0.11
378
- [1.0.11t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.11
379
- [1.0.12]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.11...v1.0.12
380
- [1.0.12t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.12
381
- [1.0.13]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.12...v1.0.13
382
- [1.0.13t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.13
383
- [1.0.14]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.13...v1.0.14
384
- [1.0.14t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.14
385
- [1.0.15]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.14...v1.0.15
386
- [1.0.15t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.15
387
- [1.0.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.15...v1.0.16
388
- [1.0.16t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.16
389
- [1.0.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.16...v1.0.17
390
- [1.0.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.17
391
- [1.0.18]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.17...v1.0.18
392
- [1.0.18t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.18
393
- [1.0.19]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.18...v1.0.19
394
- [1.0.19t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.19
395
- [1.0.20]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.19...v1.0.20
396
- [1.0.20t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.20
397
- [1.0.21]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.20...v1.0.21
398
- [1.0.21t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.21
399
- [1.0.22]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.21...v1.0.22
400
- [1.0.22t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.22
387
+ [Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.25...HEAD
388
+ [1.0.25]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.24...v1.0.25
389
+ [1.0.25t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.25
390
+ [1.0.24]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.23...v1.0.24
391
+ [1.0.24t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.24
401
392
  [1.0.23]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.22...v1.0.23
402
393
  [1.0.23t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.23
394
+ [1.0.22]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.21...v1.0.22
395
+ [1.0.22t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.22
396
+ [1.0.21]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.20...v1.0.21
397
+ [1.0.21t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.21
398
+ [1.0.20]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.19...v1.0.20
399
+ [1.0.20t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.20
400
+ [1.0.19]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.18...v1.0.19
401
+ [1.0.19t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.19
402
+ [1.0.18]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.17...v1.0.18
403
+ [1.0.18t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.18
404
+ [1.0.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.16...v1.0.17
405
+ [1.0.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.17
406
+ [1.0.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.15...v1.0.16
407
+ [1.0.16t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.16
408
+ [1.0.15]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.14...v1.0.15
409
+ [1.0.15t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.15
410
+ [1.0.14]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.13...v1.0.14
411
+ [1.0.14t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.14
412
+ [1.0.13]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.12...v1.0.13
413
+ [1.0.13t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.13
414
+ [1.0.12]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.11...v1.0.12
415
+ [1.0.12t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.12
416
+ [1.0.11]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.10...v1.0.11
417
+ [1.0.11t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.11
418
+ [1.0.10]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.9...v1.0.10
419
+ [1.0.10t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.10
420
+ [1.0.9]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.8...v1.0.9
421
+ [1.0.9t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.9
422
+ [1.0.8]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.7...v1.0.8
423
+ [1.0.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.8
424
+ [1.0.7]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.6...v1.0.7
425
+ [1.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.7
426
+ [1.0.6]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.5...v1.0.6
427
+ [1.0.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.6
428
+ [1.0.5]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.4...v1.0.5
429
+ [1.0.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.5
430
+ [1.0.4]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.3...v1.0.4
431
+ [1.0.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.4
432
+ [1.0.3]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.2...v1.0.3
433
+ [1.0.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.3
434
+ [1.0.2]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.1...v1.0.2
435
+ [1.0.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.2
436
+ [1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
437
+ [1.0.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.1
438
+ [1.0.0]: https://github.com/kettle-rb/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
439
+ [1.0.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.0
data/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  # 🍲 Kettle::Dev
11
11
 
12
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![CodeCov Test Coverage][🔑codecovi]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
12
+ [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![CodeCov Test Coverage][🔑codecovi]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL]
13
13
 
14
14
  If ☝️ `ci_badges.map(&:color).detect { it != "green"}` [let me know][🖼️galtzo-discord], as I may have missed the [discord notification][🖼️galtzo-discord].
15
15
 
@@ -41,13 +41,6 @@ bundle exec rake kettle:dev:install
41
41
 
42
42
  Now you have many powerful development and testing tools at your disposal, all fully [documented](#-configuration) and tested.
43
43
 
44
- I expect the current release of this gem to be compatible with Ruby 2.3+,
45
- and concordant releases of JRuby, and TruffleRuby.
46
-
47
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 |
48
- |------------------------------------------------|-------------------------------------------------------------------------------------|
49
- | 👟 Check it out! | ✨ [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
50
-
51
44
  ## 💡 Info you can shake a stick at
52
45
 
53
46
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
@@ -66,7 +59,7 @@ and concordant releases of JRuby, and TruffleRuby.
66
59
 
67
60
  ### Compatibility
68
61
 
69
- Compatible with Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
62
+ Compatible with MRI Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
70
63
 
71
64
  | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 |
72
65
  |------------------------------------------------|-------------------------------------------------------------------------------------|
@@ -90,9 +83,13 @@ Compatible with Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
90
83
 
91
84
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-dev)](https://tidelift.com/subscription/pkg/rubygems-kettle-dev?utm_source=rubygems-kettle-dev&utm_medium=referral&utm_campaign=readme)
92
85
 
86
+ Available as part of the Tidelift Subscription.
87
+
93
88
  <details>
94
89
  <summary>Need enterprise-level guarantees?</summary>
95
90
 
91
+ The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
92
+
96
93
  [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
97
94
 
98
95
  - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
@@ -608,7 +605,7 @@ Thanks for RTFM. ☺️
608
605
  [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
609
606
  [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
610
607
  [💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-LinkedIn-0B66C2?style=flat&logo=newjapanprowrestling
611
- [💖✌️wellfound]: https://wellfound.com/u/peter-boling/u/peter-boling
608
+ [💖✌️wellfound]: https://wellfound.com/u/peter-boling
612
609
  [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
613
610
  [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
614
611
  [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
@@ -735,7 +732,7 @@ Thanks for RTFM. ☺️
735
732
  [📌gitmoji]:https://gitmoji.dev
736
733
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
737
734
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
738
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.484-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
735
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.689-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
739
736
  [🔐security]: SECURITY.md
740
737
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
741
738
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -745,7 +742,7 @@ Thanks for RTFM. ☺️
745
742
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
746
743
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
747
744
  [🚎yard-current]: http://rubydoc.info/gems/kettle-dev
748
- [🚎yard-head]: https://rspec-stubbed-env.galtzo.com
745
+ [🚎yard-head]: https://kettle-dev.galtzo.com
749
746
  [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
750
747
  [💎SHA_checksums]: https://gitlab.com/kettle-rb/kettle-dev/-/tree/main/checksums
751
748
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
data/README.md.example CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  # 🍲 Kettle::Dev
11
11
 
12
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![CodeCov Test Coverage][🔑codecovi]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
12
+ [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![CodeCov Test Coverage][🔑codecovi]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL]
13
13
 
14
14
  If ☝️ `ci_badges.map(&:color).detect { it != "green"}` [let me know][🖼️galtzo-discord], as I may have missed the [discord notification][🖼️galtzo-discord].
15
15
 
@@ -35,13 +35,13 @@ OTOH, if `ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I
35
35
  | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![Wiki][📜wiki-img]][📜wiki] |
36
36
  | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
37
37
  | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
38
- | Support | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
38
+ | Support | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
39
39
  | Maintainer 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact Maintainer][🚂maint-contact-img]][🚂maint-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
40
40
  | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
41
41
 
42
42
  ### Compatibility
43
43
 
44
- Compatible with Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
44
+ Compatible with MRI Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
45
45
 
46
46
  | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 |
47
47
  |------------------------------------------------|-------------------------------------------------------------------------------------|
@@ -65,9 +65,13 @@ Compatible with Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby.
65
65
 
66
66
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-dev)](https://tidelift.com/subscription/pkg/rubygems-kettle-dev?utm_source=rubygems-kettle-dev&utm_medium=referral&utm_campaign=readme)
67
67
 
68
+ Available as part of the Tidelift Subscription.
69
+
68
70
  <details>
69
71
  <summary>Need enterprise-level guarantees?</summary>
70
72
 
73
+ The maintainers of this and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use.
74
+
71
75
  [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
72
76
 
73
77
  - 💡Subscribe for support guarantees covering _all_ your FLOSS dependencies
@@ -369,7 +373,7 @@ Thanks for RTFM. ☺️
369
373
  [🚂maint-contact-img]: https://img.shields.io/badge/Contact-Maintainer-0093D0.svg?style=flat&logo=rubyonrails&logoColor=red
370
374
  [💖🖇linkedin]: http://www.linkedin.com/in/peterboling
371
375
  [💖🖇linkedin-img]: https://img.shields.io/badge/PeterBoling-LinkedIn-0B66C2?style=flat&logo=newjapanprowrestling
372
- [💖✌️wellfound]: https://wellfound.com/u/peter-boling/u/peter-boling
376
+ [💖✌️wellfound]: https://wellfound.com/u/peter-boling
373
377
  [💖✌️wellfound-img]: https://img.shields.io/badge/peter--boling-orange?style=flat&logo=wellfound
374
378
  [💖💲crunchbase]: https://www.crunchbase.com/person/peter-boling
375
379
  [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
@@ -501,7 +505,7 @@ Thanks for RTFM. ☺️
501
505
  [📌gitmoji]:https://gitmoji.dev
502
506
  [📌gitmoji-img]:https://img.shields.io/badge/gitmoji_commits-%20😜%20😍-34495e.svg?style=flat-square
503
507
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
504
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.484-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
508
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-2.689-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
505
509
  [🔐security]: SECURITY.md
506
510
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
507
511
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -511,7 +515,7 @@ Thanks for RTFM. ☺️
511
515
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
512
516
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
513
517
  [🚎yard-current]: http://rubydoc.info/gems/kettle-dev
514
- [🚎yard-head]: https://rspec-stubbed-env.galtzo.com
518
+ [🚎yard-head]: https://kettle-dev.galtzo.com
515
519
  [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
516
520
  [💎SHA_checksums]: https://gitlab.com/kettle-rb/kettle-dev/-/tree/main/checksums
517
521
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
data/Rakefile.example CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # kettle-dev Rakefile v1.0.23 - 2025-08-30
3
+ # kettle-dev Rakefile v1.0.25 - 2025-08-31
4
4
  # Ruby 2.3 (Safe Navigation) or higher required
5
5
  #
6
6
  # MIT License (see License.txt)