rubocop-lts 4.3.1 → 4.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: 4d2823b72d721f20a41026d1c55846d212895dfd97de5b7f7decc92a860628b5
4
- data.tar.gz: 911d0622d46d06047c3b56cbea000955a5d68533052d48ca1c12c6ba9940c315
3
+ metadata.gz: c4f906c074746bce265ba59715776eff7aef2003d10c1a32dd8622cee119d3fc
4
+ data.tar.gz: f29676b45743d059cc1420d4921194990112d621d089665439ee1eb09a1b4247
5
5
  SHA512:
6
- metadata.gz: aa4160ba24f507de47766b44369b07a60c790066c56a374b7765650d924b68f294815d50f3bd6cbcf676842aec7990b4ae37ace82155523329177f573503ac87
7
- data.tar.gz: 8c6ec58b3d770b17a6cf5e964097bf62d20442d2225e60c190bcac65a0bb326174b7460aa0724112716df2b26360a190f40133389c6a5fe5c6f77dfecd2bfcf2
6
+ metadata.gz: cd18f0c22a5a7ab2a5abad396e3c6a709d2d6e1bf34d90717d93632c4889e1bcf4b330839e20eece60823b2107957d5cac262004f7340d1237a2cb104e4d7774
7
+ data.tar.gz: 565695e867a93fb0cf56810104b4e7082aa6ff4c054236c22a7e803b2ee23306bf077b14bd10e062c4de2e26c3e8eede92e740eaf228d02d8c9dab51d7c42490
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,9 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
- ## [4.3.1] - 2026-06-28
33
+ ## [4.3.3] - 2026-07-03
34
34
 
35
- - TAG: [v4.3.1][4.3.1t]
35
+ - TAG: [v4.3.3][4.3.3t]
36
+ - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
+ - 14.29% documented
39
+
40
+ ### Fixed
41
+
42
+ - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
43
+
44
+ - Removed stale Shopify wording from gem metadata and retired legacy context Gemfiles.
45
+ - Refreshed the locked dependency set to use released RuboCop-LTS RSpec tooling.
46
+
47
+ - Package configured license files in gem release file lists.
48
+
49
+ ## [4.3.2] - 2026-06-28
50
+
51
+ - TAG: [v4.3.2][4.3.2t]
36
52
  - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
53
  - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
54
  - 14.29% documented
@@ -46,7 +62,7 @@ Please file a bug if you notice a violation of semantic versioning.
46
62
  - Restored the destination `spec.files` package declaration so the built gem
47
63
  includes its `config/*.yml` RuboCop configuration files.
48
64
 
49
- ## [0.3.0] - 2026-06-01
65
+ ## [4.3.0] - 2026-06-01
50
66
 
51
67
  ### Added
52
68
 
@@ -63,7 +79,7 @@ Please file a bug if you notice a violation of semantic versioning.
63
79
 
64
80
  - Removed support for running this gem on Ruby < 3.2.
65
81
 
66
- ## [0.2.0] - 2026-05-30
82
+ ## [4.2.0] - 2026-05-30
67
83
 
68
84
  ### Added
69
85
 
@@ -77,27 +93,71 @@ Please file a bug if you notice a violation of semantic versioning.
77
93
 
78
94
  - Removed remaining `rubocop-shopify` usage from the active development toolchain.
79
95
 
80
- ## [0.1.1] - 2023-05-30
96
+ ## [4.1.1] - 2023-05-30
81
97
 
82
98
  ### Added
83
99
 
84
100
  - `config/base.yml` for all shared configs
85
101
  - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
86
102
 
87
- ## [0.1.0] - 2023-05-22
103
+ ## [4.1.0] - 2023-05-22
104
+
105
+ ### Removed
106
+
107
+ - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
108
+
109
+ ## [4.0.3] - 2022-06-08
110
+
111
+ ### Added
112
+
113
+ - Improve, and dry up documentation
114
+
115
+ ### Fixed
116
+
117
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
118
+
119
+ ## [4.0.3] - 2022-06-08
120
+
121
+ ### Added
122
+
123
+ - Improve, and dry up documentation
124
+
125
+ ### Fixed
126
+
127
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
128
+
129
+ ## [4.0.2] - 2022-05-23
130
+
131
+ ### Fixed
132
+
133
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
134
+
135
+ ## [4.0.1] - 2022-05-23
136
+
137
+ ### Fixed
138
+
139
+ - Ship rubocop config files in gem
140
+ - rubocop-lts.yml
141
+
142
+ ## [4.0.0] - 2022-05-22
88
143
 
89
- - TAG: [v0.1.0][0.1.0t]
144
+ - TAG: [v4.0.0][4.0.0t]
90
145
 
91
146
  ### Added
92
147
 
93
- - Initial even release supporting analysis of Ruby >= 1.8
94
- - Configures many linting tools via `standard-rubocop-lts`
95
-
96
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.1...HEAD
97
- [4.3.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v0.3.0...v4.3.1
98
- [4.3.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.3.1
99
- [0.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.2.0...v0.3.0
100
- [0.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.1.1...v0.2.0
101
- [0.1.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v0.1.0...v0.1.1
102
- [0.1.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v0.1.0
103
- [0.1.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v0.1.0
148
+ - Initial even release supporting Ruby >= 2.0
149
+
150
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.3...HEAD
151
+ [4.3.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.2...v4.3.3
152
+ [4.3.3t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.3.3
153
+ [4.3.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.0...v4.3.2
154
+ [4.3.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.3.2
155
+ [4.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v4.2.0...v4.3.0
156
+ [4.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v4.1.1...v4.2.0
157
+ [4.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.0...v4.1.1
158
+ [4.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v4.1.0
159
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
160
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
161
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
162
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.0.0
163
+ [4.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.0.0
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -105,10 +105,10 @@ This README has two jobs:
105
105
  ### This Branch 🌳
106
106
 
107
107
  <!-- FIND VERSION -->
108
- **This README is for the `rubocop-lts` 0.x line enforcing Ruby 1.8 style.**
108
+ **This README is for the `rubocop-lts` 4.x line enforcing Ruby 2.0 style.**
109
109
 
110
110
  Use this branch when you want RuboCop to enforce syntax and style compatible
111
- with Ruby 1.8. For a different linting target, choose the matching
111
+ with Ruby 2.0. For a different linting target, choose the matching
112
112
  branch and major version line from the table below.
113
113
 
114
114
  This gem configures many gems for you:
data/config/rails.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  inherit_from: ./base.yml
2
2
 
3
3
  inherit_gem:
4
- rubocop-ruby1_8: rubocop-lts/rails.yml
4
+ rubocop-ruby2_0: rubocop-lts/rails.yml
@@ -2,4 +2,4 @@
2
2
  inherit_from: ./base.yml
3
3
 
4
4
  inherit_gem:
5
- rubocop-ruby1_8: rubocop-lts/rails_rspec.yml
5
+ rubocop-ruby2_0: rubocop-lts/rails_rspec.yml
data/config/rspec.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  inherit_from: ./base.yml
2
2
 
3
3
  inherit_gem:
4
- rubocop-ruby1_8: rubocop-lts/rspec.yml
4
+ rubocop-ruby2_0: rubocop-lts/rspec.yml
data/config/ruby.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  inherit_from: ./base.yml
2
2
 
3
3
  inherit_gem:
4
- rubocop-ruby1_8: rubocop-lts/ruby.yml
4
+ rubocop-ruby2_0: rubocop-lts/ruby.yml
@@ -2,4 +2,4 @@
2
2
  inherit_from: ./base.yml
3
3
 
4
4
  inherit_gem:
5
- rubocop-ruby1_8: rubocop-lts/ruby_rspec.yml
5
+ rubocop-ruby2_0: rubocop-lts/ruby_rspec.yml
data/config/rubygem.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  inherit_from: ./base.yml
2
2
 
3
3
  inherit_gem:
4
- rubocop-ruby1_8: rubocop-lts/rubygem.yml
4
+ rubocop-ruby2_0: rubocop-lts/rubygem.yml
@@ -2,4 +2,4 @@
2
2
  inherit_from: ./base.yml
3
3
 
4
4
  inherit_gem:
5
- rubocop-ruby1_8: rubocop-lts/rubygem_rspec.yml
5
+ rubocop-ruby2_0: rubocop-lts/rubygem_rspec.yml
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "4.3.1"
6
+ VERSION = "4.3.3"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data/lib/rubocop/lts.rb CHANGED
@@ -1,9 +1,8 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  # external libs
5
4
  require "version_gem"
6
- require "rubocop/ruby1_8"
5
+ require "rubocop/ruby2_0"
7
6
 
8
7
  require_relative "lts/version"
9
8
 
@@ -12,7 +11,7 @@ module Rubocop
12
11
  class Error < StandardError; end
13
12
 
14
13
  module_function def install_tasks
15
- Rubocop::Ruby18.install_tasks
14
+ Rubocop::Ruby20.install_tasks
16
15
  end
17
16
  end
18
17
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.1
4
+ version: 4.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -38,25 +38,25 @@ cert_chain:
38
38
  date: 1980-01-02 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
- name: rubocop-ruby1_8
41
+ name: rubocop-ruby2_0
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '2.0'
46
+ version: '3.0'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 2.0.1
49
+ version: 3.0.1
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: '2.0'
56
+ version: '3.0'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 2.0.1
59
+ version: 3.0.1
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: standard-rubocop-lts
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -103,20 +103,20 @@ dependencies:
103
103
  requirements:
104
104
  - - "~>"
105
105
  - !ruby/object:Gem::Version
106
- version: '2.2'
106
+ version: '2.3'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.2.21
109
+ version: 2.3.0
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '2.2'
116
+ version: '2.3'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.2.21
119
+ version: 2.3.0
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.1'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.1.3
177
+ version: 3.1.4
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.1'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.1.3
187
+ version: 3.1.4
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: kettle-test
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '2.0'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 2.0.8
197
+ version: 2.0.9
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '2.0'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 2.0.8
207
+ version: 2.0.9
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: turbo_tests2
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ dependencies:
214
214
  version: '3.1'
215
215
  - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 3.1.5
217
+ version: 3.1.6
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
@@ -224,7 +224,7 @@ dependencies:
224
224
  version: '3.1'
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
- version: 3.1.5
227
+ version: 3.1.6
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: ruby-progressbar
230
230
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '1.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 1.0.3
251
+ version: 1.0.5
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '1.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 1.0.3
261
+ version: 1.0.5
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: gitmoji-regex
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +268,7 @@ dependencies:
268
268
  version: '2.0'
269
269
  - - ">="
270
270
  - !ruby/object:Gem::Version
271
- version: 2.0.3
271
+ version: 2.0.4
272
272
  type: :development
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
@@ -278,7 +278,7 @@ dependencies:
278
278
  version: '2.0'
279
279
  - - ">="
280
280
  - !ruby/object:Gem::Version
281
- version: 2.0.3
281
+ version: 2.0.4
282
282
  - !ruby/object:Gem::Dependency
283
283
  name: rspec-block_is_expected
284
284
  requirement: !ruby/object:Gem::Requirement
@@ -362,6 +362,7 @@ files:
362
362
  - CONTRIBUTING.md
363
363
  - FUNDING.md
364
364
  - LICENSE.md
365
+ - MIT.md
365
366
  - README.md
366
367
  - RUBOCOP.md
367
368
  - SECURITY.md
@@ -384,10 +385,10 @@ licenses:
384
385
  - MIT
385
386
  metadata:
386
387
  homepage_uri: https://rubocop-lts.gitlab.io/
387
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.3.1
388
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.1/CHANGELOG.md
388
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.3.3
389
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.3/CHANGELOG.md
389
390
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
390
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.1
391
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.3
391
392
  funding_uri: https://github.com/sponsors/pboling
392
393
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
393
394
  news_uri: https://www.railsbling.com/tags/rubocop-lts
@@ -395,8 +396,7 @@ metadata:
395
396
  rubygems_mfa_required: 'true'
396
397
  rdoc_options:
397
398
  - "--title"
398
- - "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Shopify
399
- + Gradual"
399
+ - "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
400
400
  - "--main"
401
401
  - README.md
402
402
  - "--exclude"
@@ -419,6 +419,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
419
419
  requirements: []
420
420
  rubygems_version: 4.0.10
421
421
  specification_version: 4
422
- summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Shopify +
423
- Gradual"
422
+ summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
424
423
  test_files: []
metadata.gz.sig CHANGED
Binary file