rubomatic 2.2.0.pre.rc3 → 2.2.0.pre.rc4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0a560b85606773ea010e7fe19481aa97ba88ecb1d84dd5c0b8e3cf40c4625b3
4
- data.tar.gz: b8963d10d285bf10528a2f8a1d444847f879ffe3a66182f6fe06f05aba2e68ea
3
+ metadata.gz: ffaa65801b8b41da30ad1718839a6284616ebdfb6aba0b4fe0fc6357dfc31760
4
+ data.tar.gz: f7535c86ec4274438044268399123d80cd35eb0ac33acf23bb5ace172095d4a5
5
5
  SHA512:
6
- metadata.gz: bb30c6b244c5e25465d185b862f308017badd7c328eff4b9d4ab8201c2456f051615388a724c9f0d3c4907f4a0de147f74c95d4a2dcc287f29750c41ba8eabd0
7
- data.tar.gz: e23494beaec9c085cfce0102fea2ab4ecfa8468186284adcd1296e5f77acee91702b5d616d11dd55cdbaaadc76a753e3d42b89027ef4e2883983cd2ff8e9e089
6
+ metadata.gz: 8ed5e478271c115c90ead05ba5184f364307a991e8ec46604b7b39c9823e9ce52d9b4d34f696c4d08ff400b0cf2b810e8bca330bd6c266d3c2e42d7fd9ad53c4
7
+ data.tar.gz: c541070d7e2ed3856fd6689d9172aaf47455592086b34246ccef9b428f84215cd63c54d15531a87aaf12a9f9064775d9c6467a0474aa62840cc5b83fcd3c4006
data/CHANGELOG.adoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  === Config
4
4
 
5
- * Update class structure to include controller only methods
5
+ * Update `Layout/ClassStructure` to include controller only methods
6
6
 
7
7
  == 2.1.0
8
8
 
data/configs/layout.yml CHANGED
@@ -146,6 +146,7 @@ Layout/ClassStructure:
146
146
  - prepend
147
147
  - extend
148
148
  - include
149
+ view_module_inclusion:
149
150
  - helper
150
151
  belongs_to:
151
152
  - belongs_to
@@ -174,6 +175,7 @@ Layout/ClassStructure:
174
175
  - default_scope
175
176
  - constants
176
177
  - module_inclusion
178
+ - view_module_inclusion
177
179
  - callbacks
178
180
  - belongs_to
179
181
  - has_one
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '2.2.0-rc3'
4
+ VERSION = '2.2.0-rc4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.pre.rc3
4
+ version: 2.2.0.pre.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance