rf-stylez 0.13.0 → 0.14.0
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/lib/rf/stylez/version.rb +1 -1
- data/ruby/rubocop.yml +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61997bdfb767ee58340845830dd03f1a71f9432318818ddca2c511f70d570dbb
|
|
4
|
+
data.tar.gz: 96b7a3c0213e4980736a2a32f45827776b9eb376399f2ca2a32fcff468da1f28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9f9830783fc1680ff00cbcc316f324e330815d59f603c2c539830f76df2fd12b887d44a3f53c22d560450533860bb5209fdb79c00b827e5c0ec3f6c1a0623c8
|
|
7
|
+
data.tar.gz: 042cff1fe645245641e7cdd34250f343b9853c53939de469106794fb4021aefc83f2572b495efc01630b6ca2b8a9aa82b89b521c968c1b6b46edcf7a6e781dbc
|
data/lib/rf/stylez/version.rb
CHANGED
data/ruby/rubocop.yml
CHANGED
|
@@ -176,12 +176,18 @@ Style/SymbolProc:
|
|
|
176
176
|
Enabled: true
|
|
177
177
|
Style/RegexpLiteral:
|
|
178
178
|
Enabled: true
|
|
179
|
+
Style/Documentation:
|
|
180
|
+
Enabled: true
|
|
181
|
+
Style/DocumentationMethod:
|
|
182
|
+
Enabled: false
|
|
179
183
|
|
|
180
184
|
Layout/LineLength:
|
|
181
185
|
Enabled: true
|
|
182
186
|
Max: 120
|
|
183
187
|
AllowHeredoc: true
|
|
184
188
|
AllowURI: true
|
|
189
|
+
Layout/EmptyLineAfterMagicComment:
|
|
190
|
+
Enabled: true
|
|
185
191
|
|
|
186
192
|
# Dumb lint cops
|
|
187
193
|
Lint/AmbiguousOperator:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rf-stylez
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emanuel Evans
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|