rubocop-performance 1.14.1 → 1.14.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ee2574c244ab81c1e05e9eb8244ac9e912c2e0d5c66515992d6b18469edc4f4
|
|
4
|
+
data.tar.gz: e10cd6a0484f3be598c8f6b072b0e9f1b0fd26fbf69ffc5441ace5194d746956
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 872712b17371fa9b027b7641d1f7ab76c93f74929a0761ee6146acdaf7b3224feb79dd40680066060e56d9c7f8466115a446c2cdaf159347f0235019adae5124
|
|
7
|
+
data.tar.gz: 4d53b7e1a736af1a40b76e0f33f0ba628549e4de779376ad92e9356e2be5494d8fdd04eefc8efe274a255d11fe8e473816b5a7e4f09d2b7d2b6ff84c0eb6ba35
|
|
@@ -74,6 +74,9 @@ module RuboCop
|
|
|
74
74
|
# end
|
|
75
75
|
class RegexpMatch < Base
|
|
76
76
|
extend AutoCorrector
|
|
77
|
+
extend TargetRubyVersion
|
|
78
|
+
|
|
79
|
+
minimum_target_ruby_version 2.4
|
|
77
80
|
|
|
78
81
|
# Constants are included in this list because it is unlikely that
|
|
79
82
|
# someone will store `nil` as a constant and then use it for comparison
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-performance
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.14.
|
|
4
|
+
version: 1.14.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bozhidar Batsov
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-06-
|
|
13
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rubocop
|