kettle-dev 1.1.31 → 1.1.33
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/.github/FUNDING.yml.no-osc.example +13 -0
- data/.github/workflows/codeql-analysis.yml +3 -3
- data/.github/workflows/current.yml +8 -8
- data/.github/workflows/current.yml.example +8 -8
- data/.github/workflows/dep-heads.yml +8 -8
- data/.github/workflows/heads.yml +8 -8
- data/.github/workflows/heads.yml.example +8 -8
- data/.github/workflows/truffle.yml +8 -8
- data/.tool-versions +1 -1
- data/Appraisal.root.gemfile +1 -3
- data/CHANGELOG.md +44 -1
- data/CONTRIBUTING.md +3 -3
- data/FUNDING.md.no-osc.example +66 -0
- data/Gemfile +2 -2
- data/Gemfile.example +2 -2
- data/README.md +18 -4
- data/README.md.example +18 -4
- data/README.md.no-osc.example +521 -0
- data/Rakefile.example +1 -1
- data/gemfiles/modular/erb/r2.3/default.gemfile +1 -1
- data/gemfiles/modular/injected.gemfile +2 -2
- data/gemfiles/modular/optional.gemfile.example +4 -0
- data/gemfiles/modular/style.gemfile +1 -1
- data/kettle-dev.gemspec.example +2 -2
- data/lib/kettle/dev/gem_spec_reader.rb +20 -19
- data/lib/kettle/dev/tasks/template_task.rb +14 -2
- data/lib/kettle/dev/template_helpers.rb +45 -0
- data/lib/kettle/dev/version.rb +1 -1
- data/lib/kettle/dev.rb +5 -0
- data/sig/kettle/dev.rbs +1 -0
- data.tar.gz.sig +0 -0
- metadata +9 -4
- metadata.gz.sig +0 -0
    
        data/README.md
    CHANGED
    
    | @@ -1,3 +1,17 @@ | |
| 1 | 
            +
            | 📍 NOTE                                                                                                                                                     |
         | 
| 2 | 
            +
            |-------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | 
| 3 | 
            +
            | RubyGems.org was [recently compromised][draper-security] in a [hostile takeover][draper-takeover] about which [many lies][draper-lies] have been told.      |
         | 
| 4 | 
            +
            | I'm in the process of adding warnings to some important gems because I [don't condone the theft][draper-theft] of the bundler and rubygems-update projects. |
         | 
| 5 | 
            +
            | Once publishing to [gem.coop][gem-coop] is available I will stop publishing to RubyGems.org.                                                                |
         | 
