rubocop-vaporyhumo 0.5.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 +7 -0
  3. data/SECURITY.md +2 -2
  4. data/config.yml +7 -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: 1040bcb6ccb2e13a316fd78f6ffd12653e3f2c53a756ab8e5165695c96349fba
4
+ data.tar.gz: 9fcd70477fbc46decb3abf833ba9113ea01c6fda15331bc707c1c7e36bda7268
5
5
  SHA512:
6
- metadata.gz: cd0d246c7f5814cbdb30cee4dd39d8325fd4305549bf434700af36310c0ce472f5c374b18236b0d66f1a9f8d256b6dfb95f637f4034602e2e26e052e40cd1f6c
7
- data.tar.gz: b263bf6ee6418b02e4f352c1c296fd4efc23b8d5a53ca5a79ded8d1b15f20f2e72c2767d837d066363bc0e7cc89694a6646762358bbfc15dc2497ea61a4e57e1
6
+ metadata.gz: 2c14326e925f866429c763d51b671d1a6c637569b76f474dc2e75fd5dcf2e3eae9ae5730a817891b2bf530c3e63897c71537dce9db227539e232a3a134ebdb1e
7
+ data.tar.gz: d539ee27e3bffb3287f1ede660c6873b7ccf8c52be0a0bc64c4fd56160c87335facad9188249ea47df69fa8f8b6d804ad95468bb4a8f68324ce443db1f2b5afd
data/CHANGELOG.md CHANGED
@@ -10,6 +10,13 @@ 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
+
17
+ ## [0.6.0] - 2025-06-24
18
+ ### Changed
19
+ - Disable `Style/EmptyCaseCondition`
13
20
 
14
21
  ## [0.5.0] - 2025-06-23
15
22
  ### 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.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
@@ -121,4 +124,7 @@ Security/CompoundHash:
121
124
 
122
125
  # Style
123
126
  Style/ColonMethodCall:
124
- Enabled: false
127
+ Enabled: false
128
+
129
+ Style/EmptyCaseCondition:
130
+ 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.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Vilina (vaporyhumo)