meowcop 2.4.0 → 2.5.0
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 +11 -11
- data/lib/meowcop/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8f4ead154851a55cbd2abf2da57a772839710b8a8bf7b93756bfeee3e79d223
|
|
4
|
+
data.tar.gz: 9f751036c5315b082c07d8a2f84f94b6481140e22cce77b70d1ff5bd69fe565b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c3acf7cf5af6d062aa1ee3b653c01c6dd02b37ac46ea4197ecd3b327b5eab08995efee64e2d529685cd4ec856bd5bca2c7594925dbc95bdf1ba88339e27c985
|
|
7
|
+
data.tar.gz: a3f4808cbd24e5e841e2ed8f8fe57066195f249aa20d492538fac87227c4c3df056e14e2c754f01f1157a5af45c3cf82fc1d62bf08f7c13e3ca9e87809471ea1
|
data/config/rubocop.yml
CHANGED
|
@@ -29,7 +29,7 @@ Lint/Loop:
|
|
|
29
29
|
Enabled: false
|
|
30
30
|
Lint/RescueException:
|
|
31
31
|
Enabled: false
|
|
32
|
-
Lint/
|
|
32
|
+
Lint/RedundantCopDisableDirective:
|
|
33
33
|
Enabled: false
|
|
34
34
|
Lint/UnusedBlockArgument:
|
|
35
35
|
Enabled: false
|
|
@@ -484,18 +484,28 @@ Style/RandomWithOffset:
|
|
|
484
484
|
Enabled: false
|
|
485
485
|
Style/RedundantBegin:
|
|
486
486
|
Enabled: false
|
|
487
|
+
Style/RedundantCapitalW:
|
|
488
|
+
Enabled: false
|
|
489
|
+
Style/RedundantCondition:
|
|
490
|
+
Enabled: false
|
|
487
491
|
Style/RedundantConditional:
|
|
488
492
|
Enabled: false
|
|
489
493
|
Style/RedundantException:
|
|
490
494
|
Enabled: false
|
|
491
495
|
Style/RedundantFreeze:
|
|
492
496
|
Enabled: false
|
|
497
|
+
Style/RedundantInterpolation:
|
|
498
|
+
Enabled: false
|
|
493
499
|
Style/RedundantParentheses:
|
|
494
500
|
Enabled: false
|
|
501
|
+
Style/RedundantPercentQ:
|
|
502
|
+
Enabled: false
|
|
495
503
|
Style/RedundantReturn:
|
|
496
504
|
Enabled: false
|
|
497
505
|
Style/RedundantSelf:
|
|
498
506
|
Enabled: false
|
|
507
|
+
Style/RedundantSort:
|
|
508
|
+
Enabled: false
|
|
499
509
|
Style/RedundantSortBy:
|
|
500
510
|
Enabled: false
|
|
501
511
|
Style/RegexpLiteral:
|
|
@@ -566,16 +576,6 @@ Style/TrivialAccessors:
|
|
|
566
576
|
Enabled: false
|
|
567
577
|
Style/UnlessElse:
|
|
568
578
|
Enabled: false
|
|
569
|
-
Style/UnneededCapitalW:
|
|
570
|
-
Enabled: false
|
|
571
|
-
Style/UnneededCondition:
|
|
572
|
-
Enabled: false
|
|
573
|
-
Style/UnneededInterpolation:
|
|
574
|
-
Enabled: false
|
|
575
|
-
Style/UnneededPercentQ:
|
|
576
|
-
Enabled: false
|
|
577
|
-
Style/UnneededSort:
|
|
578
|
-
Enabled: false
|
|
579
579
|
Style/UnpackFirst:
|
|
580
580
|
Enabled: false
|
|
581
581
|
Style/VariableInterpolation:
|
data/lib/meowcop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: meowcop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masataka Kuwabara
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-10-
|
|
12
|
+
date: 2019-10-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|
|
@@ -17,7 +17,7 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.
|
|
20
|
+
version: 0.76.0
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 1.0.0
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - ">="
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: 0.
|
|
30
|
+
version: 0.76.0
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 1.0.0
|