rubocop-ogat 1.24.0 → 1.24.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: 6e305bb95ffae47f659ff16f047f45195e6c923d4b2a832cd0a6a6a5b39a78fd
4
- data.tar.gz: 04bfa514e087ac9a5bc9128a73a80bfd3d2de5b3d695142668b2c21226afb55a
3
+ metadata.gz: 1cb075943a4dfab2859dc95b7179cf857c6cb305855fbddcaa07fb9350803356
4
+ data.tar.gz: 9a350afb9236abd00a7fc2686d26c6449214f79c012bc2169322bfcf828ff22d
5
5
  SHA512:
6
- metadata.gz: f1ce94a876892b9521dee48fda580a7be44a4336ea5de0eed5ece2b097863a085f0fc27c5fcd581e2ab5dfc640d2fd6a1a4236804756ce41fe875bb1ab5d8717
7
- data.tar.gz: ea36f8a362daa224b8b401c9e1b57c4c57839fbb2e7be81ae70678f7c894a7426d4a6a9a74638213801ac1543c3be305b197ec7cff6d7c01065774970da6763a
6
+ metadata.gz: 38fe20884251a1fedb209e5f4b1a1b1f98c52574df16184d1f56cb7bc9c221cbc5abc0ff0c0c690d12a90686fac2edafb9cdd7a62d8ed99b9ad92b10c2560a64
7
+ data.tar.gz: 3b4898b049ef3a14989c9b94f12d59a6de96c2d8bf4688647099d5b534669981190f04709e928023b6aa4fe3a9b599a53a414197dce999487be608b838059928
data/config/default.yml CHANGED
@@ -11,7 +11,7 @@ AllCops:
11
11
  - 'vendor/**/*'
12
12
  - 'tmp/**/*'
13
13
 
14
- Layout/AlignParameters:
14
+ Layout/AlignArguments:
15
15
  EnforcedStyle: with_fixed_indentation
16
16
 
17
17
  Lint/AmbiguousBlockAssociation:
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  # Define version info for the gem
5
5
  module Ogat
6
- VERSION = '1.24.0'
6
+ VERSION = '1.24.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: 1.24.0
4
+ version: 1.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes