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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f4fbfc85a0ad1e4a15fe34cafe06b3dfadb33f3a191cafebe946ba61f771b4
4
- data.tar.gz: f89e327dd683b13230ed5c7e1d6aebd28d21fed1e8eb5e2d6d6ab3c7ea3b43e0
3
+ metadata.gz: 56ced34845ec6e72393951232612b98f8981631669da4df57bdf94f79d181e8f
4
+ data.tar.gz: 45e1db447befb225eb6ff57f13e3e2bce48290ac4b39ebd77548f2de41db3d1e
5
5
  SHA512:
6
- metadata.gz: 9e753b740a76773a2cbf299d83fc510af4d407065d2f033686a9916b8adec8f9df804e1e97b89b62ca90aa6a0c6bb4a40270cb100fb0dad90088b425e3a89a9c
7
- data.tar.gz: bbda025dcfd09ed0adbaacee7f5f8b56d5e452adc339fbb40b9216a9ef08943ef8fcded37cf8accc95b7d2ac78c5539491fd2699845786b5e0e5fcb1a9c43735
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
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Ruby27
5
5
  module Version
6
- VERSION = "3.0.0"
6
+ VERSION = "3.0.1"
7
7
  end
8
8
  end
9
9
  end
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.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.0
366
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_7/blob/v3.0.0/CHANGELOG.md
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.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