rubocop-rubomatic 1.6.2 → 1.6.3

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: f0bbbc25b2746c64a00b62c3782ef965cfb1caa35b290307b2c4037e0e030054
4
- data.tar.gz: 87a896f3f8bebc3d7882d47faf4f8aa829467a752c980a43b77595ab932aa815
3
+ metadata.gz: 60ec26773c8ec5ae58c8a7d6285838c2392b254961e7c887a842d00828a50faa
4
+ data.tar.gz: ebb4aea9c2cb0caf1f8ef37ba0db72db4c7ab01f533fc1e1b5cd094ade0bc5cc
5
5
  SHA512:
6
- metadata.gz: 456dc82a85a0d2c1eb18b1b74be7a3d8777c961f0cd67d1818ee40cf63206554ac2b658a141278bcece5e350534fd802ce666b28772b5daf4102d79c6887f91f
7
- data.tar.gz: 8b6afcc9942a63ef3981105a075f12cd6112141d2b094067ef1745e87edcfa7ee8ec9e594d965cd2355c354ad2c1154b0df9edf857a5c92424bc0290e3d29f3a
6
+ metadata.gz: 57c7a936005229d2053400527eb57c94c7124aa769d77947eff74e2547f62467e59690d88d50e5dbc4d23772af74333dde69029c06c104d56cd1988e69ba6cf0
7
+ data.tar.gz: f58bdaacebab2fbec9b5179a6f6b530e5c574f145414d938959cc8157ae386c1f69f339ec2bd6e90619b21a34b45406815ee336038c26d56ed81cb6840f771b4
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.6.3 (2025-06-18)
2
+
3
+ * Missing inclusion of ``config/rspec.yml``
4
+
1
5
  == 1.6.2 (2025-06-18)
2
6
 
3
7
  * Updated to ``rubocop 1.76.2``
data/config/rubocop.yml CHANGED
@@ -9,6 +9,7 @@ inherit_from:
9
9
  - ./migration.yml
10
10
  - ./naming.yml
11
11
  - ./performance.yml
12
+ - ./rspec.yml
12
13
  - ./security.yml
13
14
  - ./style.yml
14
15
  - ./thread_safety.yml
@@ -5,7 +5,7 @@ module RuboCop
5
5
  module VERSION
6
6
  MAJOR = 1
7
7
  MINOR = 6
8
- TINY = 2
8
+ TINY = 3
9
9
 
10
10
  # Set PRE to nil unless it's a pre-release (beta, rc, etc.)
11
11
  PRE = nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance