rubocop-discourse 3.5.1 → 3.6.0

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: e2b049b290bf937da8f8b3a95203f25954bf2e85b16e003d0a200e4cf90aa52d
4
- data.tar.gz: fbd835949b73e4de70aef27895cd7ba7210b4c4a8b911c7048f00112a6334f6f
3
+ metadata.gz: e57f05acccac952d699a535ba6d53c33e68c5e9e9872f35ade7272d9bf4c97f8
4
+ data.tar.gz: 615179ee1ea8739f9fc4f1c650006a2ea59b0d54fe6286d251149392a1739e87
5
5
  SHA512:
6
- metadata.gz: 58db04806e8ab6cf509a5953cba0bc3d1e24476459a783314a8d39d86dd89d5d89a5f95bd9e5d74b4935a70ce475e6af974031d8724cad54fded6e1a5b0ec9eb
7
- data.tar.gz: 8c45b4576541ade60ca9186359985c0b6d5ffd14a94d5c45ebd465d6bd10c997e1f86150815ed6348dacd11569c753d072524323e8c9c797eb1c722b6ca27aca
6
+ metadata.gz: 6c2e8ab893929e04877786425beead68633197d0b2dacde6e40ad814454dee38f54ec80646ca7b2bf9bde48fbe555fe7c3dffecd96ee5ac58a10f73c11d02c8e
7
+ data.tar.gz: d3c6717f1bab2b3c6c5f83fe19d340de4713390c87052ca8ce63394858b28dfad9a6668f0a0b5978263f052f1b383a0ba507ef08f07b60cff5bd592bc8bac5b9
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "rubocop-discourse"
5
- s.version = "3.5.1"
5
+ s.version = "3.6.0"
6
6
  s.summary = "Custom rubocop cops used by Discourse"
7
7
  s.authors = ["Discourse Team"]
8
8
  s.license = "MIT"
data/rubocop-layout.yml CHANGED
@@ -10,6 +10,10 @@ Layout/CommentIndentation:
10
10
  Layout/EmptyLines:
11
11
  Enabled: true
12
12
 
13
+ # Use empty lines between definitions.
14
+ Layout/EmptyLineBetweenDefs:
15
+ Enabled: true
16
+
13
17
  # Two spaces, no tabs (for indentation).
14
18
  Layout/IndentationWidth:
15
19
  Enabled: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-discourse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Discourse Team