rf-stylez 0.2.17 → 0.2.18
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/README.md +1 -0
- data/lib/rf/stylez/version.rb +1 -1
- data/lib/rubocop/cop/lint/use_positive_int32_validator.rb +0 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e06f2d75c545a82168e3e63bd585d96c12e3a76748eec2f533321e1be322281d
|
|
4
|
+
data.tar.gz: 42f0c731ff995206cab29f65de076e6d89b41a5e35a85082eee571684e96a6eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '088c6ef81bcf87086d86d9435c3716d4c1c1e96c5c3e44456d21d38248100dde56c11307ea3ad599f456cbf51b379137ed4a3ae96875012d64441849fa1a100d'
|
|
7
|
+
data.tar.gz: 92e7b1efd6e421af33d3d3e7fedaf55d74a940f95cbc3818afdcbfed06211b79ba8c8a168babe9a83e9184133a46f6ce38fc71df2be5754a212c6be8c7a8905f
|
data/README.md
CHANGED
|
@@ -9,6 +9,7 @@ This is a place for style configurations for [Rainforest QA](https://www.rainfor
|
|
|
9
9
|
- pull latest master
|
|
10
10
|
- run `rake release:source_control_push`
|
|
11
11
|
- CI/CD will take care of releasing rf-stylez to rubygems
|
|
12
|
+
- Update circlemator `bundle update rf-stylez`
|
|
12
13
|
|
|
13
14
|
## Adding `rf-stylez` to a new project
|
|
14
15
|
|
data/lib/rf/stylez/version.rb
CHANGED
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.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Emanuel Evans
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|