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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c780dd9213e0ef6f4946a24db7f6996842a89e9313c2cdc9ed0560ab083079c6
4
- data.tar.gz: 4be6168846bae2d49657eab3524d6799452af2ee000218666de2758c0f585d39
3
+ metadata.gz: fc25eeb7d3c9c814380849babff60438e1d25c3111f0a46537111b7ffa9cae35
4
+ data.tar.gz: eceff11502e8fd5165a37d9b470c9f21dc8b11abd1dfe6b5c8ffe897b94305dd
5
5
  SHA512:
6
- metadata.gz: b5f10b64df4ef874cf0aeb5809906922b29196283f0109c103835d5c0c798cabb66da713e34bfbdbf1f3d31a2ef9552ad0c365c33572cce8fbba69fe3497f743
7
- data.tar.gz: 3188f31df9d6eb4c666eeea31e618ac90ab57351bac2722ed89a41317d7ef096d65df34196ef87ab5b39e1831a7a8a68260043ce465f4a3a6a2e26b62175ebfc
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/AlignParameters:
26
+ Layout/ParameterAlignment:
27
27
  EnforcedStyle: with_fixed_indentation
28
28
 
29
29
  Layout/CaseIndentation:
30
30
  EnforcedStyle: end
31
31
 
32
- Layout/IndentFirstHashElement:
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pulis
4
- VERSION = '0.1.18'
4
+ VERSION = '0.1.19'
5
5
  end
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.18
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-07-09 00:00:00.000000000 Z
11
+ date: 2019-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop