rubocop-ruby2_3 3.0.4 → 3.0.6
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 +30 -1
- data/CONTRIBUTING.md +4 -1
- data/MIT.md +21 -0
- data/lib/rubocop/ruby2_3/version.rb +1 -1
- data/rubocop-lts/rails.yml +15 -0
- data/rubocop-lts/rails_rspec.yml +6 -0
- data/rubocop-lts/rspec.yml +15 -0
- data/rubocop-lts/ruby.yml +43 -0
- data/rubocop-lts/ruby_rspec.yml +6 -0
- data/rubocop-lts/rubygem.yml +6 -0
- data/rubocop-lts/rubygem_rspec.yml +4 -0
- data/rubocop-lts/strict/rails.yml +22 -0
- data/rubocop-lts/strict/rspec.yml +14 -0
- data/rubocop-lts/strict/ruby.yml +14 -0
- data/rubocop.yml +15 -0
- data.tar.gz.sig +0 -0
- metadata +34 -22
- 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: 917dd7ba03366e053d5485b2e08cd3f8286877ccf042658eb0f2db76979e2055
|
|
4
|
+
data.tar.gz: 78f5cd0de99354810b7f49c1fdc2ed800018ac68a545b93d4bdb31ba43a94842
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 845880caea5e604e68b2bb172f148c4a1bf2b29e5f2e5e7742c9b1973147a67a69bfd6c8bd27dbefff9abb6ccc54385215f58dd47970e4ceb78ff1af18a5d4ac
|
|
7
|
+
data.tar.gz: 91a76ce5225917975789532534661536a3f6b7dfdc475d86010be1ae7a6316052cdb5dd18d7d10c8b10c3fa6b355d2041da23dc702ce907b7eb2468436eb9e3f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,31 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.6] - 2026-07-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.6][3.0.6t]
|
|
36
|
+
- COVERAGE: 55.17% -- 16/29 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 0.00% -- 0/2 branches in 5 files
|
|
38
|
+
- 42.86% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Refreshed `Gemfile.lock` to use the released `rubocop-lts-rspec` 1.0.4 dependency.
|
|
43
|
+
|
|
44
|
+
- Package configured license files in gem release file lists.
|
|
45
|
+
|
|
46
|
+
## [3.0.5] - 2026-06-28
|
|
47
|
+
|
|
48
|
+
- TAG: [v3.0.5][3.0.5t]
|
|
49
|
+
- COVERAGE: 55.17% -- 16/29 lines in 5 files
|
|
50
|
+
- BRANCH COVERAGE: 0.00% -- 0/2 branches in 5 files
|
|
51
|
+
- 42.86% documented
|
|
52
|
+
|
|
53
|
+
### Fixed
|
|
54
|
+
|
|
55
|
+
- Restored the gemspec `spec.files` declaration so packaged gems include the
|
|
56
|
+
intended public files and configuration payload.
|
|
57
|
+
|
|
33
58
|
## [3.0.4] - 2026-06-25
|
|
34
59
|
|
|
35
60
|
- TAG: [v3.0.4][3.0.4t]
|
|
@@ -216,7 +241,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
216
241
|
|
|
217
242
|
- Initial release
|
|
218
243
|
|
|
219
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v3.0.
|
|
244
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v3.0.6...HEAD
|
|
245
|
+
[3.0.6]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v3.0.5...v3.0.6
|
|
246
|
+
[3.0.6t]: https://github.com/rubocop-lts/rubocop-ruby2_3/releases/tag/v3.0.6
|
|
247
|
+
[3.0.5]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v3.0.4...v3.0.5
|
|
248
|
+
[3.0.5t]: https://github.com/rubocop-lts/rubocop-ruby2_3/releases/tag/v3.0.5
|
|
220
249
|
[3.0.4]: https://github.com/rubocop-lts/rubocop-ruby2_3/compare/v3.0.2...v3.0.4
|
|
221
250
|
[3.0.4t]: https://github.com/rubocop-lts/rubocop-ruby2_3/releases/tag/v3.0.4
|
|
222
251
|
[3.0.2]: https://gitlab.com/rubocop-lts/rubocop-ruby2_3/-/compare/v3.0.1...v3.0.2
|
data/CONTRIBUTING.md
CHANGED
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
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.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Customizations/Deviations from Standard for RuboCop-LTS Rails Coding Standards
|
|
2
|
+
inherit_from:
|
|
3
|
+
- ruby.yml
|
|
4
|
+
- strict/rails.yml
|
|
5
|
+
|
|
6
|
+
require:
|
|
7
|
+
- rubocop-rails
|
|
8
|
+
|
|
9
|
+
inherit_gem:
|
|
10
|
+
betterlint:
|
|
11
|
+
- config/default.yml
|
|
12
|
+
standard-rails:
|
|
13
|
+
- config/base.yml
|
|
14
|
+
|
|
15
|
+
# Rails specific customizations
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
inherit_gem:
|
|
2
|
+
rubocop-lts-rspec: config/ruby-2.3.yml
|
|
3
|
+
|
|
4
|
+
inherit_from:
|
|
5
|
+
- strict/rspec.yml
|
|
6
|
+
|
|
7
|
+
Style/MethodCallWithArgsParentheses:
|
|
8
|
+
Exclude:
|
|
9
|
+
- 'spec/**/*'
|
|
10
|
+
- 'test/**/*'
|
|
11
|
+
|
|
12
|
+
Style/ClassAndModuleChildren:
|
|
13
|
+
Exclude:
|
|
14
|
+
- 'spec/**/*'
|
|
15
|
+
- 'test/**/*'
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Customizations/Deviations from Standard for Ruby Coding Standards
|
|
2
|
+
|
|
3
|
+
# We want Exclude, and Include, directives from different
|
|
4
|
+
# config files to get merged, not overwritten
|
|
5
|
+
inherit_mode:
|
|
6
|
+
merge:
|
|
7
|
+
- Exclude
|
|
8
|
+
- Include
|
|
9
|
+
|
|
10
|
+
require:
|
|
11
|
+
# Loads the Standard Ruby suite of gems, and configures for rubocop-lts:
|
|
12
|
+
- standard-rubocop-lts
|
|
13
|
+
# RuboCop Gradual can be used in "Require mode", which is a way to replace rubocop with rubocop-gradual:
|
|
14
|
+
- rubocop/gradual/patch
|
|
15
|
+
|
|
16
|
+
# Rules are overridden in a LIFO stack.
|
|
17
|
+
# This is the opposite of what you might expect.
|
|
18
|
+
inherit_gem:
|
|
19
|
+
standard-rubocop-lts: config/ruby-2.3.yml
|
|
20
|
+
|
|
21
|
+
inherit_from:
|
|
22
|
+
- strict/ruby.yml
|
|
23
|
+
|
|
24
|
+
AllCops:
|
|
25
|
+
# When the Ruby community, via RuboCop, adopts a new standard
|
|
26
|
+
# (with additional filtering by standard.rb) it is good enough for us!
|
|
27
|
+
NewCops: enable
|
|
28
|
+
|
|
29
|
+
# Metrics cops are disabled in Standard by default
|
|
30
|
+
Metrics:
|
|
31
|
+
Enabled: true
|
|
32
|
+
|
|
33
|
+
plugins:
|
|
34
|
+
# Lint Markdown code examples through RuboCop's plugin API.
|
|
35
|
+
- rubocop-md
|
|
36
|
+
# Rubygems have Rakefile as a convention, and if they don't, why not?
|
|
37
|
+
- rubocop-rake
|
|
38
|
+
# Warn about thread unsafe code in the broad LTS Ruby profile.
|
|
39
|
+
- rubocop-thread_safety
|
|
40
|
+
|
|
41
|
+
# Ruby specific customizations
|
|
42
|
+
Layout/LineLength:
|
|
43
|
+
Max: 120
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# These Cops Must Always Be Enabled!
|
|
2
|
+
# These Cops check for things that are *literally* bugs,
|
|
3
|
+
# and no code should ever be released that fails these cops.
|
|
4
|
+
#
|
|
5
|
+
# The Exclude: [] is crucial here:
|
|
6
|
+
# even if our .rubocop_todo.yml contained exclusions for strict cops, we nullify them here,
|
|
7
|
+
# thus, re-activating these cops for all the files.
|
|
8
|
+
#
|
|
9
|
+
# These settings must be loaded after any files of "TODOs" that instruct RuboCop to ignore errors.
|
|
10
|
+
# Fortunately this project doesn't rely on TODOs, instead relying on a rubocop_gradual lockfile.
|
|
11
|
+
#
|
|
12
|
+
Rails/Output: # Don't leave puts-debugging
|
|
13
|
+
Enabled: true
|
|
14
|
+
Exclude: []
|
|
15
|
+
|
|
16
|
+
Rails/FindEach: # each could severely affect the performance, use find_each
|
|
17
|
+
Enabled: true
|
|
18
|
+
Exclude: []
|
|
19
|
+
|
|
20
|
+
Rails/UniqBeforePluck: # uniq.pluck and not pluck.uniq
|
|
21
|
+
Enabled: true
|
|
22
|
+
Exclude: []
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# These Cops Must Always Be Enabled!
|
|
2
|
+
# These Cops check for things that are *literally* bugs,
|
|
3
|
+
# and no code should ever be released that fails these cops.
|
|
4
|
+
#
|
|
5
|
+
# The Exclude: [] is crucial here:
|
|
6
|
+
# even if our .rubocop_todo.yml contained exclusions for strict cops, we nullify them here,
|
|
7
|
+
# thus, re-activating these cops for all the files.
|
|
8
|
+
#
|
|
9
|
+
# These settings must be loaded after any files of "TODOs" that instruct RuboCop to ignore errors.
|
|
10
|
+
# Fortunately this project doesn't rely on TODOs, instead relying on a rubocop_gradual lockfile.
|
|
11
|
+
#
|
|
12
|
+
RSpec/Focus: # run ALL tests on CI
|
|
13
|
+
Enabled: true
|
|
14
|
+
Exclude: []
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# These Cops Must Always Be Enabled!
|
|
2
|
+
# These Cops check for things that are *literally* bugs,
|
|
3
|
+
# and no code should ever be released that fails these cops.
|
|
4
|
+
#
|
|
5
|
+
# The Exclude: [] is crucial here:
|
|
6
|
+
# even if our .rubocop_todo.yml contained exclusions for strict cops, we nullify them here,
|
|
7
|
+
# thus, re-activating these cops for all the files.
|
|
8
|
+
#
|
|
9
|
+
# These settings must be loaded after any files of "TODOs" that instruct RuboCop to ignore errors.
|
|
10
|
+
# Fortunately this project doesn't rely on TODOs, instead relying on a rubocop_gradual lockfile.
|
|
11
|
+
#
|
|
12
|
+
Lint/Debugger: # don't leave binding.pry
|
|
13
|
+
Enabled: true
|
|
14
|
+
Exclude: []
|
data/rubocop.yml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Change the file you inherit if you:
|
|
2
|
+
# * use Rails,
|
|
3
|
+
# * are creating a RubyGem, or
|
|
4
|
+
# * don't use RSpec
|
|
5
|
+
# As follows:
|
|
6
|
+
# inherit_gem:
|
|
7
|
+
# # Pick one:
|
|
8
|
+
# # rubocop-ruby2_3: rubocop-lts/rails_rspec.yml # or rubocop-lts/rails.yml w/o rspec
|
|
9
|
+
# # rubocop-ruby2_3: rubocop-lts/ruby_rspec.yml # or rubocop-lts/ruby.yml w/o rspec
|
|
10
|
+
# # rubocop-ruby2_3: rubocop-lts/rubygem_rspec.yml # or rubocop-lts/rubygem.yml w/o rspec
|
|
11
|
+
# # Convention over configuration, hence loading this file just only Ruby and RSpec defaults:
|
|
12
|
+
# rubocop-ruby2_3: rubocop.yml # for the ruby + rspec
|
|
13
|
+
|
|
14
|
+
inherit_from:
|
|
15
|
+
- rubocop-lts/rubygem_rspec.yml
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby2_3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -127,7 +127,7 @@ dependencies:
|
|
|
127
127
|
version: '2.0'
|
|
128
128
|
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 2.0.
|
|
130
|
+
version: 2.0.9
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
version: '2.0'
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 2.0.
|
|
140
|
+
version: 2.0.9
|
|
141
141
|
- !ruby/object:Gem::Dependency
|
|
142
142
|
name: version_gem
|
|
143
143
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -164,20 +164,20 @@ dependencies:
|
|
|
164
164
|
requirements:
|
|
165
165
|
- - "~>"
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: '2.
|
|
167
|
+
version: '2.3'
|
|
168
168
|
- - ">="
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
|
-
version: 2.
|
|
170
|
+
version: 2.3.0
|
|
171
171
|
type: :development
|
|
172
172
|
prerelease: false
|
|
173
173
|
version_requirements: !ruby/object:Gem::Requirement
|
|
174
174
|
requirements:
|
|
175
175
|
- - "~>"
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: '2.
|
|
177
|
+
version: '2.3'
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 2.
|
|
180
|
+
version: 2.3.0
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: bundler-audit
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -241,7 +241,7 @@ dependencies:
|
|
|
241
241
|
version: '3.1'
|
|
242
242
|
- - ">="
|
|
243
243
|
- !ruby/object:Gem::Version
|
|
244
|
-
version: 3.1.
|
|
244
|
+
version: 3.1.4
|
|
245
245
|
type: :development
|
|
246
246
|
prerelease: false
|
|
247
247
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -251,7 +251,7 @@ dependencies:
|
|
|
251
251
|
version: '3.1'
|
|
252
252
|
- - ">="
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
|
-
version: 3.1.
|
|
254
|
+
version: 3.1.4
|
|
255
255
|
- !ruby/object:Gem::Dependency
|
|
256
256
|
name: kettle-test
|
|
257
257
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -261,7 +261,7 @@ dependencies:
|
|
|
261
261
|
version: '2.0'
|
|
262
262
|
- - ">="
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
|
-
version: 2.0.
|
|
264
|
+
version: 2.0.9
|
|
265
265
|
type: :development
|
|
266
266
|
prerelease: false
|
|
267
267
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -271,7 +271,7 @@ dependencies:
|
|
|
271
271
|
version: '2.0'
|
|
272
272
|
- - ">="
|
|
273
273
|
- !ruby/object:Gem::Version
|
|
274
|
-
version: 2.0.
|
|
274
|
+
version: 2.0.9
|
|
275
275
|
- !ruby/object:Gem::Dependency
|
|
276
276
|
name: turbo_tests2
|
|
277
277
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -281,7 +281,7 @@ dependencies:
|
|
|
281
281
|
version: '3.1'
|
|
282
282
|
- - ">="
|
|
283
283
|
- !ruby/object:Gem::Version
|
|
284
|
-
version: 3.1.
|
|
284
|
+
version: 3.1.6
|
|
285
285
|
type: :development
|
|
286
286
|
prerelease: false
|
|
287
287
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -291,7 +291,7 @@ dependencies:
|
|
|
291
291
|
version: '3.1'
|
|
292
292
|
- - ">="
|
|
293
293
|
- !ruby/object:Gem::Version
|
|
294
|
-
version: 3.1.
|
|
294
|
+
version: 3.1.6
|
|
295
295
|
- !ruby/object:Gem::Dependency
|
|
296
296
|
name: ruby-progressbar
|
|
297
297
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -315,7 +315,7 @@ dependencies:
|
|
|
315
315
|
version: '1.0'
|
|
316
316
|
- - ">="
|
|
317
317
|
- !ruby/object:Gem::Version
|
|
318
|
-
version: 1.0.
|
|
318
|
+
version: 1.0.5
|
|
319
319
|
type: :development
|
|
320
320
|
prerelease: false
|
|
321
321
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -325,7 +325,7 @@ dependencies:
|
|
|
325
325
|
version: '1.0'
|
|
326
326
|
- - ">="
|
|
327
327
|
- !ruby/object:Gem::Version
|
|
328
|
-
version: 1.0.
|
|
328
|
+
version: 1.0.5
|
|
329
329
|
- !ruby/object:Gem::Dependency
|
|
330
330
|
name: gitmoji-regex
|
|
331
331
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -335,7 +335,7 @@ dependencies:
|
|
|
335
335
|
version: '2.0'
|
|
336
336
|
- - ">="
|
|
337
337
|
- !ruby/object:Gem::Version
|
|
338
|
-
version: 2.0.
|
|
338
|
+
version: 2.0.4
|
|
339
339
|
type: :development
|
|
340
340
|
prerelease: false
|
|
341
341
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -345,7 +345,7 @@ dependencies:
|
|
|
345
345
|
version: '2.0'
|
|
346
346
|
- - ">="
|
|
347
347
|
- !ruby/object:Gem::Version
|
|
348
|
-
version: 2.0.
|
|
348
|
+
version: 2.0.4
|
|
349
349
|
- !ruby/object:Gem::Dependency
|
|
350
350
|
name: kramdown
|
|
351
351
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -435,7 +435,7 @@ dependencies:
|
|
|
435
435
|
version: '1.0'
|
|
436
436
|
- - ">="
|
|
437
437
|
- !ruby/object:Gem::Version
|
|
438
|
-
version: 1.0.
|
|
438
|
+
version: 1.0.6
|
|
439
439
|
type: :development
|
|
440
440
|
prerelease: false
|
|
441
441
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -445,7 +445,7 @@ dependencies:
|
|
|
445
445
|
version: '1.0'
|
|
446
446
|
- - ">="
|
|
447
447
|
- !ruby/object:Gem::Version
|
|
448
|
-
version: 1.0.
|
|
448
|
+
version: 1.0.6
|
|
449
449
|
- !ruby/object:Gem::Dependency
|
|
450
450
|
name: rubocop-lts-rspec
|
|
451
451
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -529,6 +529,7 @@ files:
|
|
|
529
529
|
- CONTRIBUTING.md
|
|
530
530
|
- FUNDING.md
|
|
531
531
|
- LICENSE.md
|
|
532
|
+
- MIT.md
|
|
532
533
|
- README.md
|
|
533
534
|
- RUBOCOP.md
|
|
534
535
|
- SECURITY.md
|
|
@@ -538,6 +539,17 @@ files:
|
|
|
538
539
|
- lib/rubocop/ruby2_3/rakelib/rubocop_gradual.rake
|
|
539
540
|
- lib/rubocop/ruby2_3/tasks.rb
|
|
540
541
|
- lib/rubocop/ruby2_3/version.rb
|
|
542
|
+
- rubocop-lts/rails.yml
|
|
543
|
+
- rubocop-lts/rails_rspec.yml
|
|
544
|
+
- rubocop-lts/rspec.yml
|
|
545
|
+
- rubocop-lts/ruby.yml
|
|
546
|
+
- rubocop-lts/ruby_rspec.yml
|
|
547
|
+
- rubocop-lts/rubygem.yml
|
|
548
|
+
- rubocop-lts/rubygem_rspec.yml
|
|
549
|
+
- rubocop-lts/strict/rails.yml
|
|
550
|
+
- rubocop-lts/strict/rspec.yml
|
|
551
|
+
- rubocop-lts/strict/ruby.yml
|
|
552
|
+
- rubocop.yml
|
|
541
553
|
- sig/rubocop/ruby2_3.rbs
|
|
542
554
|
- sig/rubocop/ruby2_3/version.rbs
|
|
543
555
|
homepage: https://github.com/rubocop-lts/rubocop-ruby2_3
|
|
@@ -545,10 +557,10 @@ licenses:
|
|
|
545
557
|
- MIT
|
|
546
558
|
metadata:
|
|
547
559
|
homepage_uri: https://rubocop-ruby2-3.galtzo.com
|
|
548
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/tree/v3.0.
|
|
549
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/v3.0.
|
|
560
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/tree/v3.0.6
|
|
561
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/blob/v3.0.6/CHANGELOG.md
|
|
550
562
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/issues
|
|
551
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/3.0.
|
|
563
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/3.0.6
|
|
552
564
|
funding_uri: https://github.com/sponsors/pboling
|
|
553
565
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_3/wiki
|
|
554
566
|
news_uri: https://www.railsbling.com/tags/rubocop-ruby2_3
|
metadata.gz.sig
CHANGED
|
Binary file
|