rf-stylez 0.2.1 → 0.2.2
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 +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f6f2d0def4eec6860d36b56c338d7d48552eb2e
|
|
4
|
+
data.tar.gz: 64dceab49cdf7c894109c177686282ff191d71f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81db020c330e30b7d182b793357d71e3666fb473732f0edd91ba18f0641be49e62e3a32c8bbfd4855d943c0c6178e4f1b352e42ce8549192949ea561f13ae58e
|
|
7
|
+
data.tar.gz: fdd3600d61a99cdf9e974ab4f25983b2bfe217dcbb124b09cfa27d01c9a35ab03f65e9fbe8e17faf449fc1d974102f964e7d579a19e3ef5c3cfd8d0ec57a0e53
|
data/lib/rf/stylez/version.rb
CHANGED
data/ruby/rubocop.yml
CHANGED
|
@@ -105,6 +105,9 @@ Style/Tab:
|
|
|
105
105
|
Enabled: true
|
|
106
106
|
Style/VariableName:
|
|
107
107
|
Enabled: true
|
|
108
|
+
Style/TrailingCommaInLiteral:
|
|
109
|
+
Enabled: true
|
|
110
|
+
EnforcedStyleForMultiline: consistent_comma
|
|
108
111
|
Metrics/LineLength:
|
|
109
112
|
Enabled: true
|
|
110
113
|
Max: 120
|
|
@@ -112,6 +115,8 @@ Metrics/LineLength:
|
|
|
112
115
|
AllowURI: true
|
|
113
116
|
Style/MultilineIfThen:
|
|
114
117
|
Enabled: true
|
|
118
|
+
Style/Semicolon:
|
|
119
|
+
Enabled: true
|
|
115
120
|
|
|
116
121
|
# Dumb lint cops
|
|
117
122
|
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.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emanuel Evans
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|