| 6 | 
            +
            | Please see [here][gem-coop] and [here][martin-ann] for more info on what comes next.                                                                        |
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            [draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
         | 
| 9 | 
            +
            [draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
         | 
| 10 | 
            +
            [draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
         | 
| 11 | 
            +
            [draper-theft]: https://joel.drapper.me/p/ruby-central/
         | 
| 12 | 
            +
            [gem-coop]: https://gem.coop
         | 
| 13 | 
            +
            [martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
         | 
| 14 | 
            +
             | 
| 1 15 | 
             
            [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-dev Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-dev-i]][🖼️kettle-dev]
         | 
| 2 16 |  | 
| 3 17 | 
             
            [🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
         | 
| @@ -782,7 +796,7 @@ Thanks for RTFM. ☺️ | |
| 782 796 | 
             
            [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
         | 
| 783 797 | 
             
            [⛳️gem-namespace]: https://github.com/kettle-rb/kettle-dev
         | 
| 784 798 | 
             
            [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Dev-3C2D2D.svg?style=square&logo=ruby&logoColor=white
         | 
| 785 | 
            -
            [⛳️gem-name]: https:// | 
| 799 | 
            +
            [⛳️gem-name]: https://bestgems.org/gems/kettle-dev
         | 
| 786 800 | 
             
            [⛳️name-img]: https://img.shields.io/badge/name-kettle--dev-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
         | 
| 787 801 | 
             
            [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/kettle-dev.svg
         | 
| 788 802 | 
             
            [⛳️tag]: http://github.com/kettle-rb/kettle-dev/releases
         | 
| @@ -831,11 +845,11 @@ Thanks for RTFM. ☺️ | |
| 831 845 | 
             
            [📜gh-wiki]: https://github.com/kettle-rb/kettle-dev/wiki
         | 
| 832 846 | 
             
            [📜gl-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
         | 
| 833 847 | 
             
            [📜gh-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
         | 
| 834 | 
            -
            [👽dl-rank]: https:// | 
| 848 | 
            +
            [👽dl-rank]: https://bestgems.org/gems/kettle-dev
         | 
| 835 849 | 
             
            [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-dev.svg
         | 
| 836 850 | 
             
            [👽oss-help]: https://www.codetriage.com/kettle-rb/kettle-dev
         | 
| 837 851 | 
             
            [👽oss-helpi]: https://www.codetriage.com/kettle-rb/kettle-dev/badges/users.svg
         | 
| 838 | 
            -
            [👽version]: https:// | 
| 852 | 
            +
            [👽version]: https://bestgems.org/gems/kettle-dev
         | 
| 839 853 | 
             
            [👽versioni]: https://img.shields.io/gem/v/kettle-dev.svg
         | 
| 840 854 | 
             
            [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev
         | 
| 841 855 | 
             
            [🏀qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/maintainability.svg
         | 
| @@ -925,7 +939,7 @@ Thanks for RTFM. ☺️ | |
| 925 939 | 
             
            [📌gitmoji]:https://gitmoji.dev
         | 
| 926 940 | 
             
            [📌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 941 | 
             
            [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
         | 
| 928 | 
            -
            [🧮kloc-img]: https://img.shields.io/badge/KLOC- | 
| 942 | 
            +
            [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.176-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
         | 
| 929 943 | 
             
            [🔐security]: SECURITY.md
         | 
| 930 944 | 
             
            [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
         | 
| 931 945 | 
             
            [📄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
    
    | @@ -1,3 +1,17 @@ | |
| 1 | 
            +
            | 📍 NOTE                                                                                                                                                     |
         | 
| 2 | 
            +
            |-------------------------------------------------------------------------------------------------------------------------------------------------------------|
         | 
| 3 | 
            +
            | RubyGems.org was [recently compromised][draper-security] in a [hostile takeover][draper-takeover] about which [many lies][draper-lies] have been told.      |
         | 
| 4 | 
            +
            | I'm in the process of adding warnings to some important gems because I [don't condone the theft][draper-theft] of the bundler and rubygems-update projects. |
         | 
| 5 | 
            +
            | Once publishing to [gem.coop][gem-coop] is available I will stop publishing to RubyGems.org.                                                                |
         | 
| 6 | 
            +
            | Please see [here][gem-coop] and [here][martin-ann] for more info on what comes next.                                                                        |
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            [draper-security]: https://joel.drapper.me/p/ruby-central-security-measures/
         | 
| 9 | 
            +
            [draper-takeover]: https://joel.drapper.me/p/ruby-central-takeover/
         | 
| 10 | 
            +
            [draper-lies]: https://joel.drapper.me/p/ruby-central-fact-check/
         | 
| 11 | 
            +
            [draper-theft]: https://joel.drapper.me/p/ruby-central/
         | 
| 12 | 
            +
            [gem-coop]: https://gem.coop
         | 
| 13 | 
            +
            [martin-ann]: https://martinemde.com/2025/10/05/announcing-gem-coop.html
         | 
| 14 | 
            +
             | 
| 1 15 | 
             
            [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![kettle-dev Logo by Aboling0, CC BY-SA 4.0][🖼️kettle-dev-i]][🖼️kettle-dev]
         | 
| 2 16 |  | 
| 3 17 | 
             
            [🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
         | 
| @@ -371,7 +385,7 @@ Thanks for RTFM. ☺️ | |
| 371 385 | 
             
            [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
         | 
| 372 386 | 
             
            [⛳️gem-namespace]: https://github.com/kettle-rb/kettle-dev
         | 
| 373 387 | 
             
            [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Dev-3C2D2D.svg?style=square&logo=ruby&logoColor=white
         | 
| 374 | 
            -
            [⛳️gem-name]: https:// | 
| 388 | 
            +
            [⛳️gem-name]: https://bestgems.org/gems/kettle-dev
         | 
| 375 389 | 
             
            [⛳️name-img]: https://img.shields.io/badge/name-kettle--dev-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
         | 
| 376 390 | 
             
            [⛳️tag-img]: https://img.shields.io/github/tag/kettle-rb/kettle-dev.svg
         | 
| 377 391 | 
             
            [⛳️tag]: http://github.com/kettle-rb/kettle-dev/releases
         | 
| @@ -420,11 +434,11 @@ Thanks for RTFM. ☺️ | |
| 420 434 | 
             
            [📜gh-wiki]: https://github.com/kettle-rb/kettle-dev/wiki
         | 
| 421 435 | 
             
            [📜gl-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
         | 
| 422 436 | 
             
            [📜gh-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
         | 
| 423 | 
            -
            [👽dl-rank]: https:// | 
| 437 | 
            +
            [👽dl-rank]: https://bestgems.org/gems/kettle-dev
         | 
| 424 438 | 
             
            [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-dev.svg
         | 
| 425 439 | 
             
            [👽oss-help]: https://www.codetriage.com/kettle-rb/kettle-dev
         | 
| 426 440 | 
             
            [👽oss-helpi]: https://www.codetriage.com/kettle-rb/kettle-dev/badges/users.svg
         | 
| 427 | 
            -
            [👽version]: https:// | 
| 441 | 
            +
            [👽version]: https://bestgems.org/gems/kettle-dev
         | 
| 428 442 | 
             
            [👽versioni]: https://img.shields.io/gem/v/kettle-dev.svg
         | 
| 429 443 | 
             
            [🏀qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev
         | 
| 430 444 | 
             
            [🏀qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/maintainability.svg
         | 
| @@ -519,7 +533,7 @@ Thanks for RTFM. ☺️ | |
| 519 533 | 
             
            [📌gitmoji]:https://gitmoji.dev
         | 
| 520 534 | 
             
            [📌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 535 | 
             
            [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
         | 
| 522 | 
            -
            [🧮kloc-img]: https://img.shields.io/badge/KLOC- | 
| 536 | 
            +
            [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.176-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
         | 
| 523 537 | 
             
            [🔐security]: SECURITY.md
         | 
| 524 538 | 
             
            [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
         | 
| 525 539 | 
             
            [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
         |