rubocop-ruby3_2 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: a3ddd751a4aa8f38a928617910d733425c9183ec75e1c6384811c1c9e743bd55
4
- data.tar.gz: a9886218c128a34d5d8a2588cab0c342773eed2a98a05266d78182726e7c6607
3
+ metadata.gz: 6786bb0dcb1249ac756500ef4607d30df657395f52b7c9c9448313a1ce6f4611
4
+ data.tar.gz: 3d39aec235a67b7ceddd8f22f3442c5d81f32910db16b1d440d3679ffab65d5f
5
5
  SHA512:
6
- metadata.gz: 4fb842ad5ba196f82982df65cce9f629a2dd4b60e9561fad94367da4c0dadac7e95b7e65231802d053e1db831095c90d81ebe45fcfa9790f278daec9a772895f
7
- data.tar.gz: ee2af44c5326d0ffb4c2a64edae26ddf48d79a3c2fa56127f8f02692508d6a09f4c397609f80ff85ee97c162c6e74fef9bf25b4a3fcd78a4b4ff3749c247ad59
6
+ metadata.gz: 25487424b8c04c483f94d1ea69b63607fb9355ae1226edd51bd2a503a3e6397dae3e5d1831104e93606e8cc2b46da9d0aaec1a678853008188ad6b56a7de70f6
7
+ data.tar.gz: 18cf10763907caf08a864f55926e9731a5f6656a2fcf6b5168683f80ce89abd80ed5c37d26ff1ab3ce1a00225347b89691ea03935a20e44f9adf3f9c0f1a34be
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 Ruby32
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
@@ -12,6 +12,8 @@ plugins:
12
12
  # Other Ruby projects don't have a Rakefile by default, so if needed we could add a ruby_vanilla.yml.
13
13
  # With Rakefile seems more common than without for projects that bother to install a linter.
14
14
  - rubocop-rake
15
+ # Warn about thread unsafe code in the broad LTS Ruby profile.
16
+ - rubocop-thread_safety
15
17
 
16
18
  require:
17
19
  # Loads the Standard Ruby suite of gems, and configures for rubocop-lts:
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby3_2
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-ruby3_2
365
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/tree/v3.0.0
366
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/blob/v3.0.0/CHANGELOG.md
365
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/tree/v3.0.1
366
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/blob/v3.0.1/CHANGELOG.md
367
367
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/issues
368
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_2/3.0.0
368
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_2/3.0.1
369
369
  funding_uri: https://liberapay.com/pboling
370
370
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/wiki
371
371
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file