rubocop-vaporyhumo 0.5.0 → 0.6.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 +3 -0
  3. data/SECURITY.md +2 -2
  4. data/config.yml +4 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b40d9eb61aebea939011d0f003e556eec518f449a4d3ff2beca0b6a33087e54
4
- data.tar.gz: 1c9640c008ea75b270bea8dca54acf623e3049f8881f47885aa6ab48f64ce8f2
3
+ metadata.gz: 53ce97a86bf9846fd9964d429822acb246a2ffd9961efed2f10c9e1b90302116
4
+ data.tar.gz: 8e6309fe3dd89078eda522399f1224fdfc0a44b37216f5c13a5aeb8a04fe33cc
5
5
  SHA512:
6
- metadata.gz: cd0d246c7f5814cbdb30cee4dd39d8325fd4305549bf434700af36310c0ce472f5c374b18236b0d66f1a9f8d256b6dfb95f637f4034602e2e26e052e40cd1f6c
7
- data.tar.gz: b263bf6ee6418b02e4f352c1c296fd4efc23b8d5a53ca5a79ded8d1b15f20f2e72c2767d837d066363bc0e7cc89694a6646762358bbfc15dc2497ea61a4e57e1
6
+ metadata.gz: b5ad7312b0f75c0092e0f451ff5b3ed5230fd606d340d80e4ba260b105f1bbd0354b7551d47ef3a52833603fe8fb6c38b5474e9b36a49446146eea19d12a687f
7
+ data.tar.gz: 926076e272d8c07d7c27019dc3aa9c860a669b9fd7efec08fe64b5157aa22909e73b8b6b3cdd19ad7acfe457acd3f45fcdfcfc2317de690261af092ce294af1d
data/CHANGELOG.md CHANGED
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning][2].
10
10
 
11
11
  ## [Unreleased]
12
12
 
13
+ ## [0.6.0] - 2025-06-24
14
+ ### Changed
15
+ - Disable `Style/EmptyCaseCondition`
13
16
 
14
17
  ## [0.5.0] - 2025-06-23
15
18
  ### Added
data/SECURITY.md CHANGED
@@ -6,8 +6,8 @@ Currently supported version are:
6
6
 
7
7
  | Version | Supported |
8
8
  | ------- | ------------------ |
9
- | 0.5.0 | :white_check_mark: |
10
- | < 0.5.0 | :x: |
9
+ | 0.6.0 | :white_check_mark: |
10
+ | < 0.6.0 | :x: |
11
11
 
12
12
  ## Reporting a Vulnerability
13
13
 
data/config.yml CHANGED
@@ -121,4 +121,7 @@ Security/CompoundHash:
121
121
 
122
122
  # Style
123
123
  Style/ColonMethodCall:
124
- Enabled: false
124
+ Enabled: false
125
+
126
+ Style/EmptyCaseCondition:
127
+ Enabled: false
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.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Vilina (vaporyhumo)