kpn-style 0.1.6 → 0.1.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 +4 -4
- data/kpn_style.gemspec +1 -1
- data/ruby-2.5.yml +2 -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: f582fdca38e37defa1bc1b852efc6ef4a8d0d2daa2c87a074f39adbe993c72bc
|
4
|
+
data.tar.gz: fcb7e05ca6b68895fbec45c69dd184cf9f7aec09537470556d0905f0df669987
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e24b97e58feca841d3fab51cd942483d21a9010b23463dcadbf9f5079db50baf87141354d3fdd1a8acf9f59dbf912c51a263b656ffd58b8af4fff1813c9090f5
|
7
|
+
data.tar.gz: 03ff11eba951d267cff60e4ded52c8b501c62b506caef6ffcd8c65848f37e9ad62ea88dd954264b10a88b122b1005960428e6a69b9c9ecec15207dc8a2902252
|
data/kpn_style.gemspec
CHANGED
data/ruby-2.5.yml
CHANGED
@@ -13,7 +13,7 @@ AllCops:
|
|
13
13
|
- pkg/**/*
|
14
14
|
- spec/fixtures/**/*
|
15
15
|
- vendor/**/*
|
16
|
-
|
16
|
+
Layout/LineLength:
|
17
17
|
Description: People have wide screens, use them.
|
18
18
|
Max: 240
|
19
19
|
RSpec/BeforeAfterAll:
|
@@ -141,7 +141,7 @@ Style/SymbolProc:
|
|
141
141
|
Layout/EmptyLinesAroundAttributeAccessor:
|
142
142
|
Description: Keep blank lines around attribute accessors.
|
143
143
|
Enabled: true
|
144
|
-
|
144
|
+
Layout/SpaceAroundMethodCallOperator:
|
145
145
|
Description: Checks method call operators to not have spaces around them.
|
146
146
|
Enabled: true
|
147
147
|
Lint/BinaryOperatorWithIdenticalOperands:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kpn-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kpn
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|