rf-stylez 0.2.6 → 0.2.7

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: 1b3981348e85231a55a370e5059321d875f0279e
4
- data.tar.gz: 3ec855d8df7962120653bd2b285bb97432e961b0
3
+ metadata.gz: 8301900056069e37b33c0306b785bd3a3f62cc83
4
+ data.tar.gz: c55d23d7d50f7ab5f1c2c3376db0ba30003fc4ea
5
5
  SHA512:
6
- metadata.gz: 8d1d55b55e45853fa85fb38c675dff26485a0e358eb013d0c393210d1754bd4e455f7efc0cedd66d2f3258162edd2df0f85e3d576eb2ff93dfba4a8ef517ac21
7
- data.tar.gz: 18c690579c2a14f77ef18083f03e45fcc764af7b152773f5dea84de03a1402fcd716b85f931850d75820044229e5fb6a069a186fb89f2b86c2ed4a9b3dcdaf46
6
+ metadata.gz: 1dc06e184c037f1506904ae3911005bdf39f92c8b6fbf8d457717be368f736d36035550f3243e890c4d64953d54c643071bc281b669c8a69ba9860d7794822c6
7
+ data.tar.gz: 280d6f96c9ac9b1ef4c0fa53d3a42dabbfebdc1a62785741d7f212dbfa87454f79278eaf4ea93c60ae6fd939de917bf12d84180c097a197cd566477d66f675cd
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Rf
3
3
  module Stylez
4
- VERSION = '0.2.6'
4
+ VERSION = '0.2.7'
5
5
  end
6
6
  end
@@ -114,6 +114,8 @@ Style/MultilineIfThen:
114
114
  Enabled: true
115
115
  Style/Semicolon:
116
116
  Enabled: true
117
+ Style/SignalException:
118
+ Enabled: true
117
119
 
118
120
  Metrics/LineLength:
119
121
  Enabled: true
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.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuel Evans
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-08 00:00:00.000000000 Z
11
+ date: 2018-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop