rubocop-ogat 2.8.0 → 2.8.1

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: d714097876c3a6e452ad0eb5e85a8c7fe862ee3d76ab8d6403cc9594bf54d44e
4
- data.tar.gz: 316358b76d1c864edbdd379356a23cc6490a29b2692b9801dfb77db88fd43111
3
+ metadata.gz: 188eeb9784432a36c7bec84bcbf231f6d3eece7d441b2edabe644aa640ec4e32
4
+ data.tar.gz: 86e2b2f9357ba97aca556c403b06cf7313e76fc712ddef8d7b624df03f92fac0
5
5
  SHA512:
6
- metadata.gz: a732334dda591a27d7fb9855462c72169a1d7d9bc1442537e000cedc987e5a5b4c1a0ea6b18ed95de5eb7ec7e5c718e3f13a636fd609be5ddc11f69afb4a0299
7
- data.tar.gz: 3f8f3ca12a6bf3af4030dd71682666cbff2a2af21a9891b50cd411fb9d8aebc7221d5ae567057cea0440bab03b3ac4b06cf459c69d0760b7e7f279a35c825354
6
+ metadata.gz: 15933eeb37bb2eec5f615ce85968fcfb834fcd82ca209f5c4d73579f33f13b49337c5f663f2f5b29f5f4b06dc855a2f08ad2a180b6c1bd783da167f21ad1dbad
7
+ data.tar.gz: 228506ffe59234e0558be52c10d45adaa35d080fe95a514ca70638e21f0c383703b7b9c32e8d2101c473e2416560cb1d4b98b2670c575cb1726249fd5f88b5b2
@@ -24,8 +24,7 @@ Layout/LineLength:
24
24
  Max: 120
25
25
 
26
26
  Lint/MissingSuper:
27
- Exclude:
28
- - 'app/components/**'
27
+ Enabled: false
29
28
 
30
29
  Minitest/TestMethodName:
31
30
  Enabled: false
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  # Define version info for the gem
5
5
  module Ogat
6
- VERSION = "2.8.0"
6
+ VERSION = "2.8.1"
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.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-09-08 00:00:00.000000000 Z
12
+ date: 2020-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler