rf-stylez 0.2.16 → 0.2.17

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
  SHA256:
3
- metadata.gz: deedb834073f9c19848446c76627bda5f65f94b869152618cb79383598d9e2bb
4
- data.tar.gz: ad0deb769fd5b6bd66d2747c5a3d2e7634d850448e4a233fe0111616e0ef0129
3
+ metadata.gz: bc5d4cc23b711c599ad404bff52c602751696c3480ff23fbce9e5ed993dfaead
4
+ data.tar.gz: 0cc6b940e64933e1be6a6643e502b55c43d7caca8089dd73badb934852b94ff4
5
5
  SHA512:
6
- metadata.gz: 1feda9bc7d13c8d08fbe28a442a1cd696df206f11310563f671dad2041732f0dbdf373308c58bc4688450031bc449c8894f4345fdc661612e24755f10bcdf960
7
- data.tar.gz: ac3abf02e506b645c2a8e8918db203223090a711fb9c1045c3961b3495892eb6d0f9256320960c0e4ab2457269f28ef9a7e526a110b2b14d60a84ac44d8c0b0f
6
+ metadata.gz: 24e9c8962bc17a45e0ebccdb99e3e7542af003bca4cadc26505ebbd367f126c7d3bad7a5fa91b289cc32e0cb601acee89cd4a9abc3b32a2147efa787fc03d179
7
+ data.tar.gz: 4b26f154928a24721b4ddf7da1c7849867e3fe4e1501a8e5e9dc2743743fa80d7505926dd7e3c482c8db40721b05b6e2ca85c668ae943abee7bdece7426ae116
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module Rf
3
3
  module Stylez
4
- VERSION = '0.2.16'
4
+ VERSION = '0.2.17'
5
5
  end
6
6
  end
data/ruby/rubocop.yml CHANGED
@@ -28,7 +28,7 @@ Lint/Obscure:
28
28
  Enabled: true
29
29
  Lint/NoGrapeAPI:
30
30
  Enabled: true
31
- Lint/UserPositiveInt32Validator:
31
+ Lint/UsePositiveInt32Validator:
32
32
  Enabled: true
33
33
 
34
34
  # Good style cops
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.16
4
+ version: 0.2.17
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-12-21 00:00:00.000000000 Z
11
+ date: 2019-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop