standard-performance 1.6.0 → 1.8.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: c7515d6d6f3de8ea4f9001ad17427f063a6df995016e5a1f2cb4cda6fdcf00dd
4
- data.tar.gz: 86df39cb4cf4824b192a550afeb592c510c3240b2aa60813843bdf6f91911d08
3
+ metadata.gz: 3ac960ab26c068ea1f9789ce93f602602c7a058ca173cdcf4fea2868626eced0
4
+ data.tar.gz: 7ab2c8046b724e48fa0feef48740134778ce310d80db2099a4f9197f451ed677
5
5
  SHA512:
6
- metadata.gz: 80d1f13f5dd29a9376f40d1f0faf4f2e693898a0d25b3c6a0abf08c6d0cc9196cc0872d351ae4f9bbf0b39f9d116d798241a5d215e128086b39756e840bf78ac
7
- data.tar.gz: f8bc0861690b6b56b5504968b0ef308fa53da635592a90db90d556a2c94a19b5eba442f5a2c92bcbde8a4df045756b6c2da8011da0ee5e5f97f1679c0424bef5
6
+ metadata.gz: aa5b68393435541f26158eefb2147d4db7447f990df5d5ff81c8f3f7ffd2193a05e89e2702f7348ca38400665072bef6a50192116680b4fa5d0cd68be789d8fc
7
+ data.tar.gz: b963606d53aae5eaf73dd055141c4887a1894ebc3069238667fd892e81509341f3569c45138b20cbb0a4e139b76a0961a7282d09355ed0af6eca10b541537655
data/CHANGELOG.md CHANGED
@@ -1,4 +1,10 @@
1
- ## Unreleased
1
+ ## 1.8.0
2
+
3
+ - Updates rubocop-performance from 1.24.0 to [1.25.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.25.0)
4
+
5
+ ## 1.7.0
6
+
7
+ - Updates rubocop-performance from 1.23.0 to [1.24.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.24.0)
2
8
 
3
9
  ## 1.6.0
4
10
 
data/Gemfile CHANGED
@@ -6,4 +6,4 @@ gem "minitest"
6
6
  gem "mocktail"
7
7
  gem "rake"
8
8
  gem "simplecov"
9
- gem "standard"
9
+ gem "standard", "~>1.36"
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.6.0)
4
+ standard-performance (1.8.0)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.23.0)
6
+ rubocop-performance (~> 1.25.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  docile (1.4.1)
13
- json (2.8.1)
14
- language_server-protocol (3.17.0.3)
13
+ json (2.10.1)
14
+ language_server-protocol (3.17.0.4)
15
15
  lint_roller (1.1.0)
16
16
  m (1.6.1)
17
17
  method_source (>= 0.6.7)
@@ -22,28 +22,32 @@ GEM
22
22
  sorbet-eraser (~> 0.3.1)
23
23
  sorbet-runtime (~> 0.5.9204)
24
24
  parallel (1.26.3)
25
- parser (3.3.6.0)
25
+ parser (3.3.7.4)
26
26
  ast (~> 2.4.1)
27
27
  racc
28
+ prism (1.4.0)
28
29
  racc (1.8.1)
29
30
  rainbow (3.1.1)
30
31
  rake (13.0.6)
31
- regexp_parser (2.9.2)
32
- rubocop (1.66.1)
32
+ regexp_parser (2.10.0)
33
+ rubocop (1.75.2)
33
34
  json (~> 2.3)
34
- language_server-protocol (>= 3.17.0)
35
+ language_server-protocol (~> 3.17.0.2)
36
+ lint_roller (~> 1.1.0)
35
37
  parallel (~> 1.10)
36
38
  parser (>= 3.3.0.2)
37
39
  rainbow (>= 2.2.2, < 4.0)
38
- regexp_parser (>= 2.4, < 3.0)
39
- rubocop-ast (>= 1.32.2, < 2.0)
40
+ regexp_parser (>= 2.9.3, < 3.0)
41
+ rubocop-ast (>= 1.44.0, < 2.0)
40
42
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 2.4.0, < 3.0)
42
- rubocop-ast (1.34.1)
43
- parser (>= 3.3.1.0)
44
- rubocop-performance (1.23.0)
45
- rubocop (>= 1.48.1, < 2.0)
46
- rubocop-ast (>= 1.31.1, < 2.0)
43
+ unicode-display_width (>= 2.4.0, < 4.0)
44
+ rubocop-ast (1.44.0)
45
+ parser (>= 3.3.7.2)
46
+ prism (~> 1.4)
47
+ rubocop-performance (1.25.0)
48
+ lint_roller (~> 1.1)
49
+ rubocop (>= 1.75.0, < 2.0)
50
+ rubocop-ast (>= 1.38.0, < 2.0)
47
51
  ruby-progressbar (1.13.0)
48
52
  simplecov (0.22.0)
49
53
  docile (~> 1.1)
@@ -53,16 +57,18 @@ GEM
53
57
  simplecov_json_formatter (0.1.4)
54
58
  sorbet-eraser (0.3.1)
55
59
  sorbet-runtime (0.5.11435)
56
- standard (1.41.1)
60
+ standard (1.48.0)
57
61
  language_server-protocol (~> 3.17.0.2)
58
62
  lint_roller (~> 1.0)
59
- rubocop (~> 1.66.0)
63
+ rubocop (~> 1.75.2)
60
64
  standard-custom (~> 1.0.0)
61
- standard-performance (~> 1.5)
65
+ standard-performance (~> 1.7)
62
66
  standard-custom (1.0.2)
63
67
  lint_roller (~> 1.0)
64
68
  rubocop (~> 1.50)
65
- unicode-display_width (2.6.0)
69
+ unicode-display_width (3.1.4)
70
+ unicode-emoji (~> 4.0, >= 4.0.4)
71
+ unicode-emoji (4.0.4)
66
72
 
67
73
  PLATFORMS
68
74
  arm64-darwin-22
@@ -75,7 +81,7 @@ DEPENDENCIES
75
81
  mocktail
76
82
  rake
77
83
  simplecov
78
- standard
84
+ standard (~> 1.36)
79
85
  standard-performance!
80
86
 
81
87
  BUNDLED WITH
data/config/base.yml CHANGED
@@ -153,3 +153,7 @@ Performance/UnfreezeString:
153
153
 
154
154
  Performance/UriDefaultParser:
155
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.6.0"
3
+ VERSION = "1.8.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-04-08 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: lint_roller
@@ -30,15 +29,14 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: 1.23.0
32
+ version: 1.25.0
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: 1.23.0
41
- description:
39
+ version: 1.25.0
42
40
  email:
43
41
  - searls@gmail.com
44
42
  executables: []
@@ -74,7 +72,6 @@ metadata:
74
72
  source_code_uri: https://github.com/standardrb/standard-performance
75
73
  changelog_uri: https://github.com/standardrb/standard-performance/blob/main/CHANGELOG.md
76
74
  default_lint_roller_plugin: Standard::Performance::Plugin
77
- post_install_message:
78
75
  rdoc_options: []
79
76
  require_paths:
80
77
  - lib
@@ -89,8 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
86
  - !ruby/object:Gem::Version
90
87
  version: '0'
91
88
  requirements: []
92
- rubygems_version: 3.4.10
93
- signing_key:
89
+ rubygems_version: 3.6.2
94
90
  specification_version: 4
95
91
  summary: Standard Ruby Plugin providing configuration for rubocop-performance
96
92
  test_files: []