sevenwire-rubocop 1.3.0 → 1.3.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: b23155cc3762d557e3cd7084d496ad61dea26b33052d0467b478852a0b7cf01e
4
- data.tar.gz: 31c8ceab104e8d0efcffa1d9acdc07a759eb9d3f20dfad0fe84878d7c637c433
3
+ metadata.gz: c01bf8876cb195f5c595dc0004201cabad55b858d72d8c53127b906a56f1c533
4
+ data.tar.gz: 1755a1ae9ff789e58fef4f6ead940845adb439642874c186c686a891f833a3dc
5
5
  SHA512:
6
- metadata.gz: efa8bfdc02abf321c827b93b7f0cc8b46ab0f671dead57aefc3eeb407662f45c21ef0a8e6bcdadb941780ed55e3c7583089818041dc8ce1d741b788615ca8e2a
7
- data.tar.gz: 868afbda896182f6096b9480b6500a54329ecc8a99d76e1fe36ced3139981a19045c372ac5e27fec6b687e2ec44878d42199c861a3ce1d57c3518d01ab6204f1
6
+ metadata.gz: c458bc7db3aa02457e107cee0c367b00f6960750c994a10800568abeede93a2a64d5ad51cdf52902c4adf6f1e766f4414e7c316a19537f325fd70e5d3cd1a7db
7
+ data.tar.gz: acf44ff7b1bc5419d7aeda133b0cae304e80f9786d035a85aefa2230b9e2f89beb8db6cb1acec6de7b540ab743745f914412ad3d1343dad4ccc8346323ea8bfe
@@ -3,6 +3,7 @@
3
3
  "Gemfile",
4
4
  "Rubocop",
5
5
  "Sevenwire",
6
+ "outdent",
6
7
  "rspec"
7
8
  ],
8
9
  "workbench.colorCustomizations": {
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sevenwire-rubocop (1.3.0)
4
+ sevenwire-rubocop (1.3.1)
5
5
  rubocop (~> 0.82.0)
6
6
  rubocop-performance (~> 1.5)
7
7
  rubocop-rspec (~> 1.39.0)
@@ -9,6 +9,10 @@ Layout/EndAlignment:
9
9
  Enabled: true
10
10
  EnforcedStyleAlignWith: variable
11
11
 
12
+ Layout/FirstArrayElementIndentation:
13
+ Enabled: true
14
+ EnforcedStyle: consistent
15
+
12
16
  Layout/FirstHashElementIndentation:
13
17
  Enabled: true
14
18
  EnforcedStyle: consistent
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sevenwire
4
4
  module Rubocop
5
- VERSION = "1.3.0"
5
+ VERSION = "1.3.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sevenwire-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Arbini
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-06 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop