rubocop-vaporyhumo 0.6.0 → 0.7.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/SECURITY.md +2 -2
  4. data/config.yml +3 -0
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53ce97a86bf9846fd9964d429822acb246a2ffd9961efed2f10c9e1b90302116
4
- data.tar.gz: 8e6309fe3dd89078eda522399f1224fdfc0a44b37216f5c13a5aeb8a04fe33cc
3
+ metadata.gz: 1040bcb6ccb2e13a316fd78f6ffd12653e3f2c53a756ab8e5165695c96349fba
4
+ data.tar.gz: 9fcd70477fbc46decb3abf833ba9113ea01c6fda15331bc707c1c7e36bda7268
5
5
  SHA512:
6
- metadata.gz: b5ad7312b0f75c0092e0f451ff5b3ed5230fd606d340d80e4ba260b105f1bbd0354b7551d47ef3a52833603fe8fb6c38b5474e9b36a49446146eea19d12a687f
7
- data.tar.gz: 926076e272d8c07d7c27019dc3aa9c860a669b9fd7efec08fe64b5157aa22909e73b8b6b3cdd19ad7acfe457acd3f45fcdfcfc2317de690261af092ce294af1d
6
+ metadata.gz: 2c14326e925f866429c763d51b671d1a6c637569b76f474dc2e75fd5dcf2e3eae9ae5730a817891b2bf530c3e63897c71537dce9db227539e232a3a134ebdb1e
7
+ data.tar.gz: d539ee27e3bffb3287f1ede660c6873b7ccf8c52be0a0bc64c4fd56160c87335facad9188249ea47df69fa8f8b6d804ad95468bb4a8f68324ce443db1f2b5afd
data/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning][2].
10
10
 
11
11
  ## [Unreleased]
12
12
 
13
+ ## [0.7.0] - 2025-06-24
14
+ ### Added
15
+ - Enable `rubocop-rspec` plugin
16
+
13
17
  ## [0.6.0] - 2025-06-24
14
18
  ### Changed
15
19
  - Disable `Style/EmptyCaseCondition`
data/SECURITY.md CHANGED
@@ -6,8 +6,8 @@ Currently supported version are:
6
6
 
7
7
  | Version | Supported |
8
8
  | ------- | ------------------ |
9
- | 0.6.0 | :white_check_mark: |
10
- | < 0.6.0 | :x: |
9
+ | 0.7.0 | :white_check_mark: |
10
+ | < 0.7.0 | :x: |
11
11
 
12
12
  ## Reporting a Vulnerability
13
13
 
data/config.yml CHANGED
@@ -4,6 +4,9 @@ inherit_mode:
4
4
  - Exclude
5
5
  - IgnoredMethods
6
6
 
7
+ plugins:
8
+ - rubocop-rspec
9
+
7
10
  # Bundler
8
11
  Bundler/GemComment:
9
12
  Enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-vaporyhumo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Vilina (vaporyhumo)