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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +60 -18
- data/README.md +2 -2
- data/config/rails.yml +1 -1
- data/config/rails_rspec.yml +1 -1
- data/config/rspec.yml +1 -1
- data/config/ruby.yml +1 -1
- data/config/ruby_rspec.yml +1 -1
- data/config/rubygem.yml +1 -1
- data/config/rubygem_rspec.yml +1 -1
- data/lib/rubocop/lts/version.rb +1 -1
- data/lib/rubocop/lts.rb +2 -3
- data.tar.gz.sig +0 -0
- metadata +13 -13
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55b347423ed6ab6cf79973a6a4b6f3b20e2596d7564f4843c9944c033c8fb674
|
|
4
|
+
data.tar.gz: b99903fc00b57033375e79831e0eb2332cb91be536a105bb88d013f294a4d04f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
33
|
+
## [4.3.2] - 2026-06-28
|
|
34
34
|
|
|
35
|
-
- TAG: [v4.3.
|
|
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
|
-
## [
|
|
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
|
-
## [
|
|
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
|
-
## [
|
|
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
|
-
## [
|
|
87
|
+
## [4.1.0] - 2023-05-22
|
|
88
88
|
|
|
89
|
-
|
|
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
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
[
|
|
97
|
-
[4.3.
|
|
98
|
-
[4.3.
|
|
99
|
-
[
|
|
100
|
-
[
|
|
101
|
-
[
|
|
102
|
-
[0.
|
|
103
|
-
[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`
|
|
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
|
|
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
data/config/rails_rspec.yml
CHANGED
data/config/rspec.yml
CHANGED
data/config/ruby.yml
CHANGED
data/config/ruby_rspec.yml
CHANGED
data/config/rubygem.yml
CHANGED
data/config/rubygem_rspec.yml
CHANGED
data/lib/rubocop/lts/version.rb
CHANGED
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/
|
|
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::
|
|
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.
|
|
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-
|
|
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: '
|
|
46
|
+
version: '3.0'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
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: '
|
|
56
|
+
version: '3.0'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
388
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.3.
|
|
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.
|
|
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
|