rubocop-view_component 0.5.0 → 0.5.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: d359676eea94fac5c19cabfdbb56688fa62cd50eb5264e04843f81bb75a9ae58
4
- data.tar.gz: e1efa2b33bc90fa5f75255093c79984f4cd7f0340f6034a1ead911b780635298
3
+ metadata.gz: 93f6d112da7bf592a3d0a114d492211798067caea8c8286feee1930d2b56810d
4
+ data.tar.gz: b5bb3fcbf1e270cff0410dd743145130ba1de2089374c6f4c6b0618037e64e92
5
5
  SHA512:
6
- metadata.gz: 51577192c4ad213c49b41a116b6349387d5265a19679626ae0185d783d259803fb9d3a572a1ca449255baebfbdf0a606a72a95f0597803f4bd4844b751b267b9
7
- data.tar.gz: '0876d2f67a173ee761d25b68115c8526dc51befa3841b0f9ad09091e1420827e786a442398bd694fcf14c38bbec07190fd11de0b2036e1517311bc66becac6be'
6
+ metadata.gz: 92322d18a8ced7cb42d053bbd595e926b11059a49162ae7c7b3e01721397d45b61ca4b00715955b808b1699fa4d8d2ecdc05a68f6f0114e62b32081a92e2b174
7
+ data.tar.gz: d55bb666487e1782dfce9298d78a920c989c58c6c33fc34a7f47f4bddae52543e05741b1f18da1ecbb2fa847345d09cab01c23ef759958204982ac27ee889f8a
data/config/default.yml CHANGED
@@ -19,6 +19,7 @@ ViewComponent/MissingPreview:
19
19
  PreviewPaths:
20
20
  - test/components/previews
21
21
  - spec/components/previews
22
+ ComponentNamespaces: []
22
23
 
23
24
  ViewComponent/NoGlobalState:
24
25
  Description: 'Avoid accessing global state (params, request, session, cookies,
@@ -51,6 +52,7 @@ ViewComponent/PreferComposition:
51
52
  VersionAdded: '0.3'
52
53
  Severity: convention
53
54
  StyleGuide: 'https://viewcomponent.org/best_practices.html#avoid-inheritance'
55
+ ComponentNamespaces: []
54
56
 
55
57
  ViewComponent/PreferSlots:
56
58
  Description: 'Prefer slots over HTML string parameters.'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module ViewComponent
5
- VERSION = "0.5.0"
5
+ VERSION = "0.5.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-view_component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Waite