rf-stylez 0.2.4 → 0.2.5

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: c48874ade01835accb6a9e52f61a756dba11234c
4
- data.tar.gz: 6c56dbbd7a9a2e71de9f994af24a17425d9832fc
3
+ metadata.gz: 6d55a4b159c11031cd7bba0374aca50fad1f629c
4
+ data.tar.gz: fa7fbbae81faa5f74d2fcce61a6f230c5ac19ce9
5
5
  SHA512:
6
- metadata.gz: 1ba7f983cf259d358a5e4b3551ac9969e105f12f89ca72ed0410646e3ff498bd8464f121ca888b6957a4afd537423bb820622c55240c25d828386ebedf9e3ab3
7
- data.tar.gz: 4394b2db9ad95654695f52fb43f940c2dcff3f882c795fa2a8fbc8b6c3a7332d583f63daf1c466ccce2e09f03c655b3ffc11b720bca32d46a06652bf76450e6b
6
+ metadata.gz: c1d34d948d0c6ed728e9def7978229286af123e4acfee43e77a03492fc2ecf149a40d044e251170aa813ee887e37c87c09762c03114198f9f24d4c42cb1fc6a2
7
+ data.tar.gz: 6bbdc0035c23c704dc7409bc8fc1732f919d7a542f14b48f9c4e1d9d95a3de8559dc2b134469ec4e0e4b95935700ea33f70125889f6358f88b82ca10359021a3
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Rf
3
3
  module Stylez
4
- VERSION = '0.2.4'
4
+ VERSION = '0.2.5'
5
5
  end
6
6
  end
@@ -80,7 +80,7 @@ Lint/EnsureReturn:
80
80
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-return-ensure'
81
81
  Enabled: true
82
82
 
83
- Lint/Eval:
83
+ Security/Eval:
84
84
  Description: 'The use of eval represents a serious security risk.'
85
85
  Enabled: true
86
86
 
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
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuel Evans
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-20 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler