rubocop-lts 24.2.2 → 24.2.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: f70448295ea036b3164d13d84fb112cfedd4185505d693286bcaf24e883c4e72
4
- data.tar.gz: 41ac24def55c4333d9f43af4329a4e962d2d39367ae8d4e2746dc2f8ef46cde6
3
+ metadata.gz: c888730359549e4e219bece80c6f13e0b2e6e3fe2b110aa50819cba270601ae0
4
+ data.tar.gz: e7cccd6885563538e717aa99838a83c92a98603647b390737d0521d9ddec32d0
5
5
  SHA512:
6
- metadata.gz: 72357a7573ab6c9f382e6a8f8837b0df2705c7d45d0cf18c5d4067c6a88782f2237c910ff13a6b0133df36a67eb868505c76d1092f34e99eab19c89bd1306291
7
- data.tar.gz: '09ecd91bafe06e3398d51aa91e056094b164ce6ba4173b777b21b6e48f0df757174f69486d1e7a4ba402954342f8032823c16d706d4c2b9a54950ffaf4d6aa39'
6
+ metadata.gz: 748a0e69c1d7f5619aa6a4ca31961e7d16fa4b64ab2a9c47476c5dbf518b07d5f3ae5f28738f427588d41e0b0a10ee0b0f8e6bcf9d50e2229426a6a86c46782b
7
+ data.tar.gz: '0348ae0e6b45913b8873d13c50336ded2283e462f999718ca7479c4a7a26e912b3883f57d85c441206299b82f5af78edf0fbff52b07e64f2b8a81fa5faf9285a'
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,97 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [24.2.3] - 2026-09-09
34
+
35
+ - TAG: [v24.2.3][24.2.3t]
36
+ - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
+ - 42.86% documented
39
+
40
+ ### Added
41
+
42
+ - kettle-jem-template-20260720-005 - README Support & Community links now
43
+ include RubyForum.
44
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
45
+ configuration and documentation dependencies so documentation issues fail
46
+ before generated docs are refreshed.
47
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
48
+ RSpec helpers provided by `kettle-test`.
49
+
50
+ ### Changed
51
+
52
+ - kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
53
+ files, reducing package noise for downstream packagers.
54
+ - kettle-jem-template-20260720-002 - Development Gemfiles now use the released
55
+ `tree_sitter_language_pack` gem 1.13.3 or newer by default.
56
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
57
+ cover `version.rb` without redefining constants, or are removed when version
58
+ specs are not managed for the project.
59
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
60
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
61
+ installing the main Gemfile bundle.
62
+
63
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
64
+ use ClickGems instead of BestGems.
65
+
66
+ - The umbrella RuboCop configuration now requires the standard profile release that enables rubocop-lts-ruby API availability checks.
67
+
68
+ - [kc] kettle-jem/prepare: updated 28 project files:
69
+ - configuration (1)
70
+ - dependencies (27)
71
+
72
+ - [kc] kettle-jem/template: updated 39 project files:
73
+ - code and tests (3)
74
+ - configuration (1)
75
+ - dependencies (6)
76
+ - documentation (2)
77
+ - other (8)
78
+ - workflows (19)
79
+
80
+ ### Fixed
81
+
82
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
83
+ uses the installed `smorg-rb` driver command.
84
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
85
+ with `feature/release` now run JRuby and TruffleRuby workflows.
86
+ - kettle-jem-template-20260726-002 - Generated version files now document their
87
+ version namespace and constants, reducing warning-only YARD lint output.
88
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
89
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
90
+ coverage thresholds still pass.
91
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
92
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
93
+ installs are not reported as project lint debt.
94
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
95
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
96
+ before the test suite starts.
97
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
98
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
99
+ lockfile parser failures on Git and path dependencies.
100
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
101
+ missing canonical version spec when a project only has shim namespace version
102
+ specs.
103
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
104
+ relative to the gemspec directory, so release package contents stay correct
105
+ even when the gemspec is loaded from another working directory.
106
+
107
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
108
+ managed configuration block bindings structurally, preventing mixed block
109
+ parameter names from producing invalid configuration after a merge.
110
+ - kettle-jem-template-20260801-003 - Generated project metadata and
111
+ documentation now normalize configured underscore hostnames to valid
112
+ hyphenated hostnames.
113
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
114
+ use GitHub's stable organization avatar endpoint instead of assuming a
115
+ matching Galtzo-hosted asset exists.
116
+
117
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
118
+ preserving comments and trailing commas during template updates.
119
+
120
+ - Fix README reference definitions and local navigation links so release validation succeeds.
121
+
122
+ - Run CI on branch-stack release targets.
123
+
33
124
  ## [24.2.2] - 2026-07-03
34
125
 
35
126
  - TAG: [v24.2.2][24.2.2t]
@@ -122,7 +213,9 @@ Please file a bug if you notice a violation of semantic versioning.
122
213
 
123
214
  - Initial even release supporting Ruby >= 3.2
124
215
 
125
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.2...HEAD
216
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.3...HEAD
217
+ [24.2.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.2...v24.2.3
218
+ [24.2.3t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v24.2.3
126
219
  [24.2.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.0...v24.2.2
127
220
  [24.2.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v24.2.2
128
221
  [24.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.1.0...v24.2.0
data/LICENSE.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This project is made available under the following license.
4
4
  Choose the option that best fits your use case:
5
5
 
6
- - [MIT](MIT.md)
6
+ - [MIT](https://github.com/rubocop-lts/rubocop-lts/blob/main/MIT.md)
7
7
 
8
8
  ## Copyright Notice
9
9
 
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- <a href="https://github.com/rubocop-lts"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-128px.svg" width="14%" align="right"/></a>
1
+ <a href="https://github.com/rubocop-lts"><img alt="rubocop-lts Logo by GitHub" src="https://github.com/rubocop-lts.png?size=192" width="14%" align="right"/></a>
2
2
 
3
3
  # 🦾 Rubocop::Lts
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![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 Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-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 Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![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 Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-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 Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
7
- `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the [discord notification][✉️discord-invite].
7
+ `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
9
9
  ---
10
10
 
@@ -96,11 +96,11 @@ This README has two jobs:
96
96
  2. Index the `rubocop-lts` branch stack so you can jump to the release line
97
97
  matching the oldest Ruby you still support.
98
98
 
99
- * 🌳 [This Branch](#this-branch-)
100
- * 🧭 [Branch Stack](#branch-stack-)
101
- * 👩‍💻 [Project Health](#project-health-)
102
- * ✨ [Installation](#installation-)
103
- * 🔧 [Usage](#basic-usage-)
99
+ * 🌳 [This Branch](#this-branch)
100
+ * 🧭 [Branch Stack](#branch-stack)
101
+ * 👩‍💻 [Project Health](#project-health)
102
+ * ✨ [Installation](#installation)
103
+ * 🔧 [Usage](#basic-usage)
104
104
 
105
105
  ### This Branch 🌳
106
106
 
@@ -122,6 +122,7 @@ This gem configures many gems for you:
122
122
  - standard-performance (incl. rubocop-performance)
123
123
  - standard-custom
124
124
  - standard-rubocop-lts (ruby version-specific rules)
125
+ - rubocop-lts-ruby (Ruby core and standard library API availability checks)
125
126
 
126
127
  And optionally, if you are using RSpec:
127
128
 
@@ -452,7 +453,6 @@ that matches your Ruby floor.
452
453
  [climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
453
454
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
454
455
  [conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
455
- [contributing]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CONTRIBUTING.md
456
456
  [devto]: https://dev.to/galtzo
457
457
  [documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
458
458
  [followme]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
@@ -460,7 +460,6 @@ that matches your Ruby floor.
460
460
  [gh_sponsors]: https://github.com/sponsors/pboling
461
461
  [issues]: https://github.com/rubocop-lts/rubocop-lts/issues
462
462
  [liberapay_donate]: https://liberapay.com/pboling/donate
463
- [license]: LICENSE.txt
464
463
  [license-ref]: https://opensource.org/licenses/MIT
465
464
  [license-img]: https://img.shields.io/badge/License-MIT-green.svg
466
465
  [peterboling]: http://www.peterboling.com
@@ -480,8 +479,8 @@ that matches your Ruby floor.
480
479
  | 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 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
481
480
  | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
482
481
  | 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]|
483
- | 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] |
484
- | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
482
+ | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![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] |
483
+ | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
485
484
  | 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] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
486
485
  | Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
487
486
  | 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] |
@@ -490,7 +489,7 @@ that matches your Ruby floor.
490
489
 
491
490
  ### Compatibility
492
491
 
493
- Compatible with MRI Ruby 3.2+, and concordant releases of JRuby, and TruffleRuby.
492
+ Compatible with MRI Ruby 3.2+, JRuby, and TruffleRuby.
494
493
  CI workflows and Appraisals are generated for MRI Ruby 3.2+.
495
494
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
496
495
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -503,15 +502,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
503
502
  <details markdown="1">
504
503
  <summary>How kettle-dev manages complexity in tests</summary>
505
504
 
506
- | Gem | Source | Role | Daily download rank |
505
+ | Gem | Source | Role | Total downloads |
507
506
  |-----|--------|------|---------------------|
508
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
509
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
510
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
511
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
512
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
513
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
514
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
507
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
508
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
509
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
510
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
511
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
512
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
513
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
515
514
 
516
515
  </details>
517
516
 
@@ -520,18 +519,17 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
520
519
  <details markdown="1">
521
520
  <summary>Find this repo on federated forges (Coming soon!)</summary>
522
521
 
523
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
524
- |-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
525
- | 🧪 [rubocop-lts/rubocop-lts on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
526
- | 🧊 [rubocop-lts/rubocop-lts on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
527
- | 🐙 [rubocop-lts/rubocop-lts on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
528
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
522
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
523
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
524
+ | 🧪 [rubocop-lts/rubocop-lts on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
525
+ | 🧊 [rubocop-lts/rubocop-lts on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
526
+ | 🐙 [rubocop-lts/rubocop-lts on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
529
527
 
530
528
  </details>
531
529
 
532
- [gh-discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
530
+ ### Enterprise Support
533
531
 
534
- ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/rubocop-lts)](https://tidelift.com/subscription/pkg/rubygems-rubocop-lts?utm_source=rubygems-rubocop-lts&utm_medium=referral&utm_campaign=readme)
532
+ [![Tidelift](https://tidelift.com/badges/package/rubygems/rubocop-lts)](https://tidelift.com/subscription/pkg/rubygems-rubocop-lts?utm_source=rubygems-rubocop-lts&utm_medium=referral&utm_campaign=readme)
535
533
 
536
534
  Available as part of the Tidelift Subscription.
537
535
 
@@ -548,6 +546,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
548
546
 
549
547
  Alternatively:
550
548
 
549
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
551
550
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
552
551
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
553
552
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -644,8 +643,7 @@ See [SECURITY.md][🔐security].
644
643
  ## 🤝 Contributing
645
644
 
646
645
  If you need some ideas of where to help, you could work on adding more code coverage,
647
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
648
- or use the gem and think about how it could be better.
646
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
649
647
 
650
648
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
651
649
 
@@ -681,19 +679,6 @@ Made with [contributors-img][🖐contrib-rocks].
681
679
 
682
680
  Also see GitLab Contributors: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🚎contributors-gl]
683
681
 
684
- <details markdown="1">
685
- <summary>⭐️ Star History</summary>
686
-
687
- <a href="https://star-history.com/rubocop-lts/rubocop-lts&Date">
688
- <picture>
689
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date&theme=dark" />
690
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date" />
691
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=rubocop-lts/rubocop-lts&type=Date" />
692
- </picture>
693
- </a>
694
-
695
- </details>
696
-
697
682
  ## 📌 Versioning
698
683
 
699
684
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -723,7 +708,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
723
708
  ## 📄 License
724
709
 
725
710
  The gem is available as open source under the terms of
726
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
711
+ the [MIT](https://github.com/rubocop-lts/rubocop-lts/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
727
712
 
728
713
  ### © Copyright
729
714
 
@@ -745,11 +730,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
745
730
  so if you value the work I am doing, I need your support.
746
731
  Please consider sponsoring me or the project.
747
732
 
748
- To join the community or get help 👇️ Join the Discord.
733
+ To join the community or get help, use the RubyForum or Discord.
749
734
 
735
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
750
736
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
751
737
 
752
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
738
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
753
739
 
754
740
  [![Sponsor rubocop-lts/rubocop-lts on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
755
741
 
@@ -759,9 +745,7 @@ Many parts of this project are actively managed by a [kettle-jem](https://github
759
745
 
760
746
  Thanks for RTFM. ☺️
761
747
 
762
- [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
763
748
  [⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
764
- [⛳liberapay]: https://liberapay.com/pboling/donate
765
749
  [🖇osc-all-img]: https://img.shields.io/opencollective/all/rubocop-lts
766
750
  [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts
767
751
  [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/rubocop-lts
@@ -773,9 +757,7 @@ Thanks for RTFM. ☺️
773
757
  [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts?style=for-the-badge
774
758
  [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/rubocop-lts?style=for-the-badge
775
759
  [🖇osc]: https://opencollective.com/rubocop-lts
776
- [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
777
760
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
778
- [🖇sponsor]: https://github.com/sponsors/pboling
779
761
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
780
762
  [🖇kofi]: https://ko-fi.com/pboling
781
763
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
@@ -790,11 +772,14 @@ Thanks for RTFM. ☺️
790
772
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
791
773
  [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
792
774
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
775
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
776
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
777
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/rubocop-lts
793
778
 
794
779
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
795
780
  [⛳️gem-namespace]: https://github.com/rubocop-lts/rubocop-lts
796
781
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Rubocop::Lts-3C2D2D.svg?style=square&logo=ruby&logoColor=white
797
- [⛳️gem-name]: https://bestgems.org/gems/rubocop-lts
782
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
798
783
  [⛳️name-img]: https://img.shields.io/badge/name-rubocop--lts-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
799
784
  [⛳️tag-img]: https://img.shields.io/github/tag/rubocop-lts/rubocop-lts.svg
800
785
  [⛳️tag]: https://github.com/rubocop-lts/rubocop-lts/releases
@@ -835,7 +820,7 @@ Thanks for RTFM. ☺️
835
820
  [📜src-gl]: https://gitlab.com/rubocop-lts/rubocop-lts
836
821
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
837
822
  [📜src-cb]: https://codeberg.org/rubocop-lts/rubocop-lts
838
- [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
823
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
839
824
  [📜src-gh]: https://github.com/rubocop-lts/rubocop-lts
840
825
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
841
826
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
@@ -843,9 +828,9 @@ Thanks for RTFM. ☺️
843
828
  [📜gh-wiki]: https://github.com/rubocop-lts/rubocop-lts/wiki
844
829
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
845
830
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
846
- [👽dl-rank]: https://bestgems.org/gems/rubocop-lts
847
- [👽dl-ranki]: https://img.shields.io/gem/rd/rubocop-lts.svg
848
- [👽version]: https://bestgems.org/gems/rubocop-lts
831
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
832
+ [👽dl-ranki]: https://img.shields.io/gem/dt/rubocop-lts.svg
833
+ [👽version]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
849
834
  [👽versioni]: https://img.shields.io/gem/v/rubocop-lts.svg
850
835
  [🏀qlty-mnt]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts
851
836
  [🏀qlty-mnti]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts/maintainability.svg
@@ -926,7 +911,7 @@ Thanks for RTFM. ☺️
926
911
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
927
912
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
928
913
  [📄license]: LICENSE.md
929
- [📄license-ref]: MIT.md
914
+ [📄license-ref]: https://github.com/rubocop-lts/rubocop-lts/blob/main/MIT.md
930
915
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
931
916
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
932
917
  [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "24.2.2"
7
+ # Current gem version.
8
+ VERSION = "24.2.3"
7
9
  end
10
+ # Current gem version exposed at the traditional constant location.
8
11
  VERSION = Version::VERSION # Traditional Constant Location
9
12
  end
10
13
  end
data/lib/rubocop/lts.rb CHANGED
@@ -3,7 +3,6 @@
3
3
  # external libs
4
4
  require "version_gem"
5
5
  require "rubocop/ruby3_2"
6
-
7
6
  require_relative "lts/version"
8
7
 
9
8
  module Rubocop
data/sig/rubocop/lts.rbs CHANGED
@@ -2,6 +2,8 @@ module Rubocop
2
2
  module Lts
3
3
  module Version
4
4
  # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ VERSION: String
5
6
  end
7
+ VERSION: String
6
8
  end
7
9
  end
data.tar.gz.sig CHANGED
Binary file