debride 1.10.0 → 1.10.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
- checksums.yaml.gz.sig +0 -0
- data/History.rdoc +19 -0
- data/lib/debride.rb +1 -1
- data.tar.gz.sig +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6967abff5ba6b28f0e9883d615830a93e7fcb2dbeb2eaafa665ececa1fed39ce
|
|
4
|
+
data.tar.gz: b52412f613a2149775cd552e08f44f616ad1c5c89d0ae3fa1dca6f3ce0ffabeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc77db06b93e7401cb6a723b1db1532e6c75fba1216301bb4037ae5c6516fcc577931186f1a9ebc9a4fb452403b92f984ab7dca1abcb312cfb0c921d400f32fd
|
|
7
|
+
data.tar.gz: 48a62586d3131f682447f5855276ab43e9de334ea791c8d2afa6e9bd49e3ff77007b3be10c00c03f934648f97f62a71871db69169060be3b4a92d432d364495b
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/History.rdoc
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
=== 1.10.1 / 2022-12-03
|
|
2
|
+
|
|
3
|
+
* 4 minor enhancements:
|
|
4
|
+
|
|
5
|
+
* Added --minimum <Nloc> flag to filter out smaller suspects.
|
|
6
|
+
* Added line count to suspects in report and total line count to end of report.
|
|
7
|
+
* Added processing of `delegate xs to: target` as a call to target.
|
|
8
|
+
* Added processing of rails deliver_X -> X calls.
|
|
9
|
+
|
|
10
|
+
* 3 bug fixes:
|
|
11
|
+
|
|
12
|
+
* Fixed processing of colon2 (X::Y::Z) names.
|
|
13
|
+
* Fixed processing of var splatted attr_* methods.
|
|
14
|
+
* Possibly fixed conflation between rails route scopes and model scopes.
|
|
15
|
+
|
|
16
|
+
=== 1.10.0 / 2022-12-03
|
|
17
|
+
|
|
18
|
+
* See above... something went wrong with the release process.
|
|
19
|
+
|
|
1
20
|
=== 1.9.0 / 2022-05-23
|
|
2
21
|
|
|
3
22
|
* 3 minor enhancements:
|
data/lib/debride.rb
CHANGED
|
@@ -12,7 +12,7 @@ require "path_expander"
|
|
|
12
12
|
# A static code analyzer that points out possible dead methods.
|
|
13
13
|
|
|
14
14
|
class Debride < MethodBasedSexpProcessor
|
|
15
|
-
VERSION = "1.
|
|
15
|
+
VERSION = "1.10.1" # :nodoc:
|
|
16
16
|
PROJECT = "debride"
|
|
17
17
|
|
|
18
18
|
def self.load_plugins proj = PROJECT
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
\�0��M�$3�T�)����Ô��2����@T�qc�� p�g�N��]��)��}i��l��FB��/�������Ⱦ�Uzd,�c�b�*�6d�q��߄�{���k��D>SɁ���u`�"TWg5�Y+���ȑ��/D���;v�%��} �U'�z����{���z�7ht��LJ��bU�V)��qA��GC���\�D�ȊD�a�F��6fk�G����U�~*�(]��j�xci7�j���A���9���
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|