rubocop-lts 4.3.1 → 4.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d2823b72d721f20a41026d1c55846d212895dfd97de5b7f7decc92a860628b5
4
- data.tar.gz: 911d0622d46d06047c3b56cbea000955a5d68533052d48ca1c12c6ba9940c315
3
+ metadata.gz: 55b347423ed6ab6cf79973a6a4b6f3b20e2596d7564f4843c9944c033c8fb674
4
+ data.tar.gz: b99903fc00b57033375e79831e0eb2332cb91be536a105bb88d013f294a4d04f
5
5
  SHA512:
6
- metadata.gz: aa4160ba24f507de47766b44369b07a60c790066c56a374b7765650d924b68f294815d50f3bd6cbcf676842aec7990b4ae37ace82155523329177f573503ac87
7
- data.tar.gz: 8c6ec58b3d770b17a6cf5e964097bf62d20442d2225e60c190bcac65a0bb326174b7460aa0724112716df2b26360a190f40133389c6a5fe5c6f77dfecd2bfcf2
6
+ metadata.gz: a44f52e21a1303b6e5a2767552c0fd963e8cdd321ac0ad3fd96b7274b3b2e0a76c6fa36dfb996ce3ad677f04ef108c13f33d5cf538ea5975e94ede558a90262c
7
+ data.tar.gz: 56c801f78b769177a8b72028d60d2ddfd49f4339e025ef6f321a94d32f8c0dae9d2b465a71dc99202dbbea6cc2818c3d730ac30fbaced597c813d1842b5361c5
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,9 +30,9 @@ 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.2] - 2026-06-28
34
34
 
35
- - TAG: [v4.3.1][4.3.1t]
35
+ - TAG: [v4.3.2][4.3.2t]
36
36
  - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
37
  - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
38
  - 14.29% documented
@@ -46,7 +46,7 @@ Please file a bug if you notice a violation of semantic versioning.
46
46
  - Restored the destination `spec.files` package declaration so the built gem
47
47
  includes its `config/*.yml` RuboCop configuration files.
48
48
 
49
- ## [0.3.0] - 2026-06-01
49
+ ## [4.3.0] - 2026-06-01
50
50
 
51
51
  ### Added
52
52
 
@@ -63,7 +63,7 @@ Please file a bug if you notice a violation of semantic versioning.
63
63
 
64
64
  - Removed support for running this gem on Ruby < 3.2.
65
65
 
66
- ## [0.2.0] - 2026-05-30
66
+ ## [4.2.0] - 2026-05-30
67
67
 
68
68
  ### Added
69
69
 
@@ -77,27 +77,69 @@ Please file a bug if you notice a violation of semantic versioning.
77
77
 
78
78
  - Removed remaining `rubocop-shopify` usage from the active development toolchain.
79
79
 
80
- ## [0.1.1] - 2023-05-30
80
+ ## [4.1.1] - 2023-05-30
81
81
 
82
82
  ### Added
83
83
 
84
84
  - `config/base.yml` for all shared configs
85
85
  - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
86
86
 
87
- ## [0.1.0] - 2023-05-22
87
+ ## [4.1.0] - 2023-05-22
88
88
 
89
- - TAG: [v0.1.0][0.1.0t]
89
+ ### Removed
90
+
91
+ - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
92
+
93
+ ## [4.0.3] - 2022-06-08
94
+
95
+ ### Added
96
+
97
+ - Improve, and dry up documentation
98
+
99
+ ### Fixed
100
+
101
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
102
+
103
+ ## [4.0.3] - 2022-06-08
104
+
105
+ ### Added
106
+
107
+ - Improve, and dry up documentation
108
+
109
+ ### Fixed
110
+
111
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
112
+
113
+ ## [4.0.2] - 2022-05-23
114
+
115
+ ### Fixed
116
+
117
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
118
+
119
+ ## [4.0.1] - 2022-05-23
120
+
121
+ ### Fixed
122
+
123
+ - Ship rubocop config files in gem
124
+ - rubocop-lts.yml
125
+
126
+ ## [4.0.0] - 2022-05-22
127
+
128
+ - TAG: [v4.0.0][4.0.0t]
90
129
 
91
130
  ### Added
92
131
 
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
132
+ - Initial even release supporting Ruby >= 2.0
133
+
134
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.2...HEAD
135
+ [4.3.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.3.0...v4.3.2
136
+ [4.3.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.3.2
137
+ [4.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v4.2.0...v4.3.0
138
+ [4.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v4.1.1...v4.2.0
139
+ [4.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.0...v4.1.1
140
+ [4.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v4.1.0
141
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
142
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
143
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
144
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.0.0
145
+ [4.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v4.0.0
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.2"
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.2
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
@@ -106,7 +106,7 @@ dependencies:
106
106
  version: '2.2'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.2.21
109
+ version: 2.2.23
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
@@ -116,7 +116,7 @@ dependencies:
116
116
  version: '2.2'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.2.21
119
+ version: 2.2.23
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  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.4
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.4
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: gitmoji-regex
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -384,10 +384,10 @@ licenses:
384
384
  - MIT
385
385
  metadata:
386
386
  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
387
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.3.2
388
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.2/CHANGELOG.md
389
389
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
390
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.1
390
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.3.2
391
391
  funding_uri: https://github.com/sponsors/pboling
392
392
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
393
393
  news_uri: https://www.railsbling.com/tags/rubocop-lts
metadata.gz.sig CHANGED
Binary file