rubomatic 2.1.0.pre.rc.4 → 2.2.0.pre.rc3

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: 6a41443c2147894bfe44cb675e2a3631def4250071412dd995f99386de9dcc62
4
- data.tar.gz: 22b6c3a48cbc9f54bb35a8960cba25d4834035535b7c9f99acaa28056d8cb803
3
+ metadata.gz: c0a560b85606773ea010e7fe19481aa97ba88ecb1d84dd5c0b8e3cf40c4625b3
4
+ data.tar.gz: b8963d10d285bf10528a2f8a1d444847f879ffe3a66182f6fe06f05aba2e68ea
5
5
  SHA512:
6
- metadata.gz: b2a7d52bd1c55bdc0b7f36adabdaa300b4916fcb5169a45d81746097291ba7b9620a2a52468085abf48408e478f48c989cfe60a4f3ec2e2f3f92827297c958c7
7
- data.tar.gz: 4e43603c0ba9eb9e991bc836e8bdc77c9407d69499c61153d575a4786fe4af4ac01e0a1855ba708314b35ba98a5feae742750466d4d79aa16628d50d4245072a
6
+ metadata.gz: bb30c6b244c5e25465d185b862f308017badd7c328eff4b9d4ab8201c2456f051615388a724c9f0d3c4907f4a0de147f74c95d4a2dcc287f29750c41ba8eabd0
7
+ data.tar.gz: e23494beaec9c085cfce0102fea2ab4ecfa8468186284adcd1296e5f77acee91702b5d616d11dd55cdbaaadc76a753e3d42b89027ef4e2883983cd2ff8e9e089
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,9 @@
1
+ == 2.2.0
2
+
3
+ === Config
4
+
5
+ * Update class structure 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,17 @@ 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
+ - helper
141
150
  belongs_to:
142
151
  - belongs_to
143
152
  has_one:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '2.1.0-rc.4'
4
+ VERSION = '2.2.0-rc3'
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.pre.rc.4
4
+ version: 2.2.0.pre.rc3
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