rubocop-gusto 10.9.1 → 10.9.2

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: bfe32904ee2cd054ac91081d5cab3f9cd4b15deb007e816ca1afefdf00aa41b0
4
- data.tar.gz: 244866f38efc30bc95881ff3129664f136448284209a5b04f76bbe9241338d89
3
+ metadata.gz: cca5632a6007521f13cac06aa76289c66ed70184d19fc388dec18b8b6b5ecbb1
4
+ data.tar.gz: b315f4ab5aa4b8f646a1494cd7b433296f4cd1558f952bfec6ce5bfb3f4ea264
5
5
  SHA512:
6
- metadata.gz: ec813a15822dbd2030267110dd697142e51c705bf48c9c2b197d0b6567d4373a2d389e1465a12f67df5edc640d932e2a3587fc4fb2a921577594ff93a78ecc07
7
- data.tar.gz: abf67fb4291bc44ab9b86c3a0bdf91c9871af49bee41ac8de6f9f986888b6231cecb3cb9d754289b97ae389a1aa56e7727cc5f64097d5140fadf59f286c55fd8
6
+ metadata.gz: 8eef2544e0fd96f673d0eecc769cd8218c38268defadc0dccec7c61eb02a86ae48e5ed8142cbb0c218b3f4e7236d07a729599a6259b7042d7ad4ba926d85a448
7
+ data.tar.gz: f0830eff4ab7e2cd69a16e00f55d788d493ea4a554eb191c02f2bc129d83f901cafb7b9cb0e3a2905763f0ee63442af0b19025582f153ee59df8b893838d3c55
data/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  - Remove redundant `Rails: Enabled: true` from `config/rails.yml` (already set by rubocop-rails' own defaults)
4
4
  - Enable `Rails/DefaultScope` cop (disabled by default in rubocop-rails)
5
5
 
6
+ ## [10.9.2](https://github.com/Gusto/rubocop-gusto/compare/v10.9.1...v10.9.2) (2026-05-22)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * upload gem from pkg/ to GitHub release ([#114](https://github.com/Gusto/rubocop-gusto/issues/114)) ([de0530e](https://github.com/Gusto/rubocop-gusto/commit/de0530e65acfc9a8ab789ea89011e089dda5072e))
12
+
6
13
  ## [10.9.1](https://github.com/Gusto/rubocop-gusto/compare/v10.9.0...v10.9.1) (2026-05-22)
7
14
 
8
15
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Gusto
5
- VERSION = "10.9.1"
5
+ VERSION = "10.9.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-gusto
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.9.1
4
+ version: 10.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusto Engineering