rubocop-lts 10.3.2 → 10.3.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: 3388225c0d052e29320a3b61463c454dd783a83b7ae639fb8624bb015426197e
4
- data.tar.gz: 216bf050956fd8ca670379ceb3059c33fc487534d23a0e8b04979bb930db4ec9
3
+ metadata.gz: 8e5d44e29ead7eb178a40070a87b3c5199bfce2ee3f2850956cd6c5febc83aab
4
+ data.tar.gz: 4943a87a9f0e2d86f76dd951b039b960fb2d549497f2560165cdaa45915f38e5
5
5
  SHA512:
6
- metadata.gz: af44500a0989cc97a3000497545520fd142a23de93548fa491b903aebcc27d523fc071c644061ecd8bbfb47b607b70fa083d2287aa6554957a1a4a214d565171
7
- data.tar.gz: 5a9e2b29c044f9bf4f486040d721ac1f2774c2afcaf65608e914aca3df78a4f664f5e8445ebdb4a7936f2e05715ebc7f568c20d5211d4e51a315bfb3d9eef264
6
+ metadata.gz: a92c66b0b5102b13be95d3dfe2568d250acf567f25172fe5c6df74cbd30763f08d1aaaad6985cfb8957d5bb74f51a2041cf04ba94ed769ed67f018d646453e8f
7
+ data.tar.gz: 338e90a93ec2ecaf087f8ec06f589dbce6998d105f5546ff1d2f1cb0309c053ee3a0c274f88e9ca22a8a244668fd1847b45408b41d9d42190d7839a9db98a47e
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,95 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [10.3.3] - 2026-09-09
34
+
35
+ - TAG: [v10.3.3][10.3.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
+ - [kc] kettle-jem/prepare: updated 28 project files:
67
+ - configuration (1)
68
+ - dependencies (27)
69
+
70
+ - [kc] kettle-jem/template: updated 48 project files:
71
+ - code and tests (3)
72
+ - configuration (1)
73
+ - dependencies (6)
74
+ - documentation (2)
75
+ - other (17)
76
+ - workflows (19)
77
+
78
+ ### Fixed
79
+
80
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
81
+ uses the installed `smorg-rb` driver command.
82
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
83
+ with `feature/release` now run JRuby and TruffleRuby workflows.
84
+ - kettle-jem-template-20260726-002 - Generated version files now document their
85
+ version namespace and constants, reducing warning-only YARD lint output.
86
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
87
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
88
+ coverage thresholds still pass.
89
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
90
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
91
+ installs are not reported as project lint debt.
92
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
93
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
94
+ before the test suite starts.
95
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
96
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
97
+ lockfile parser failures on Git and path dependencies.
98
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
99
+ missing canonical version spec when a project only has shim namespace version
100
+ specs.
101
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
102
+ relative to the gemspec directory, so release package contents stay correct
103
+ even when the gemspec is loaded from another working directory.
104
+
105
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
106
+ managed configuration block bindings structurally, preventing mixed block
107
+ parameter names from producing invalid configuration after a merge.
108
+ - kettle-jem-template-20260801-003 - Generated project metadata and
109
+ documentation now normalize configured underscore hostnames to valid
110
+ hyphenated hostnames.
111
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
112
+ use GitHub's stable organization avatar endpoint instead of assuming a
113
+ matching Galtzo-hosted asset exists.
114
+
115
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
116
+ preserving comments and trailing commas during template updates.
117
+
118
+ - Fix README reference definitions and local navigation links so release validation succeeds.
119
+
120
+ - Run CI on branch-stack release targets.
121
+
33
122
  ## [10.3.2] - 2026-07-03
34
123
 
35
124
  - TAG: [v10.3.2][10.3.2t]
@@ -124,7 +213,9 @@ Please file a bug if you notice a violation of semantic versioning.
124
213
 
125
214
  - Initial even release supporting Ruby >= 2.3
126
215
 
127
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.3.2...HEAD
216
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.3.3...HEAD
217
+ [10.3.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.3.2...v10.3.3
218
+ [10.3.3t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v10.3.3
128
219
  [10.3.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.3.1...v10.3.2
129
220
  [10.3.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v10.3.2
130
221
  [10.3.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.3.0...v10.3.1
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
 
@@ -452,7 +452,6 @@ that matches your Ruby floor.
452
452
  [climate_maintainability]: https://codeclimate.com/github/rubocop-lts/rubocop-lts/maintainability
453
453
  [copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
454
454
  [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
455
  [devto]: https://dev.to/galtzo
457
456
  [documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
458
457
  [followme]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
@@ -460,7 +459,6 @@ that matches your Ruby floor.
460
459
  [gh_sponsors]: https://github.com/sponsors/pboling
461
460
  [issues]: https://github.com/rubocop-lts/rubocop-lts/issues
462
461
  [liberapay_donate]: https://liberapay.com/pboling/donate
463
- [license]: LICENSE.txt
464
462
  [license-ref]: https://opensource.org/licenses/MIT
465
463
  [license-img]: https://img.shields.io/badge/License-MIT-green.svg
466
464
  [peterboling]: http://www.peterboling.com
@@ -480,8 +478,8 @@ that matches your Ruby floor.
480
478
  | 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
479
  | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
482
480
  | 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] |
481
+ | 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] |
482
+ | 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
483
  | 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
484
  | 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
485
  | 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 +488,7 @@ that matches your Ruby floor.
490
488
 
491
489
  ### Compatibility
492
490
 
493
- Compatible with MRI Ruby 3.2+, and concordant releases of JRuby, and TruffleRuby.
491
+ Compatible with MRI Ruby 3.2+, JRuby, and TruffleRuby.
494
492
  CI workflows and Appraisals are generated for MRI Ruby 3.2+.
495
493
  This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
496
494
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
@@ -503,15 +501,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
503
501
  <details markdown="1">
504
502
  <summary>How kettle-dev manages complexity in tests</summary>
505
503
 
506
- | Gem | Source | Role | Daily download rank |
504
+ | Gem | Source | Role | Total downloads |
507
505
  |-----|--------|------|---------------------|
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) |
506
+ | [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) |
507
+ | [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) |
508
+ | [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) |
509
+ | [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) |
510
+ | [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) |
511
+ | [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) |
512
+ | [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
513
 
516
514
  </details>
517
515
 
@@ -520,18 +518,17 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
520
518
  <details markdown="1">
521
519
  <summary>Find this repo on federated forges (Coming soon!)</summary>
522
520
 
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] |
521
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
522
+ |-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
523
+ | 🧪 [rubocop-lts/rubocop-lts on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
524
+ | 🧊 [rubocop-lts/rubocop-lts on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
525
+ | 🐙 [rubocop-lts/rubocop-lts on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
529
526
 
530
527
  </details>
531
528
 
532
- [gh-discussions]: https://github.com/rubocop-lts/rubocop-lts/discussions
529
+ ### Enterprise Support
533
530
 
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)
531
+ [![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
532
 
536
533
  Available as part of the Tidelift Subscription.
537
534
 
@@ -548,6 +545,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
548
545
 
549
546
  Alternatively:
550
547
 
548
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
551
549
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
552
550
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
553
551
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -644,8 +642,7 @@ See [SECURITY.md][🔐security].
644
642
  ## 🤝 Contributing
645
643
 
646
644
  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.
645
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
649
646
 
650
647
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
651
648
 
@@ -681,19 +678,6 @@ Made with [contributors-img][🖐contrib-rocks].
681
678
 
682
679
  Also see GitLab Contributors: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🚎contributors-gl]
683
680
 
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
681
  ## 📌 Versioning
698
682
 
699
683
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -723,7 +707,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
723
707
  ## 📄 License
724
708
 
725
709
  The gem is available as open source under the terms of
726
- the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
710
+ the [MIT](https://github.com/rubocop-lts/rubocop-lts/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
727
711
 
728
712
  ### © Copyright
729
713
 
@@ -745,11 +729,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
745
729
  so if you value the work I am doing, I need your support.
746
730
  Please consider sponsoring me or the project.
747
731
 
748
- To join the community or get help 👇️ Join the Discord.
732
+ To join the community or get help, use the RubyForum or Discord.
749
733
 
734
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
750
735
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
751
736
 
752
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
737
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
753
738
 
754
739
  [![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
740
 
@@ -759,9 +744,7 @@ Many parts of this project are actively managed by a [kettle-jem](https://github
759
744
 
760
745
  Thanks for RTFM. ☺️
761
746
 
762
- [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
763
747
  [⛳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
748
  [🖇osc-all-img]: https://img.shields.io/opencollective/all/rubocop-lts
766
749
  [🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts
767
750
  [🖇osc-backers-img]: https://img.shields.io/opencollective/backers/rubocop-lts
@@ -773,9 +756,7 @@ Thanks for RTFM. ☺️
773
756
  [🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/rubocop-lts?style=for-the-badge
774
757
  [🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/rubocop-lts?style=for-the-badge
775
758
  [🖇osc]: https://opencollective.com/rubocop-lts
776
- [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
777
759
  [🖇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
760
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
780
761
  [🖇kofi]: https://ko-fi.com/pboling
781
762
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
@@ -790,11 +771,14 @@ Thanks for RTFM. ☺️
790
771
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
791
772
  [✉️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
773
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
774
+ [✉️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
775
+ [✉️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
776
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/rubocop-lts
793
777
 
794
778
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
795
779
  [⛳️gem-namespace]: https://github.com/rubocop-lts/rubocop-lts
796
780
  [⛳️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
781
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
798
782
  [⛳️name-img]: https://img.shields.io/badge/name-rubocop--lts-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
799
783
  [⛳️tag-img]: https://img.shields.io/github/tag/rubocop-lts/rubocop-lts.svg
800
784
  [⛳️tag]: https://github.com/rubocop-lts/rubocop-lts/releases
@@ -835,7 +819,7 @@ Thanks for RTFM. ☺️
835
819
  [📜src-gl]: https://gitlab.com/rubocop-lts/rubocop-lts
836
820
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
837
821
  [📜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
822
+ [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
839
823
  [📜src-gh]: https://github.com/rubocop-lts/rubocop-lts
840
824
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
841
825
  [📜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 +827,9 @@ Thanks for RTFM. ☺️
843
827
  [📜gh-wiki]: https://github.com/rubocop-lts/rubocop-lts/wiki
844
828
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
845
829
  [📜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
830
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
831
+ [👽dl-ranki]: https://img.shields.io/gem/dt/rubocop-lts.svg
832
+ [👽version]: https://clickgems.clickhouse.com/dashboard/rubocop-lts
849
833
  [👽versioni]: https://img.shields.io/gem/v/rubocop-lts.svg
850
834
  [🏀qlty-mnt]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts
851
835
  [🏀qlty-mnti]: https://qlty.sh/gh/rubocop-lts/projects/rubocop-lts/maintainability.svg
@@ -926,7 +910,7 @@ Thanks for RTFM. ☺️
926
910
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
927
911
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
928
912
  [📄license]: LICENSE.md
929
- [📄license-ref]: MIT.md
913
+ [📄license-ref]: https://github.com/rubocop-lts/rubocop-lts/blob/main/MIT.md
930
914
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
931
915
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
932
916
  [📄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 = "10.3.2"
7
+ # Current gem version.
8
+ VERSION = "10.3.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/ruby2_3"
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