pulis 0.1.18 → 0.1.19
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/config/rubocop.yml +7 -7
- data/lib/pulis/version.rb +1 -1
- 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: fc25eeb7d3c9c814380849babff60438e1d25c3111f0a46537111b7ffa9cae35
|
|
4
|
+
data.tar.gz: eceff11502e8fd5165a37d9b470c9f21dc8b11abd1dfe6b5c8ffe897b94305dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3261b2dc226b63bcc82ba0e148aefe39e38364528a4997486fefd5e9930579d84a709af286218374c7cc6be27c917f588c89601270b152551d05e4fd0b17de56
|
|
7
|
+
data.tar.gz: 8ec725eddf3ad71b5282ad95dcf12b8d1b27eb4bb693ac187a97fd6a958f313ba378638576574b25d1eea5160708127fea2f55ecbfe614421c5b809c3c6ea6f6
|
data/config/rubocop.yml
CHANGED
|
@@ -17,19 +17,19 @@ AllCops:
|
|
|
17
17
|
# NOTE 4 系を利用している場合は書き換える
|
|
18
18
|
TargetRailsVersion: 5.0
|
|
19
19
|
|
|
20
|
-
AndOr:
|
|
20
|
+
Style/AndOr:
|
|
21
21
|
Enabled: false
|
|
22
22
|
|
|
23
|
-
CommentAnnotation:
|
|
23
|
+
Style/CommentAnnotation:
|
|
24
24
|
Enabled: false
|
|
25
25
|
|
|
26
|
-
Layout/
|
|
26
|
+
Layout/ParameterAlignment:
|
|
27
27
|
EnforcedStyle: with_fixed_indentation
|
|
28
28
|
|
|
29
29
|
Layout/CaseIndentation:
|
|
30
30
|
EnforcedStyle: end
|
|
31
31
|
|
|
32
|
-
Layout/
|
|
32
|
+
Layout/FirstHashElementIndentation:
|
|
33
33
|
Enabled: false
|
|
34
34
|
|
|
35
35
|
Layout/IndentationWidth:
|
|
@@ -114,7 +114,7 @@ Naming/PredicateName:
|
|
|
114
114
|
Naming/VariableNumber:
|
|
115
115
|
EnforcedStyle: snake_case
|
|
116
116
|
|
|
117
|
-
NumericLiterals:
|
|
117
|
+
Style/NumericLiterals:
|
|
118
118
|
MinDigits: 12
|
|
119
119
|
|
|
120
120
|
Performance/RedundantMatch:
|
|
@@ -135,7 +135,7 @@ Rails/HttpPositionalArguments:
|
|
|
135
135
|
Rails/Validation:
|
|
136
136
|
Enabled: true
|
|
137
137
|
|
|
138
|
-
RedundantSelf:
|
|
138
|
+
Style/RedundantSelf:
|
|
139
139
|
Enabled: false
|
|
140
140
|
|
|
141
141
|
Style/AsciiComments:
|
|
@@ -201,7 +201,7 @@ Style/TrailingUnderscoreVariable:
|
|
|
201
201
|
Style/WhenThen:
|
|
202
202
|
Enabled: false
|
|
203
203
|
|
|
204
|
-
SingleLineMethods:
|
|
204
|
+
Style/SingleLineMethods:
|
|
205
205
|
Enabled: false
|
|
206
206
|
|
|
207
207
|
Style/MethodCallWithoutArgsParentheses:
|
data/lib/pulis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sansan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|