rubocop-ruby2_7 3.0.0 → 3.0.1
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 +1 -0
- data/lib/rubocop/ruby2_7/version.rb +1 -1
- data/rubocop-lts/ruby.yml +2 -0
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 56ced34845ec6e72393951232612b98f8981631669da4df57bdf94f79d181e8f
|
|
4
|
+
data.tar.gz: 45e1db447befb225eb6ff57f13e3e2bce48290ac4b39ebd77548f2de41db3d1e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51e9792ec21f081d3807a86668f6eb23c8e10816cc4a3f242aa92fbf348f130aea38995a676d61fb3c5d8c514869a9095ec5d53cd2a7b5433f2a8166a89a2d02
|
|
7
|
+
data.tar.gz: 48ed214f0b3062aaa07e221658d2e0d43bc81a03b5d5855db140cd8593e0360b2720ceb581474abce8f3b980ccc0fe08f45161424fcbbe3cc0e4ad8adfd03783
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
### Added
|
|
9
9
|
### Changed
|
|
10
|
+
- Load `rubocop-thread_safety` through RuboCop's plugin API.
|
|
10
11
|
- Tidelift for Reporting Security vulnerabilities
|
|
11
12
|
- Updated `standard-rubocop-lts` dependency to the `2.x` series.
|
|
12
13
|
### Fixed
|
data/rubocop-lts/ruby.yml
CHANGED
|
@@ -39,6 +39,8 @@ Metrics:
|
|
|
39
39
|
plugins:
|
|
40
40
|
# Rubygems have Rakefile as a convention, and if they don't, why not?
|
|
41
41
|
- rubocop-rake
|
|
42
|
+
# Warn about thread unsafe code in the broad LTS Ruby profile.
|
|
43
|
+
- rubocop-thread_safety
|
|
42
44
|
|
|
43
45
|
# Ruby specific customizations
|
|
44
46
|
Layout/LineLength:
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby2_7
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -362,10 +362,10 @@ licenses:
|
|
|
362
362
|
- MIT
|
|
363
363
|
metadata:
|
|
364
364
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_7
|
|
365
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v3.0.
|
|
366
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v3.0.
|
|
365
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/tree/v3.0.1
|
|
366
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v3.0.1/CHANGELOG.md
|
|
367
367
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/issues
|
|
368
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/3.0.
|
|
368
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/3.0.1
|
|
369
369
|
funding_uri: https://liberapay.com/pboling
|
|
370
370
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/wiki
|
|
371
371
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|