standard-rubocop-lts 2.0.0 → 2.0.2

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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/CHANGELOG.md +1 -1
  4. data/CODE_OF_CONDUCT.md +0 -0
  5. data/CONTRIBUTING.md +13 -6
  6. data/LICENSE.txt +0 -0
  7. data/README.md +119 -71
  8. data/SECURITY.md +13 -5
  9. data/config/base.yml +1 -2
  10. data/config/internal/base.yml +0 -0
  11. data/config/internal/ruby-1.8.yml +0 -0
  12. data/config/internal/ruby-1.9.yml +9 -3
  13. data/config/internal/ruby-2.0.yml +0 -0
  14. data/config/internal/ruby-2.1.yml +0 -0
  15. data/config/internal/ruby-2.2.yml +0 -0
  16. data/config/internal/ruby-2.3.yml +0 -0
  17. data/config/internal/ruby-2.4.yml +0 -0
  18. data/config/internal/ruby-2.5.yml +0 -0
  19. data/config/internal/ruby-2.6.yml +0 -0
  20. data/config/internal/ruby-2.7.yml +0 -0
  21. data/config/internal/ruby-3.0.yml +0 -0
  22. data/config/internal/ruby-3.1.yml +0 -0
  23. data/config/internal/ruby-3.2.yml +0 -0
  24. data/config/internal/ruby-3.3.yml +0 -0
  25. data/config/internal/ruby-3.4.yml +0 -0
  26. data/config/internal/ruby-3.5.yml +0 -0
  27. data/config/ruby-1.8.yml +0 -0
  28. data/config/ruby-1.9.yml +0 -0
  29. data/config/ruby-2.0.yml +0 -0
  30. data/config/ruby-2.1.yml +0 -0
  31. data/config/ruby-2.2.yml +0 -0
  32. data/config/ruby-2.3.yml +0 -0
  33. data/config/ruby-2.4.yml +0 -0
  34. data/config/ruby-2.5.yml +0 -0
  35. data/config/ruby-2.6.yml +0 -0
  36. data/config/ruby-2.7.yml +0 -1
  37. data/config/ruby-3.0.yml +0 -1
  38. data/config/ruby-3.1.yml +0 -1
  39. data/config/ruby-3.2.yml +0 -1
  40. data/config/ruby-3.3.yml +0 -1
  41. data/config/ruby-3.4.yml +0 -1
  42. data/config/ruby-3.5.yml +0 -1
  43. data/lib/standard/rubocop/lts/cops.rb +0 -0
  44. data/lib/standard/rubocop/lts/version.rb +1 -1
  45. data/lib/standard/rubocop/lts.rb +0 -0
  46. data/lib/standard-rubocop-lts.rb +0 -0
  47. data/sig/standard/rubocop/lts.rbs +0 -0
  48. data.tar.gz.sig +0 -0
  49. metadata +43 -56
  50. metadata.gz.sig +0 -0
  51. data/config/internal/bin-bundle.yml +0 -37
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d8601220df3c12f8ed7239217f55778040cd154b9ce73e82c6802049a228adb
4
- data.tar.gz: 14d369b18d0e594d92bc1b07b7777801986d0ba6825fcfd3388e630f1fcea953
3
+ metadata.gz: 0effda7a1ccf7e8023afc488b243e68aec0525372add8cb2ea6e0c7db3c98552
4
+ data.tar.gz: 296d6f94e2d0aad7cb2262d119f522be59737b482ea5803af5dd624a72e02ec6
5
5
  SHA512:
6
- metadata.gz: 93ef72492c9ec0fa40c9e5f8802cdd67e4e9d00f4ce864cf5d30bb1fcc09a29afb013a4f288ac71e6a54167a417380cd2acabd198b13cae6d19ab8ed8656876b
7
- data.tar.gz: 4c2c9fb5e688ad18e6c8fb72f12db64f1f044126ade07a8ab16e0198d98b685ab317bcb85f5ef86649827e2daf9170d817c907dc0cb2bc5eeb47fdb3a3da5e45
6
+ metadata.gz: '09d085b09e0adfd6010f94bf80c15e01ce5a76c6b297c13ff495f5bf8e9fe61bd4e03b6061325440f15a2251bcc7109684081b70b3702f4678328bb1e7ca6af8'
7
+ data.tar.gz: 3b73a8a3fae94c42a2ba1de447e0a9f906dad185c016f4292c3bb06f57d5194599ab35b1414710e7fdd3262bbeee8dd35a667fade3a9147b9adbccef1d3a493e
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
  ### Changed
10
10
  ### Fixed
11
11
  ### Removed
12
+ - rubocop-shopify as a transitive dependency (removed from all rubocop-rubyN_N gems)
12
13
 
13
14
  ## [2.0.0] 2025-04-17
14
15
  - COVERAGE: 100.00% -- 18/18 lines in 4 files
@@ -42,7 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
43
  - Allows other libraries to make those decisions:
43
44
  - rubocop-lts
44
45
  - rubocop-ruby*_*
45
- - rubocop-shopify
46
46
  - standard
47
47
  - rspec-block_is_expected promoted to runtime dependency
48
48
  - was an undeclared dependency of rubocop-ruby*_* gems,
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/CONTRIBUTING.md CHANGED
@@ -11,6 +11,8 @@ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you m
11
11
 
12
12
  ## You can help!
13
13
 
14
+ Take a look at the `reek` list which is the file called `REEK` and find something to improve.
15
+
14
16
  Simply follow these instructions:
15
17
 
16
18
  1. Fork the repository
