Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Commit 3306644

Browse files
committed
🎨 Template bootstrap by kettle-jem v1.0.0
1 parent 499605a commit 3306644

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

Appraisals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ appraise "unlocked_deps" do
4040
# rdoc was resolved to 7.0.3, which depends on
4141
# psych
4242
gem "irb", "~> 1.17" # ruby >= 2.7
43+
4344
eval_gemfile "modular/coverage.gemfile"
4445
eval_gemfile "modular/documentation.gemfile"
4546
eval_gemfile "modular/optional.gemfile"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
3333
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
3434
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
3535
| Works with JRuby | [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
36-
| Works with Truffle Ruby | [![Truffle Ruby 23.2 Compat][💎truby-23.2i]][🚎truby-23.2-wf] [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
36+
| Works with Truffle Ruby | [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
3737
| Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
3838
| Works with MRI Ruby 3 | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
3939
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![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] |
@@ -429,7 +429,6 @@ Thanks for RTFM. ☺️
429429
[🚎ruby-3.2-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/ruby-3.2.yml
430430
[🚎ruby-3.3-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/ruby-3.3.yml
431431
[🚎ruby-3.4-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/ruby-3.4.yml
432-
[🚎truby-23.2-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/truffleruby-23.2.yml
433432
[🚎truby-24.2-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/truffleruby-24.2.yml
434433
[🚎truby-25.0-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/truffleruby-25.0.yml
435434
[🚎2-cov-wf]: https://github.com/kettle-rb/markly-merge/actions/workflows/coverage.yml
@@ -458,7 +457,6 @@ Thanks for RTFM. ☺️
458457
[💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
459458
[💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
460459
[💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
461-
[💎truby-23.2i]: https://img.shields.io/badge/Truffle_Ruby-23.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
462460
[💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
463461
[💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
464462
[💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green

gemfiles/modular/coverage_local.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ platform :mri do
1515
path_env: "KETTLE_RB_DEV",
1616
vendored_gems_env: "VENDORED_GEMS",
1717
vendor_gem_dir_env: "VENDOR_GEM_DIR",
18-
debug_env: "KETTLE_DEV_DEBUG"
18+
debug_env: "KETTLE_DEV_DEBUG",
1919
)
2020
end

gemfiles/modular/style_local.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ platform :mri do
1919
vendored_gems_env: "VENDORED_GEMS",
2020
vendor_gem_dir_env: "VENDOR_GEM_DIR",
2121
debug_env: "RUBOCOP_LTS_DEBUG",
22-
root: ["src", "rubocop-lts"]
22+
root: ["src", "rubocop-lts"],
2323
)
2424
end

gemfiles/modular/templating_local.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ platform :mri do
2727
path_env: "KETTLE_RB_DEV",
2828
vendored_gems_env: "VENDORED_GEMS",
2929
vendor_gem_dir_env: "VENDOR_GEM_DIR",
30-
debug_env: "KETTLE_DEV_DEBUG"
30+
debug_env: "KETTLE_DEV_DEBUG",
3131
)
3232
end

0 commit comments

Comments
 (0)