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 +4 -4
- data/CHANGELOG.adoc +6 -0
- data/configs/layout.yml +11 -0
- data/lib/rubomatic/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffaa65801b8b41da30ad1718839a6284616ebdfb6aba0b4fe0fc6357dfc31760
|
|
4
|
+
data.tar.gz: f7535c86ec4274438044268399123d80cd35eb0ac33acf23bb5ace172095d4a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ed5e478271c115c90ead05ba5184f364307a991e8ec46604b7b39c9823e9ce52d9b4d34f696c4d08ff400b0cf2b810e8bca330bd6c266d3c2e42d7fd9ad53c4
|
|
7
|
+
data.tar.gz: c541070d7e2ed3856fd6689d9172aaf47455592086b34246ccef9b428f84215cd63c54d15531a87aaf12a9f9064775d9c6467a0474aa62840cc5b83fcd3c4006
|
data/CHANGELOG.adoc
CHANGED
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
|
data/lib/rubomatic/version.rb
CHANGED
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.
|
|
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
|
+
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:
|
|
102
|
+
version: 1.3.1
|
|
103
103
|
requirements: []
|
|
104
104
|
rubygems_version: 3.2.15
|
|
105
105
|
signing_key:
|