rubomatic 2.1.0 → 2.2.0.pre.rc4

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: 7faa56155b2a3d9694546a89c507fedb84489997256da114e08151a281086a29
4
- data.tar.gz: a0f5d7d1391192a8597639e59e7239e28dfed3325cb2079ac3a266d399ea5753
3
+ metadata.gz: ffaa65801b8b41da30ad1718839a6284616ebdfb6aba0b4fe0fc6357dfc31760
4
+ data.tar.gz: f7535c86ec4274438044268399123d80cd35eb0ac33acf23bb5ace172095d4a5
5
5
  SHA512:
6
- metadata.gz: f55b04706a98dc1a0f8b8268518c2412bd57bbf66a8d27beb95c663652ff93de00b1d81f55df25bb28167bc01f7b34456f30b44ee86c4b323200b7f071c0811e
7
- data.tar.gz: 375c09c7cab879c17216d1fe1b970784d7b7543e55076df194ab30aa74b36620e791af6390c832f4ba0b5d6566f3a027c48646c5350c62e06c59a8dcdf2f67fa
6
+ metadata.gz: 8ed5e478271c115c90ead05ba5184f364307a991e8ec46604b7b39c9823e9ce52d9b4d34f696c4d08ff400b0cf2b810e8bca330bd6c266d3c2e42d7fd9ad53c4
7
+ data.tar.gz: c541070d7e2ed3856fd6689d9172aaf47455592086b34246ccef9b428f84215cd63c54d15531a87aaf12a9f9064775d9c6467a0474aa62840cc5b83fcd3c4006
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,9 @@
1
+ == 2.2.0
2
+
3
+ === Config
4
+
5
+ * Update `Layout/ClassStructure` to include controller only methods
6
+
1
7
  == 2.1.0
2
8
 
3
9
  === Config
data/configs/layout.yml CHANGED
@@ -121,6 +121,8 @@ Layout/ClassStructure:
121
121
  Categories:
122
122
  default_scope:
123
123
  - default_scope
124
+ - protect_from_forgery
125
+ - skip_forgery_protection
124
126
  callbacks:
125
127
  - before_save
126
128
  - after_save
@@ -134,10 +136,18 @@ Layout/ClassStructure:
134
136
  - after_destroy
135
137
  - after_commit
136
138
  - after_rollback
139
+ - before_action
140
+ - skip_before_action
141
+ - around_action
142
+ - skip_around_action
143
+ - after_action
144
+ - skip_after_action
137
145
  module_inclusion:
138
146
  - prepend
139
147
  - extend
140
148
  - include
149
+ view_module_inclusion:
150
+ - helper
141
151
  belongs_to:
142
152
  - belongs_to
143
153
  has_one:
@@ -165,6 +175,7 @@ Layout/ClassStructure:
165
175
  - default_scope
166
176
  - constants
167
177
  - module_inclusion
178
+ - view_module_inclusion
168
179
  - callbacks
169
180
  - belongs_to
170
181
  - has_one
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '2.1.0'
4
+ VERSION = '2.2.0-rc4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0.pre.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-11 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -97,9 +97,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: 3.0.1
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - ">"
101
101
  - !ruby/object:Gem::Version
102
- version: '0'
102
+ version: 1.3.1
103
103
  requirements: []
104
104
  rubygems_version: 3.2.15
105
105
  signing_key: