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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd6f401396bc17ed5ccf609d31290d83d62f8fda
4
- data.tar.gz: 193c5f86bf2707f5e3ceec88033782095270c259
3
+ metadata.gz: 3f6f2d0def4eec6860d36b56c338d7d48552eb2e
4
+ data.tar.gz: 64dceab49cdf7c894109c177686282ff191d71f7
5
5
  SHA512:
6
- metadata.gz: 73fbde96e9e232f70fcc55e82c8fd08f15c3b6301856565a22e5eda8a3d157ae002cba2c332f62cee534e6edbe6172bb077dc6700b19bf2ca4ae72740dfd403a
7
- data.tar.gz: 8dd619902ce1af206a5e16486f96ed94dc3c1a1e3815306cf6b50245e45f687178a8ac160528ae51a13e1732630b245ace03bd6307252630e8dc1b6dee1d6161
6
+ metadata.gz: 81db020c330e30b7d182b793357d71e3666fb473732f0edd91ba18f0641be49e62e3a32c8bbfd4855d943c0c6178e4f1b352e42ce8549192949ea561f13ae58e
7
+ data.tar.gz: fdd3600d61a99cdf9e974ab4f25983b2bfe217dcbb124b09cfa27d01c9a35ab03f65e9fbe8e17faf449fc1d974102f964e7d579a19e3ef5c3cfd8d0ec57a0e53
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Rf
3
3
  module Stylez
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
6
6
  end
@@ -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.1
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-03-21 00:00:00.000000000 Z
11
+ date: 2016-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler