rubocop-ogat 2.7.1 → 2.7.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: a0ff31d3a9a038f1f42b3cc17e58372aa54b24968496411a6db231d03b632234
4
- data.tar.gz: 30260d9eb84e4a4ca1d59ea06537e4dc95974eb6a40bcbf5864bd56fb423c389
3
+ metadata.gz: f3dcb099bdc44da6a7c1e99a8bf3f41c9aa42bee7e46628c01d8ba013dd15cec
4
+ data.tar.gz: cc78fa063a90fca04c39b4f3fd89fe984ffab02ca53b1531ebb5224cf37fad1d
5
5
  SHA512:
6
- metadata.gz: aaf6e986d63b3776930b82ea9f8d9a879439cb22e5b04910a834a6738b20565f6ddea0cb4f65193bc78f57b2dd4d86a656d5bb17b2a9d1a7cd8bd3841d972136
7
- data.tar.gz: ab793ffccdb45e0bf7e19397807241742439fa0987bc37acbea2926a9d556c062d2ddd7bf68d0d50698a9a7ca70e8e2797119fee292ad29833f0c956c6a17469
6
+ metadata.gz: a38957f0ed756b0924e75cc3c47285a153c93a30e3d0b541676240ef43fad1dca38df694d6382e83879e347386f4401d5d667a89487ccfd5a4ab53b1da6aac52
7
+ data.tar.gz: 4d7cc428191b24b1a449571f1957accd9b4b977ca10ff53fa8efdb6fccf2bc30f9b00dd4b67b1bc4646d8a498dee65666431255ed7669c6380cfba79928dffea
@@ -23,6 +23,9 @@ Layout/LineLength:
23
23
  AutoCorrect: true
24
24
  Max: 120
25
25
 
26
+ Minitest/TestMethodName:
27
+ Enabled: false
28
+
26
29
  RSpec/ImplicitSubject:
27
30
  Enabled: false
28
31
 
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  # Define version info for the gem
5
5
  module Ogat
6
- VERSION = "2.7.1"
6
+ VERSION = "2.7.2"
7
7
  public_constant :VERSION
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ogat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.1
4
+ version: 2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes