slimcop 0.18.0 → 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01cb0ace58c5f4edc8457f0a4c036f55c4d434906784aa8918b40b44446a2e1f
4
- data.tar.gz: 3c3a3ea243ca0b7934b98f4fd9fbdfb87c9bbe9c03f1119323bf728b3ad20085
3
+ metadata.gz: d5ada9b6c6f0cfb0e400a382ca356aac4a5fc553541b1d9ccf69932c7ffb6324
4
+ data.tar.gz: edcffc747394be0e7ae3dc1bfe7a4c6713110f832ff76f397fe3445aa0e5e5dd
5
5
  SHA512:
6
- metadata.gz: 7bfd300284fb50024108aacaaec951e9640da4a9d51e3a74eafd4db90d4ed3cc4150aaf58e18a47ab2e6008101906c6c2ed3975d3cc597c64dbb9835461a342a
7
- data.tar.gz: 0db253a437e84f963be56be5ff88afc8ef36c6777172aa310ec4c76721065795abc93f0734653eaf91819822fa678056843e11e1e9b548925e64f6455b31b869
6
+ metadata.gz: cfae4df95ea23c5e92d383e2db2fd4ed7b82fa41f8efec4aadf6b70cd1bb4de14a1336d0f70f148e58272c593c31773595de1e2e8dedd57bedca5623df40ea06
7
+ data.tar.gz: d740f940b1fdec39706923d2161a315746507c56d355c0acfdefc1b9f759c99e58df172469e7664b3013dcdc5b30c5debe82ccc15f99dc7e106301a74facbfc6
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.19.1 - 2023-10-16
6
+
7
+ - Fix typo about Style/RedundantParentheses.
8
+
9
+ ## 0.19.0 - 2023-10-16
10
+
11
+ - Disable Style/RedundantParentheses by default.
12
+
5
13
  ## 0.18.0 - 2023-04-04
6
14
 
7
15
  ### Changed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slimcop (0.18.0)
4
+ slimcop (0.19.1)
5
5
  rubocop (>= 1.49)
6
6
  slimi (>= 0.5.1)
7
7
  templatecop
@@ -58,9 +58,9 @@ GEM
58
58
  parallel
59
59
  parser
60
60
  rubocop (>= 0.87)
61
- temple (0.10.0)
62
- thor (1.2.1)
63
- tilt (2.1.0)
61
+ temple (0.10.3)
62
+ thor (1.2.2)
63
+ tilt (2.3.0)
64
64
  unicode-display_width (2.4.2)
65
65
 
66
66
  PLATFORMS
data/default.yml CHANGED
@@ -124,6 +124,9 @@ Style/ParallelAssignment:
124
124
  Style/RedundantLineContinuation:
125
125
  Enabled: false
126
126
 
127
+ Style/RedundantParentheses:
128
+ Enabled: false
129
+
127
130
  Style/RescueModifier:
128
131
  Enabled: false
129
132
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Slimcop
4
- VERSION = '0.18.0'
4
+ VERSION = '0.19.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slimcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-03 00:00:00.000000000 Z
11
+ date: 2023-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop