slimcop 0.19.0 → 0.19.1
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/CHANGELOG.md +5 -1
- data/Gemfile.lock +1 -1
- data/default.yml +1 -1
- data/lib/slimcop/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5ada9b6c6f0cfb0e400a382ca356aac4a5fc553541b1d9ccf69932c7ffb6324
|
|
4
|
+
data.tar.gz: edcffc747394be0e7ae3dc1bfe7a4c6713110f832ff76f397fe3445aa0e5e5dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfae4df95ea23c5e92d383e2db2fd4ed7b82fa41f8efec4aadf6b70cd1bb4de14a1336d0f70f148e58272c593c31773595de1e2e8dedd57bedca5623df40ea06
|
|
7
|
+
data.tar.gz: d740f940b1fdec39706923d2161a315746507c56d355c0acfdefc1b9f759c99e58df172469e7664b3013dcdc5b30c5debe82ccc15f99dc7e106301a74facbfc6
|
data/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.19.1 - 2023-10-16
|
|
6
|
+
|
|
7
|
+
- Fix typo about Style/RedundantParentheses.
|
|
8
|
+
|
|
5
9
|
## 0.19.0 - 2023-10-16
|
|
6
10
|
|
|
7
|
-
- Disable Style/
|
|
11
|
+
- Disable Style/RedundantParentheses by default.
|
|
8
12
|
|
|
9
13
|
## 0.18.0 - 2023-04-04
|
|
10
14
|
|
data/Gemfile.lock
CHANGED
data/default.yml
CHANGED
data/lib/slimcop/version.rb
CHANGED