rf-stylez 0.12.0 → 0.13.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 +12 -1
- 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: 54b5d943630d52ab7cf7511104196476c15f9f02e6f52defb435fd20e6ab743b
|
|
4
|
+
data.tar.gz: 8732cd5d8f52c6401be14b08bd935b9822731826306591b23e01e983d5750669
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1235de1199e69b9dc116b9119ff2b8c95db7c7c4c93e02a03cca7f0356a56b6d8d33e4bdf2f29082f2b499d9e5fc9993c69b54536e0a8cd3731b469b52289b61
|
|
7
|
+
data.tar.gz: 5253a7bbbeb5457740e585992498dc443dd6133e68f189a2d9442464eeda006736d90f4f35fcab05d28194464d3336699949820b819cf33b1ac2e48b817f3637
|
data/lib/rf/stylez/version.rb
CHANGED
data/ruby/rubocop.yml
CHANGED
|
@@ -135,7 +135,18 @@ Style/MethodCallWithoutArgsParentheses:
|
|
|
135
135
|
Style/InfiniteLoop:
|
|
136
136
|
Enabled: true
|
|
137
137
|
Style/StringLiterals:
|
|
138
|
-
|
|
138
|
+
Description: 'Checks if uses of quotes match the configured preference.'
|
|
139
|
+
StyleGuide: '#consistent-string-literals'
|
|
140
|
+
Enabled: true
|
|
141
|
+
VersionAdded: '0.9'
|
|
142
|
+
VersionChanged: '0.36'
|
|
143
|
+
EnforcedStyle: double_quotes
|
|
144
|
+
SupportedStyles:
|
|
145
|
+
- single_quotes
|
|
146
|
+
- double_quotes
|
|
147
|
+
# If `true`, strings which span multiple lines using `\` for continuation must
|
|
148
|
+
# use the same type of quotes on each line.
|
|
149
|
+
ConsistentQuotesInMultiline: true
|
|
139
150
|
Style/AndOr:
|
|
140
151
|
Enabled: true
|
|
141
152
|
Style/Not:
|
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.13.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: 2021-
|
|
11
|
+
date: 2021-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|