standard-performance 1.5.0 → 1.7.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/.standard.yml +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile +4 -3
- data/Gemfile.lock +36 -26
- data/config/base.yml +7 -0
- data/lib/standard/performance/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: ebe642aa2315f5eeb5fce079be30ec4dc2fc4e8e20a0467aeae5293c176f7601
|
4
|
+
data.tar.gz: 2c60730c8aa8ddbc8800ae14f3475992c035097b54b8dbbd4fd7ced7dcc5d3e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a1a8dfe281771f68247450e987a8295467fa2ee8363823ee8185f105c5cfeb118789e23db0d642a487809f6ab47caf25be7c61f0e8289fbfd5da97a1709443d
|
7
|
+
data.tar.gz: 4ca42e4b148ec4757fdc83689d3889376b2a308ad96d4d4a0bf658826771f2ffd5f2ba1dba9e3c822a849e8ff0e1998fa9bd5b4f84c7c13c56be4042c13020f5
|
data/.standard.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## 1.7.0
|
2
|
+
|
3
|
+
- Updates rubocop-performance from 1.23.0 to [1.24.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.24.0)
|
4
|
+
|
5
|
+
## 1.6.0
|
6
|
+
|
7
|
+
- Updates rubocop-performance from 1.22.0 to [1.23.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.23.0)
|
8
|
+
|
1
9
|
## 1.5.0
|
2
10
|
|
3
11
|
- Updates rubocop-performance from 1.21.0 to [1.22.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.22.1)
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,63 +1,72 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
standard-performance (1.
|
4
|
+
standard-performance (1.7.0)
|
5
5
|
lint_roller (~> 1.1)
|
6
|
-
rubocop-performance (~> 1.
|
6
|
+
rubocop-performance (~> 1.24.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
|
-
|
13
|
-
|
12
|
+
docile (1.4.1)
|
13
|
+
json (2.10.1)
|
14
|
+
language_server-protocol (3.17.0.4)
|
14
15
|
lint_roller (1.1.0)
|
15
16
|
m (1.6.1)
|
16
17
|
method_source (>= 0.6.7)
|
17
18
|
rake (>= 0.9.2.2)
|
18
19
|
method_source (1.0.0)
|
19
|
-
minitest (5.
|
20
|
+
minitest (5.25.1)
|
20
21
|
mocktail (2.0.0)
|
21
22
|
sorbet-eraser (~> 0.3.1)
|
22
23
|
sorbet-runtime (~> 0.5.9204)
|
23
|
-
parallel (1.
|
24
|
-
parser (3.3.1
|
24
|
+
parallel (1.26.3)
|
25
|
+
parser (3.3.7.1)
|
25
26
|
ast (~> 2.4.1)
|
26
27
|
racc
|
27
|
-
racc (1.
|
28
|
+
racc (1.8.1)
|
28
29
|
rainbow (3.1.1)
|
29
30
|
rake (13.0.6)
|
30
|
-
regexp_parser (2.
|
31
|
-
|
32
|
-
rubocop (1.59.0)
|
31
|
+
regexp_parser (2.10.0)
|
32
|
+
rubocop (1.73.2)
|
33
33
|
json (~> 2.3)
|
34
|
-
language_server-protocol (
|
34
|
+
language_server-protocol (~> 3.17.0.2)
|
35
|
+
lint_roller (~> 1.1.0)
|
35
36
|
parallel (~> 1.10)
|
36
|
-
parser (>= 3.
|
37
|
+
parser (>= 3.3.0.2)
|
37
38
|
rainbow (>= 2.2.2, < 4.0)
|
38
|
-
regexp_parser (>=
|
39
|
-
|
40
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
39
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
40
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
41
41
|
ruby-progressbar (~> 1.7)
|
42
|
-
unicode-display_width (>= 2.4.0, <
|
43
|
-
rubocop-ast (1.
|
42
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
43
|
+
rubocop-ast (1.38.1)
|
44
44
|
parser (>= 3.3.1.0)
|
45
|
-
rubocop-performance (1.
|
46
|
-
|
47
|
-
rubocop
|
45
|
+
rubocop-performance (1.24.0)
|
46
|
+
lint_roller (~> 1.1)
|
47
|
+
rubocop (>= 1.72.1, < 2.0)
|
48
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
48
49
|
ruby-progressbar (1.13.0)
|
50
|
+
simplecov (0.22.0)
|
51
|
+
docile (~> 1.1)
|
52
|
+
simplecov-html (~> 0.11)
|
53
|
+
simplecov_json_formatter (~> 0.1)
|
54
|
+
simplecov-html (0.13.1)
|
55
|
+
simplecov_json_formatter (0.1.4)
|
49
56
|
sorbet-eraser (0.3.1)
|
50
57
|
sorbet-runtime (0.5.11435)
|
51
|
-
standard (1.
|
58
|
+
standard (1.46.0)
|
52
59
|
language_server-protocol (~> 3.17.0.2)
|
53
60
|
lint_roller (~> 1.0)
|
54
|
-
rubocop (~> 1.
|
61
|
+
rubocop (~> 1.73.0)
|
55
62
|
standard-custom (~> 1.0.0)
|
56
|
-
standard-performance (~> 1.
|
63
|
+
standard-performance (~> 1.6)
|
57
64
|
standard-custom (1.0.2)
|
58
65
|
lint_roller (~> 1.0)
|
59
66
|
rubocop (~> 1.50)
|
60
|
-
unicode-display_width (
|
67
|
+
unicode-display_width (3.1.4)
|
68
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
69
|
+
unicode-emoji (4.0.4)
|
61
70
|
|
62
71
|
PLATFORMS
|
63
72
|
arm64-darwin-22
|
@@ -69,8 +78,9 @@ DEPENDENCIES
|
|
69
78
|
minitest
|
70
79
|
mocktail
|
71
80
|
rake
|
81
|
+
simplecov
|
72
82
|
standard
|
73
83
|
standard-performance!
|
74
84
|
|
75
85
|
BUNDLED WITH
|
76
|
-
2.
|
86
|
+
2.5.23
|
data/config/base.yml
CHANGED
@@ -130,6 +130,9 @@ Performance/Squeeze:
|
|
130
130
|
Performance/StartWith:
|
131
131
|
Enabled: true
|
132
132
|
|
133
|
+
Performance/StringBytesize:
|
134
|
+
Enabled: true
|
135
|
+
|
133
136
|
Performance/StringIdentifierArgument:
|
134
137
|
Enabled: true
|
135
138
|
|
@@ -150,3 +153,7 @@ Performance/UnfreezeString:
|
|
150
153
|
|
151
154
|
Performance/UriDefaultParser:
|
152
155
|
Enabled: true
|
156
|
+
|
157
|
+
Performance/ZipWithoutBlock:
|
158
|
+
Enabled: true
|
159
|
+
AutoCorrect: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: standard-performance
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
33
|
+
version: 1.24.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.
|
40
|
+
version: 1.24.0
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- searls@gmail.com
|