@@ -67,11 +69,14 @@ Also see GitLab Contributors: [https://gitlab.com/rubocop-lts/standard-rubocop-l
67
69
 
68
70
  ### One-time, Per-maintainer, Setup
69
71
 
70
- **IMPORTANT**: Your public key for signing gems will need to be picked up by the line in the
71
- `gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there),
72
- in order to sign the new release.
72
+ **IMPORTANT**: If you want to sign the build you create,
73
+ your public key for signing gems will need to be picked up by the line in the
74
+ `gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
75
+ All releases to RubyGems.org will be signed.
73
76
  See: [RubyGems Security Guide][🔒️rubygems-security-guide]
74
77
 
78
+ NOTE: To build without signing the gem you must set `SKIP_GEM_SIGNING` to some value in your environment.
79
+
75
80
  ### To release a new version:
76
81
 
77
82
  1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
@@ -87,10 +92,11 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
87
92
  - Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
88
93
  - If the echo above has no output, then it didn't work.
89
94
  - Note that you'll need the `zsh/datetime` module, if running `zsh`.
90
- - In `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
95
+ - In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
91
96
  10. Run `bundle exec rake build`
92
- 11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr] and [2][🔒️rubygems-guides-pr])
93
- to create SHA-256 and SHA-512 checksums
97
+ 11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
98
+ to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
99
+ [gem][💎stone_checksums].
94
100
  - Checksums will be committed automatically by the script, but not pushed
95
101
  12. Run `bundle exec rake release` which will create a git tag for the version,
96
102
  push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
@@ -106,5 +112,6 @@ See: [RubyGems Security Guide][🔒️rubygems-security-guide]
106
112
  [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
107
113
  [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
108
114
  [🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
115
+ [💎stone_checksums]: https://github.com/pboling/stone_checksums
109
116
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
110
117
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  </a>
17
17
  </p>
18
18
 
19
- # 🦾 Standard::Rubocop::Lts
19
+ # 🦾 Standard::Rubocop::Lts [![Ruby Code Style](https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?style=for-the-badge&logo=ruby&logoColor=white)](https://github.com/rubocop-lts/rubocop-lts)
20
20
 
21
21
  [![Version][👽versioni]][👽version]
22
22
  [![License: MIT][📄license-img]][📄license-ref]
@@ -57,7 +57,7 @@ Only reach as far back as you need to go!
57
57
 
58
58
  ---
59
59
 
60
- The **RuboCop LTS** family of gems is the distillation of more than 20 years
60
+ The **RuboCop LTS** family of gems is the distillation of 20+ years
61
61
  of my own Ruby expertise and source code diving,
62
62
  built on the shoulders of the expertise of many others;
63
63
  organizing that expertise into per-Ruby-version sets of configurations.
@@ -69,63 +69,29 @@ in a project that supports EOL Rubies.
69
69
  I hope it helps others avoid some of the challenges I've had with library maintenance,
70
70
  and supporting decade-old mission-critical applications.
71
71
 
72
- Avoid bike-shedding, use `rubocop-lts` in every project, and
72
+ Avoid bike-shedding, use [`rubocop-lts`][rlts] in every project, and
73
73
  let it manage your linting complexity!
74
74
 
75
- If the `rubocop-lts` stack of libraries has helped you, or your organization,
75
+ If the [`rubocop-lts`][rlts] stack of libraries has helped you, or your organization,
76
76
  please support my efforts by making a donation, or becoming a sponsor.
77
77
 
78
78
  [Why-Build-This]: https://rubocop-lts.gitlab.io/about/#why-build-this-
79
79
 
80
- ---
81
-
82
- NOTE: You might be interested in [`rubocop-lts`][rlts] which sits as a higher level than, and depends on, this gem.
83
- It will enable your Ruby style rules to keep pace with whatever version of Ruby your project happens to be on!
84
-
85
- | Gem Name | Version | Downloads | Activity |
86
- |------------------------------------|-------------------------------------|----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
87
- | [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
88
- | [`standard-rubocop-lts`][⛳️ini-gh] | [![Gem Version][⛳️ini-vi]][⛳️ini-g] | [![Total DL][🖇️ini-dti]][⛳️ini-g] [![DL Rank][🏘️ini-rti]][⛳️ini-g] | [![Open Issues][📗ini-ioi]][📗ini-io] [![Closed Issues][🚀ini-ici]][🚀ini-ic] [![Open PRs][💄ini-poi]][💄ini-po] [![Closed PRs][👽ini-pci]][👽ini-pc] |
89
-
90
- [⛳️lts-vi]: http://img.shields.io/gem/v/rubocop-lts.svg
91
- [🖇️lts-dti]: https://img.shields.io/gem/dt/rubocop-lts.svg
92
- [🏘️lts-rti]: https://img.shields.io/gem/rt/rubocop-lts.svg
93
- [📗lts-io]: https://github.com/rubocop-lts/rubocop-lts/issues
94
- [📗lts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts
95
- [🚀lts-ic]: https://github.com/rubocop-lts/rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
96
- [🚀lts-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-lts
97
- [💄lts-po]: https://github.com/rubocop-lts/rubocop-lts/pulls
98
- [💄lts-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-lts
99
- [👽lts-pc]: https://github.com/rubocop-lts/rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
100
- [👽lts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts
101
- [⛳️lts-g]: https://rubygems.org/gems/rubocop-lts
102
- [⛳️lts-gh]: https://github.com/rubocop-lts/rubocop-lts
103
-
104
- [⛳️ini-vi]: http://img.shields.io/gem/v/standard-rubocop-lts.svg
105
- [🖇️ini-dti]: https://img.shields.io/gem/dt/standard-rubocop-lts.svg
106
- [🏘️ini-rti]: https://img.shields.io/gem/rt/standard-rubocop-lts.svg
107
- [🚎ini-cwf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml
108
- [🚎ini-cwfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml/badge.svg
109
- [🖐ini-hwf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/heads.yml
110
- [🖐ini-hwfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/heads.yml/badge.svg
111
- [📗ini-io]: https://github.com/rubocop-lts/standard-rubocop-lts/issues
112
- [📗ini-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/standard-rubocop-lts
113
- [🚀ini-ic]: https://github.com/rubocop-lts/standard-rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
114
- [🚀ini-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/standard-rubocop-lts
115
- [💄ini-po]: https://github.com/rubocop-lts/standard-rubocop-lts/pulls
116
- [💄ini-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/standard-rubocop-lts
117
- [👽ini-pc]: https://github.com/rubocop-lts/standard-rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
118
- [👽ini-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/standard-rubocop-lts
119
- [⛳️ini-g]: https://rubygems.org/gems/standard-rubocop-lts
120
- [⛳️ini-gh]: https://github.com/rubocop-lts/standard-rubocop-lts
121
-
122
80
  ### 👪 A Gem Family
123
81
 
124
82
  The `rubocop-lts` family of gems has a version supporting any version of Ruby you need.
125
83
  They can be used as development dependencies for libraries or applications.
126
84
 
127
- - [`rubocop-lts`][rlts]
128
- - [`rubocop-lts-rspec`][rlts-rspec]
85
+ Only two of them sit at the top level, and this gem is **not** one of them.
86
+
87
+ | Gem Name | Version | Downloads | Activity |
88
+ |---------------------------------|-------------------------------------|----------------------------------------------------------------------|-------------------------------------|
89
+ | [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
90
+ | [`rubocop-lts-rspec`][⛳️ini-gh] | [![Gem Version][⛳️ini-vi]][⛳️ini-g] | [![Total DL][🖇️ini-dti]][⛳️ini-g] [![DL Rank][🏘️ini-rti]][⛳️ini-g] | [![Current][🚎ini-cwfi]][🚎ini-cwf] | [![Open Issues][📗ini-ioi]][📗ini-io] [![Closed Issues][🚀ini-ici]][🚀ini-ic] [![Open PRs][💄ini-poi]][💄ini-po] [![Closed PRs][👽ini-pci]][👽ini-pc] |
91
+
92
+ <details>
93
+ <summary>Nested Dependencies</summary>
94
+
129
95
  - [`standard-rubocop-lts`][stdrlts]
130
96
  - [`rubocop-ruby1_8`][rr18]
131
97
  - [`rubocop-ruby1_9`][rr19]
@@ -143,6 +109,56 @@ They can be used as development dependencies for libraries or applications.
143
109
  - [`rubocop-ruby3_3`][rr33]
144
110
  - [`rubocop-ruby3_4`][rr34]
145
111
 
112
+ </details>
113
+
114
+ ### Love linting?
115
+
116
+ Add a badge to your project's `README.md`!
117
+
118
+ [![Ruby Code Style](https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?style=for-the-badge&logo=ruby&logoColor=white)](https://github.com/rubocop-lts/rubocop-lts)
119
+
120
+ ```md
121
+ [![Ruby Code Style](https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?style=for-the-badge&logo=ruby&logoColor=white)](https://github.com/rubocop-lts/rubocop-lts)
122
+ ```
123
+
124
+ [![Ruby Code Style](https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?style=plastic&logo=ruby&logoColor=white)](https://github.com/rubocop-lts/rubocop-lts)
125
+
126
+ ```md
127
+ [![Ruby Code Style](https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?style=plastic&logo=ruby&logoColor=white)](https://github.com/rubocop-lts/rubocop-lts)
128
+ ```
129
+
130
+ [⛳️lts-vi]: http://img.shields.io/gem/v/rubocop-lts.svg
131
+ [🖇️lts-dti]: https://img.shields.io/gem/dt/rubocop-lts.svg
132
+ [🏘️lts-rti]: https://img.shields.io/gem/rt/rubocop-lts.svg
133
+ [🚎lts-cwf]: https://github.com/rubocop-lts/rubocop-lts-rspec/actions/workflows/current.yml
134
+ [🚎lts-cwfi]: https://github.com/rubocop-lts/rubocop-lts-rspec/actions/workflows/current.yml/badge.svg
135
+ [📗lts-io]: https://github.com/rubocop-lts/rubocop-lts/issues
136
+ [📗lts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts
137
+ [🚀lts-ic]: https://github.com/rubocop-lts/rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
138
+ [🚀lts-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-lts
139
+ [💄lts-po]: https://github.com/rubocop-lts/rubocop-lts/pulls
140
+ [💄lts-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-lts
141
+ [👽lts-pc]: https://github.com/rubocop-lts/rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
142
+ [👽lts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts
143
+ [⛳️lts-g]: https://rubygems.org/gems/rubocop-lts
144
+ [⛳️lts-gh]: https://github.com/rubocop-lts/rubocop-lts
145
+
146
+ [⛳️ini-vi]: http://img.shields.io/gem/v/rubocop-lts-rspec.svg
147
+ [🖇️ini-dti]: https://img.shields.io/gem/dt/rubocop-lts-rspec.svg
148
+ [🏘️ini-rti]: https://img.shields.io/gem/rt/rubocop-lts-rspec.svg
149
+ [🚎ini-cwf]: https://github.com/rubocop-lts/rubocop-lts-rspec/actions/workflows/current.yml
150
+ [🚎ini-cwfi]: https://github.com/rubocop-lts/rubocop-lts-rspec/actions/workflows/current.yml/badge.svg
151
+ [📗ini-io]: https://github.com/rubocop-lts/rubocop-lts-rspec/issues
152
+ [📗ini-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts-rspec
153
+ [🚀ini-ic]: https://github.com/rubocop-lts/rubocop-lts-rspec/issues?q=is%3Aissue+is%3Aclosed
154
+ [🚀ini-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-lts-rspec
155
+ [💄ini-po]: https://github.com/rubocop-lts/rubocop-lts-rspec/pulls
156
+ [💄ini-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-lts-rspec
157
+ [👽ini-pc]: https://github.com/rubocop-lts/rubocop-lts-rspec/pulls?q=is%3Apr+is%3Aclosed
158
+ [👽ini-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts-rspec
159
+ [⛳️ini-g]: https://rubygems.org/gems/rubocop-lts-rspec
160
+ [⛳️ini-gh]: https://github.com/rubocop-lts/rubocop-lts-rspec
161
+
146
162
  [rlts]: https://rubocop-lts.gitlab.io/#installation-
147
163
  [rlts-rspec]: https://gitlab.com/rubocop-lts/rubocop-lts-rspec
148
164
  [stdrlts]: https://gitlab.com/rubocop-lts/standard-rubocop-lts
@@ -166,23 +182,23 @@ They can be used as development dependencies for libraries or applications.
166
182
 
167
183
  All releases of this gem are stable releases.
168
184
  We do not release new versions for every release of `rubocop`,
169
- as this gem is tied to [standard (Standard Ruby)][standardrb].
170
- A typical release cycle for a gem in the `rubocop-lts` family is roughly every six months,
171
- though eventually analysis support for an old version of Ruby will be dropped.
185
+ as this gem is part of `rubocop-lts`, which is tied to [standard (Standard Ruby)][standardrb].
186
+ Eventually analysis support for an old version of Ruby will no longer be sustainable.
172
187
  When that happens releases of the `rubocop-lts` gem for that version of Ruby will (mostly) cease.
188
+ For now though, in Q2 2025, RuboCop, via RuboCop-LTS, can still be used with code targeting Ruby v1.8.7, and newer.
173
189
 
174
- ## Info you can shake a stick at
190
+ ## 💡 Info you can shake a stick at
175
191
 
176
192
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
177
193
  |--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
178
194
  | Works with MRI Ruby 3.2+ | [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
179
195
  | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
180
196
  | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
181
- | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] |
197
+ | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Enforced Code Style][💎rlts-img]][💎rlts] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
182
198
  | Expert 1:1 Support | [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
183
199
  | Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
184
200
  | Comrade BDFL 🎖️ | [![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 BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
185
- | `...` 💖 | [![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] |
201
+ | `...` 💖 | [![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] |
186
202
 
187
203
  ## ✨ Installation
188
204
 
@@ -200,6 +216,36 @@ If bundler is not being used to manage dependencies, install the gem by executin
200
216
 
201
217
  $ gem install standard-rubocop-lts
202
218
 
219
+ ### 🔒 Secure Installation
220
+
221
+ `standard-rubocop-lts` is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
222
+ [stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
223
+ by following the instructions below.
224
+
225
+ Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
226
+
227
+ ```shell
228
+ gem cert --add <(curl -Ls https://raw.github.com/rubocop-lts/standard-rubocop-lts/main/certs/pboling.pem)
229
+ ```
230
+
231
+ You only need to do that once. Then proceed to install with:
232
+
233
+ ```shell
234
+ gem install standard-rubocop-lts -P MediumSecurity
235
+ ```
236
+
237
+ The `MediumSecurity` trust profile will verify signed gems, but allow the installation of unsigned dependencies.
238
+
239
+ This is necessary because not all of `standard-rubocop-lts`’s dependencies are signed, so we cannot use `HighSecurity`.
240
+
241
+ If you want to up your security game full-time:
242
+
243
+ ```shell
244
+ bundle config set --global trust-policy MediumSecurity
245
+ ```
246
+
247
+ NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
248
+
203
249
  ## 🔧 Basic Usage
204
250
 
205
251
  Add to the top of your project's `.rubocop.yml` configuration file:
@@ -276,7 +322,9 @@ Performance/IoReadlines:
276
322
 
277
323
  ### What about TargetRubyVersion?
278
324
 
279
- **Instead of using this gem, `standard-rubocop-lts`, use `rubocop-lts`, which depends on this gem.
325
+ Instead of directly using this gem, `standard-rubocop-lts`, use `rubocop-lts`, which depends on this gem.
326
+ Then you don't need to worry about it, as it will be configured for you by `rubocop-lts`.
327
+
280
328
  ```ruby
281
329
  # NOTE: Picking the right version of rubocop-lts automatically aligns:
282
330
  # - gemspec's required_ruby_version
@@ -285,15 +333,6 @@ Performance/IoReadlines:
285
333
  gem "rubocop-lts", "~> 24.0", require: false
286
334
  ```
287
335
 
288
- ## 💻 Development
289
-
290
- After checking out the repo, run `bin/setup` to install dependencies.
291
- Then, run `rake spec` to run the tests w/ coverage,
292
- or `bin/rake` to run tests w/ coverage, and linting.
293
- You can also run `bin/console` for an interactive prompt that will allow you to experiment.
294
-
295
- To install this gem onto your local machine, run `bundle exec rake install`.
296
-
297
336
  ### 🚀 Release Instructions
298
337
 
299
338
  See [CONTRIBUTING.md][🤝contributing].
@@ -305,8 +344,7 @@ See [SECURITY.md][🔐security].
305
344
  ## 🤝 Contributing
306
345
 
307
346
  If you need some ideas of where to help, you could work on adding more code coverage,
308
- or if it is already 💯 (see [below](#code-coverage)) check TODOs (see [below](#todos)),
309
- or check [issues][🤝issues], or [PRs][🤝pulls],
347
+ or if it is already 💯 (see [below](#code-coverage)) then check [issues][🤝issues], or [PRs][🤝pulls],
310
348
  or use the gem and think about how it could be better.
311
349
 
312
350
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
@@ -358,7 +396,7 @@ It is obvious to many, but not all, and since the spec is silent, the bike shedd
358
396
 
359
397
  > dropping support for a platform is both obviously and objectively a breaking change
360
398
 
361
- - Jordan Harband (@ljharb) [in SemVer issue 716][📌semver-breaking]
399
+ - Jordan Harband (@ljharb, maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
362
400
 
363
401
  To get a better understanding of how SemVer is intended to work over a project's lifetime,
364
402
  read this article from the creator of SemVer:
@@ -428,7 +466,7 @@ or one of the others at the head of this README.
428
466
  [![Buy me a latte][🖇buyme-img]][🖇buyme]
429
467
 
430
468
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
431
- [⛳️gem-namespace]: https://github.com/rubocop-lts/standard-rubocop-lts/blob/main/lib/masq.rb
469
+ [⛳️gem-namespace]: https://github.com/rubocop-lts/standard-rubocop-lts
432
470
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Standard%3A%3ARubocop%3A%3ALts-brightgreen.svg?style=flat&logo=ruby&logoColor=white
433
471
  [⛳️gem-name]: https://rubygems.org/gems/standard-rubocop-lts
434
472
  [⛳️name-img]: https://img.shields.io/badge/name-standard--rubocop--lts-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
@@ -444,14 +482,18 @@ or one of the others at the head of this README.
444
482
  [💖💲crunchbase-img]: https://img.shields.io/badge/peter--boling-purple?style=flat&logo=crunchbase
445
483
  [💖🐘ruby-mast]: https://ruby.social/@galtzo
446
484
  [💖🐘ruby-mast-img]: https://img.shields.io/mastodon/follow/109447111526622197?domain=https%3A%2F%2Fruby.social&style=flat&logo=mastodon&label=Ruby%20%40galtzo
447
- [💖🦋bluesky]: https://galtzo.bsky.social
448
- [💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.bsky.social-0285FF?style=flat&logo=bluesky&logoColor=white
485
+ [💖🦋bluesky]: https://bsky.app/profile/galtzo.com
486
+ [💖🦋bluesky-img]: https://img.shields.io/badge/@galtzo.com-0285FF?style=flat&logo=bluesky&logoColor=white
449
487
  [💖🌳linktree]: https://linktr.ee/galtzo
450
488
  [💖🌳linktree-img]: https://img.shields.io/badge/galtzo-purple?style=flat&logo=linktree
451
489
  [💖💁🏼‍♂️devto]: https://dev.to/galtzo
452
490
  [💖💁🏼‍♂️devto-img]: https://img.shields.io/badge/dev.to-0A0A0A?style=flat&logo=devdotto&logoColor=white
453
491
  [💖💁🏼‍♂️aboutme]: https://about.me/peter.boling
454
492
  [💖💁🏼‍♂️aboutme-img]: https://img.shields.io/badge/about.me-0A0A0A?style=flat&logo=aboutme&logoColor=white
493
+ [💖🧊berg]: https://codeberg.org/pboling
494
+ [💖🐙hub]: https://github.org/pboling
495
+ [💖🛖hut]: https://sr.ht/~galtzo/
496
+ [💖🧪lab]: https://gitlab.com/pboling
455
497
  [👨🏼‍🏫expsup-upwork]: https://www.upwork.com/freelancers/~014942e9b056abdf86?mp_source=share
456
498
  [👨🏼‍🏫expsup-upwork-img]: https://img.shields.io/badge/UpWork-13544E?style=for-the-badge&logo=Upwork&logoColor=white
457
499
  [👨🏼‍🏫expsup-codementor]: https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github
@@ -501,7 +543,7 @@ or one of the others at the head of this README.
501
543
  [🚎8-df-wfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/dogfood.yml/badge.svg
502
544
  [🚎11-c-wf]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml
503
545
  [🚎11-c-wfi]: https://github.com/rubocop-lts/standard-rubocop-lts/actions/workflows/current.yml/badge.svg
504
- [⛳liberapay-img]: https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay
546
+ [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay
505
547
  [⛳liberapay]: https://liberapay.com/pboling/donate
506
548
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
507
549
  [🖇sponsor]: https://github.com/sponsors/pboling
@@ -539,6 +581,8 @@ or one of the others at the head of this README.
539
581
  [📌changelog]: CHANGELOG.md
540
582
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
541
583
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
584
+ [📌gitmoji]:https://gitmoji.dev
585
+ [📌gitmoji-img]:https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square
542
586
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
543
587
  [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.018-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
544
588
  [🔐security]: SECURITY.md
@@ -551,3 +595,7 @@ or one of the others at the head of this README.
551
595
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-brightgreen.svg?style=flat
552
596
  [🚎yard-current]: http://rubydoc.info/gems/standard-rubocop-lts
553
597
  [🚎yard-head]: https://rubydoc.info/github/rubocop-lts/standard-rubocop-lts/main
598
+ [💎stone_checksums]: https://github.com/pboling/stone_checksums
599
+ [💎SHA_checksums]: https://github.com/rubocop-lts/standard-rubocop-lts/tree/main/checksums
600
+ [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
601
+ [💎rlts-img]: https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?plastic&logo=ruby&logoColor=white
data/SECURITY.md CHANGED
@@ -5,10 +5,18 @@
5
5
  | Version | Supported |
6
6
  |---------|-----------|
7
7
  | 2.x | ✅ |
8
- | 1.0.x | |
8
+ | 1.x | |
9
9
 
10
- ## Reporting a Vulnerability
10
+ ## Security contact information
11
11
 
12
- Peter Boling is the primary maintainer of this gem. Please find a way
13
- to [contact him directly](https://railsbling.com/contact) to report the issue. Include as much relevant information as
14
- possible.
12
+ To report a security vulnerability, please use the
13
+ [Tidelift security contact](https://tidelift.com/security).
14
+ Tidelift will coordinate the fix and disclosure.
15
+
16
+ ## Additional Support
17
+
18
+ If you are interested in support for versions older than the latest release,
19
+ please consider sponsoring the project / maintainer @ https://liberapay.com/pboling/donate,
20
+ or find other sponsorship links in the [README].
21
+
22
+ [README]: README.md
data/config/base.yml CHANGED
@@ -1,9 +1,8 @@
1
1
  AllCops:
2
2
  # When the Ruby community, via RuboCop, adopts a new standard
3
- # (with additional filtering by standard.rb and rubocop-shopify) it is good enough for us!
3
+ # (with additional filtering by standard.rb) it is good enough for us!
4
4
  # However, the new standard needs to be explicitly enabled by one of the filtering gems:
5
5
  # - standard
6
- # - rubocop-shopify
7
6
  # NOTE: New cops can also be enabled higher up the dependency chain, such as in:
8
7
  # - rubocop-lts
9
8
  # - rubocop-ruby*_*
File without changes
File without changes
@@ -5,17 +5,23 @@ inherit_from: ./ruby-2.0.yml
5
5
  # TargetRubyVersion: 1.9
6
6
 
7
7
  # Standard's rules in base.yml do not work with Ruby < 2.0, so overriding.
8
- # See: https://github.com/standardrb/standard/pull/563
8
+ # See: https://github.com/standardrb/standard/pull/563#issuecomment-1567471055
9
9
  # Percent delimiters are not supported until Ruby 2.0
10
10
  Style/PercentLiteralDelimiters:
11
11
  Enabled: false
12
12
 
13
- # Ruby < 2.0 only support bracketed arrays
13
+ # Percent delimiters are not supported until Ruby 2.0
14
+ # Standard doesn't include this rule, because Ruby version compatibility
15
+ # isn't a primary concern for Standard.
16
+ # However, it is a primary concern for rubocop-lts.
14
17
  Style/SymbolArray:
15
18
  Enabled: true
16
19
  EnforcedStyle: brackets
17
20
 
18
- # Ruby < 2.0 only support bracketed arrays
21
+ # Percent delimiters are not supported until Ruby 2.0
22
+ # Standard doesn't include this rule, because Ruby version compatibility
23
+ # isn't a primary concern for Standard.
24
+ # However, it is a primary concern for rubocop-lts.
19
25
  Style/WordArray:
20
26
  Enabled: true
21
27
  EnforcedStyle: brackets
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/config/ruby-1.8.yml CHANGED
File without changes
data/config/ruby-1.9.yml CHANGED
File without changes
data/config/ruby-2.0.yml CHANGED
File without changes
data/config/ruby-2.1.yml CHANGED
File without changes
data/config/ruby-2.2.yml CHANGED
File without changes
data/config/ruby-2.3.yml CHANGED
File without changes
data/config/ruby-2.4.yml CHANGED
File without changes
data/config/ruby-2.5.yml CHANGED
File without changes
data/config/ruby-2.6.yml CHANGED
File without changes
data/config/ruby-2.7.yml CHANGED
@@ -29,4 +29,3 @@ inherit_gem:
29
29
  inherit_from:
30
30
  - ./base.yml
31
31
  - ./internal/ruby-2.7.yml
32
- - ./internal/bin-bundle.yml
data/config/ruby-3.0.yml CHANGED
@@ -29,4 +29,3 @@ inherit_gem:
29
29
  inherit_from:
30
30
  - ./base.yml
31
31
  - ./internal/ruby-3.0.yml
32
- - ./internal/bin-bundle.yml
data/config/ruby-3.1.yml CHANGED
@@ -29,4 +29,3 @@ inherit_gem:
29
29
  inherit_from:
30
30
  - ./base.yml
31
31
  - ./internal/ruby-3.1.yml
32
- - ./internal/bin-bundle.yml
data/config/ruby-3.2.yml CHANGED
@@ -29,4 +29,3 @@ inherit_gem:
29
29
  inherit_from:
30
30
  - ./base.yml
31
31
  - ./internal/ruby-3.2.yml
32
- - ./internal/bin-bundle.yml
data/config/ruby-3.3.yml CHANGED
@@ -28,4 +28,3 @@ inherit_gem:
28
28
  inherit_from:
29
29
  - ./base.yml
30
30
  - ./internal/ruby-3.3.yml
31
- - ./internal/bin-bundle.yml
data/config/ruby-3.4.yml CHANGED
@@ -28,4 +28,3 @@ inherit_gem:
28
28
  inherit_from:
29
29
  - ./base.yml
30
30
  - ./internal/ruby-3.4.yml
31
- - ./internal/bin-bundle.yml
data/config/ruby-3.5.yml CHANGED
@@ -29,4 +29,3 @@ inherit_gem:
29
29
  inherit_from:
30
30
  - ./base.yml
31
31
  - ./internal/ruby-3.5.yml
32
- - ./internal/bin-bundle.yml
File without changes
@@ -7,7 +7,7 @@ module Standard
7
7
  module Version
8
8
  # Bump VERSION manually for each new release!
9
9
  # See: CONTRIBUTING.md
10
- VERSION = "2.0.0"
10
+ VERSION = "2.0.2"
11
11
  end
12
12
  end
13
13
  end
File without changes
File without changes
File without changes
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,31 +11,31 @@ cert_chain:
11
11
  -----BEGIN CERTIFICATE-----
12
12
  MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
13
13
  ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
14
- A2NvbTAeFw0yNDA5MjAwODU4NDJaFw0yNTA5MjAwODU4NDJaMEMxFTATBgNVBAMM
14
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
15
15
  DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
16
- LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAjrxsKObI
17
- rFQjBpzvVfqnT6JlF8/pkpgEEjFh7ex3zIerfuHzZvSrx+sRDGxQ8koWWG0Wjx8s
18
- wkBZ5dIqvl0g3sWP5asa28u/09opxkQTC1Ao77iYxcBcwoCe/Dpf1m4Q/m6oH0kL
19
- 2AZVNJQL3UkqAcLS0tsj/s/jAKnVlsaZZE5gQiIIi8HtkvSsajtx+Cq2AxDvcWvV
20
- /CliD+pmzYkTjvjwGm8yeyFGGGgrisJMryiZdZlkTwrQSjCzudIKbLeuG8Se4JTD
21
- TAcT+rPubr27v1jwmtIjtiot3rf4nof7LHLb122a/0VR7cC7xPLnXw0Cq1BShvoq
22
- /GKRdSwMNinTOGkFTK1gKnjN+3iD4zyXU3XO3CXoTr+Ju8fXPN1x4tpOMgbv8dme
23
- WbcQMOH9ZjmA5w0bSVRL1c3NhRRpUzrKTNXBEvqOyWjUnintxWKj+cRXx+z+dUgI
24
- dL3kj68fcsiTgl75In3C485pnCMmq1eLuVoiy3jkLNOn2lHeLt9ZK63LAgMBAAGj
25
- fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRhfc+2UaVYd74p
26
- yJ1JclGiUYN8+jAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
16
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
17
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
18
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
19
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
20
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
21
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
22
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
23
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
24
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
25
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
26
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
27
27
  A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
28
- ggGBAA4fLU2+mQ++jBhVM2IeyvQdw1nm+0thkH4Ldv8ZOBm5ZxCPGIMoYliDDzg4
29
- 4JDFxZR1wR4sdrz/K5tWtEkN23SKzopwbNb1NIQRSLQ7nOoc+4bkuz9xwKinmIvF
30
- D+5qsl2S27WLKFreMDtGoh0CREIMBUxU4rGTh0gtzmweGR+fnOShg4Jo0kxrjU5h
31
- uYk/uVE+bn/jOEGs43GvKXZLyshpBrZjQ+ArbvxDht5t35zbSxerbUxUPZUbXUCW
32
- tTyh38a9UYjAAHvnh6Y4Fi9wd4/pGNsektrzB3z/zlVj4YF2TMLX9XfNJWEGRGpO
33
- sSkLYdtEX1WQAmuZtActVW2cL3HdQaRbiv7VbfpA0eSk0ZdZHvBCl516ZZu10uX6
34
- 82W1mg6fuezdpeBOiXwrEbZSt/oGiF4V511F6nd55p0okwHc/6nS10F/3aKJ4gwC
35
- I5o+DRfXQHqKucx1ldFHvI2rE/kSCWqGTHN2eyu1sqCPeOoIMxrltJhaejKPkxqj
36
- zaF9Og==
28
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
29
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
30
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
31
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
32
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
33
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
34
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
35
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
36
+ L9nRqA==
37
37
  -----END CERTIFICATE-----
38
- date: 2025-04-17 00:00:00.000000000 Z
38
+ date: 1980-01-02 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: version_gem
@@ -43,7 +43,7 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 1.1.7
46
+ version: 1.1.9
47
47
  - - "<"
48
48
  - !ruby/object:Gem::Version
49
49
  version: '3'
@@ -53,7 +53,7 @@ dependencies:
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: 1.1.7
56
+ version: 1.1.9
57
57
  - - "<"
58
58
  - !ruby/object:Gem::Version
59
59
  version: '3'
@@ -144,6 +144,9 @@ dependencies:
144
144
  - - "~>"
145
145
  - !ruby/object:Gem::Version
146
146
  version: '1.0'
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: 1.0.3
147
150
  type: :development
148
151
  prerelease: false
149
152
  version_requirements: !ruby/object:Gem::Requirement
@@ -151,6 +154,9 @@ dependencies:
151
154
  - - "~>"
152
155
  - !ruby/object:Gem::Version
153
156
  version: '1.0'
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: 1.0.3
154
160
  - !ruby/object:Gem::Dependency
155
161
  name: kettle-soup-cover
156
162
  requirement: !ruby/object:Gem::Requirement
@@ -160,7 +166,7 @@ dependencies:
160
166
  version: '1.0'
161
167
  - - ">="
162
168
  - !ruby/object:Gem::Version
163
- version: 1.0.5
169
+ version: 1.0.6
164
170
  type: :development
165
171
  prerelease: false
166
172
  version_requirements: !ruby/object:Gem::Requirement
@@ -170,7 +176,7 @@ dependencies:
170
176
  version: '1.0'
171
177
  - - ">="
172
178
  - !ruby/object:Gem::Version
173
- version: 1.0.5
179
+ version: 1.0.6
174
180
  - !ruby/object:Gem::Dependency
175
181
  name: yard
176
182
  requirement: !ruby/object:Gem::Requirement
@@ -191,26 +197,6 @@ dependencies:
191
197
  - - ">="
192
198
  - !ruby/object:Gem::Version
193
199
  version: 0.9.37
194
- - !ruby/object:Gem::Dependency
195
- name: yard-junk
196
- requirement: !ruby/object:Gem::Requirement
197
- requirements:
198
- - - "~>"
199
- - !ruby/object:Gem::Version
200
- version: '0.0'
201
- - - ">="
202
- - !ruby/object:Gem::Version
203
- version: 0.0.10
204
- type: :development
205
- prerelease: false
206
- version_requirements: !ruby/object:Gem::Requirement
207
- requirements:
208
- - - "~>"
209
- - !ruby/object:Gem::Version
210
- version: '0.0'
211
- - - ">="
212
- - !ruby/object:Gem::Version
213
- version: 0.0.10
214
200
  - !ruby/object:Gem::Dependency
215
201
  name: rubocop-lts
216
202
  requirement: !ruby/object:Gem::Requirement
@@ -328,7 +314,7 @@ dependencies:
328
314
  version: '1.0'
329
315
  - - ">="
330
316
  - !ruby/object:Gem::Version
331
- version: 1.0.1
317
+ version: 1.0.4
332
318
  type: :development
333
319
  prerelease: false
334
320
  version_requirements: !ruby/object:Gem::Requirement
@@ -338,7 +324,7 @@ dependencies:
338
324
  version: '1.0'
339
325
  - - ">="
340
326
  - !ruby/object:Gem::Version
341
- version: 1.0.1
327
+ version: 1.0.4
342
328
  description: |
343
329
  Enables Ruby projects to more confidently support even the most finely-aged Rubies.
344
330
  Part of the rubocop-lts family.
@@ -362,7 +348,6 @@ files:
362
348
  - SECURITY.md
363
349
  - config/base.yml
364
350
  - config/internal/base.yml
365
- - config/internal/bin-bundle.yml
366
351
  - config/internal/ruby-1.8.yml
367
352
  - config/internal/ruby-1.9.yml
368
353
  - config/internal/ruby-2.0.yml
@@ -405,16 +390,17 @@ licenses:
405
390
  - MIT
406
391
  metadata:
407
392
  homepage_uri: https://rubocop-lts.gitlab.io/
408
- source_code_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tree/v2.0.0
409
- changelog_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/blob/v2.0.0/CHANGELOG.md
393
+ source_code_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tree/v2.0.2
394
+ changelog_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/blob/v2.0.2/CHANGELOG.md
410
395
  bug_tracker_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/issues
411
- documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.0
396
+ documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.2
412
397
  wiki_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/wikis/home
413
398
  funding_uri: https://liberapay.com/pboling
414
399
  rubygems_mfa_required: 'true'
415
400
  rdoc_options:
416
401
  - "--title"
417
- - standard-rubocop-lts - Extended Standard Ruby Configs for Finely Aged Rubies
402
+ - standard-rubocop-lts - Extended Standard Ruby Configs tuned for compatibility with
403
+ specified version of Ruby
418
404
  - "--main"
419
405
  - README.md
420
406
  - "--line-numbers"
@@ -433,7 +419,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
433
419
  - !ruby/object:Gem::Version
434
420
  version: '0'
435
421
  requirements: []
436
- rubygems_version: 3.6.6
422
+ rubygems_version: 4.0.11
437
423
  specification_version: 4
438
- summary: Extended Standard Ruby Configs for Finely Aged Rubies
424
+ summary: Extended Standard Ruby Configs tuned for compatibility with specified version
425
+ of Ruby
439
426
  test_files: []
metadata.gz.sig CHANGED
Binary file
@@ -1,37 +0,0 @@
1
- # The standard generated bin/bundle script from `bundle binstubs --all`
2
- # does not comply with our style guide, but it is frequently regenerated
3
- # so rather than repeatedly churning the file, we let it be.
4
- ThreadSafety/ClassInstanceVariable:
5
- Enabled: true
6
- Exclude:
7
- - bin/bundle
8
-
9
- Style/InvertibleUnlessCondition:
10
- Enabled: true
11
- Exclude:
12
- - bin/bundle
13
-
14
- Style/MethodCallWithArgsParentheses:
15
- Enabled: true
16
- Exclude:
17
- - bin/bundle
18
-
19
- Metrics/CyclomaticComplexity:
20
- Enabled: true
21
- Exclude:
22
- - bin/bundle
23
-
24
- Metrics/MethodLength:
25
- Enabled: true
26
- Exclude:
27
- - bin/bundle
28
-
29
- Metrics/PerceivedComplexity:
30
- Enabled: true
31
- Exclude:
32
- - bin/bundle
33
-
34
- Layout/LineLength:
35
- Enabled: true
36
- Exclude:
37
- - bin/bundle