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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81cb0142a3b80a3ed42ee90819299d87f586307e212ec150d069b445de835966
4
- data.tar.gz: a69e0c561c9d9c43c392fc7154511bc681b8b4116dd790b934dabafd3ef0387b
3
+ metadata.gz: ebe642aa2315f5eeb5fce079be30ec4dc2fc4e8e20a0467aeae5293c176f7601
4
+ data.tar.gz: 2c60730c8aa8ddbc8800ae14f3475992c035097b54b8dbbd4fd7ced7dcc5d3e9
5
5
  SHA512:
6
- metadata.gz: 3810b9eddebd89aee1721e10c19b3198252e1f35c7029af414873b3836a63984b98dc8557b88d034f06e766864519fb02421de892a98aba7a0f489ed530e303a
7
- data.tar.gz: d6b03da19e199e73aa76c399c52a2444823804e3f8a9767d00ff270c4434873067066bd74bf15f0ac36a1c0e2def9c216b953d5b42cbb7cad58663f2da157411
6
+ metadata.gz: 9a1a8dfe281771f68247450e987a8295467fa2ee8363823ee8185f105c5cfeb118789e23db0d642a487809f6ab47caf25be7c61f0e8289fbfd5da97a1709443d
7
+ data.tar.gz: 4ca42e4b148ec4757fdc83689d3889376b2a308ad96d4d4a0bf658826771f2ffd5f2ba1dba9e3c822a849e8ff0e1998fa9bd5b4f84c7c13c56be4042c13020f5
data/.standard.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  # For available configuration options, see:
2
2
  # https://github.com/testdouble/standard
3
- ruby_version: 2.6
3
+ ruby_version: 3.0
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
@@ -1,8 +1,9 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
- gem "rake"
5
- gem "minitest"
6
- gem "standard"
7
4
  gem "m"
5
+ gem "minitest"
8
6
  gem "mocktail"
7
+ gem "rake"
8
+ gem "simplecov"
9
+ gem "standard"
data/Gemfile.lock CHANGED
@@ -1,63 +1,72 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.5.0)
4
+ standard-performance (1.7.0)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.22.0)
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
- json (2.7.1)
13
- language_server-protocol (3.17.0.3)
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.19.0)
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.0)
24
- parser (3.3.1.0)
24
+ parallel (1.26.3)
25
+ parser (3.3.7.1)
25
26
  ast (~> 2.4.1)
26
27
  racc
27
- racc (1.7.3)
28
+ racc (1.8.1)
28
29
  rainbow (3.1.1)
29
30
  rake (13.0.6)
30
- regexp_parser (2.9.0)
31
- rexml (3.2.6)
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 (>= 3.17.0)
34
+ language_server-protocol (~> 3.17.0.2)
35
+ lint_roller (~> 1.1.0)
35
36
  parallel (~> 1.10)
36
- parser (>= 3.2.2.4)
37
+ parser (>= 3.3.0.2)
37
38
  rainbow (>= 2.2.2, < 4.0)
38
- regexp_parser (>= 1.8, < 3.0)
39
- rexml (>= 3.2.5, < 4.0)
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, < 3.0)
43
- rubocop-ast (1.31.3)
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.22.1)
46
- rubocop (>= 1.48.1, < 2.0)
47
- rubocop-ast (>= 1.31.1, < 2.0)
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.33.0)
58
+ standard (1.46.0)
52
59
  language_server-protocol (~> 3.17.0.2)
53
60
  lint_roller (~> 1.0)
54
- rubocop (~> 1.59.0)
61
+ rubocop (~> 1.73.0)
55
62
  standard-custom (~> 1.0.0)
56
- standard-performance (~> 1.3)
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 (2.5.0)
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.4.12
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
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.5.0"
3
+ VERSION = "1.7.0"
4
4
  end
5
5
  end
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.5.0
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: 2024-10-08 00:00:00.000000000 Z
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.22.0
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.22.0
40
+ version: 1.24.0
41
41
  description:
42
42
  email:
43
43
  - searls@gmail.com