standard-performance 1.7.0 → 1.9.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: ebe642aa2315f5eeb5fce079be30ec4dc2fc4e8e20a0467aeae5293c176f7601
4
- data.tar.gz: 2c60730c8aa8ddbc8800ae14f3475992c035097b54b8dbbd4fd7ced7dcc5d3e9
3
+ metadata.gz: 0ea5f9c322ae1cc938a2cf5eb3bc735c190a639cfc407c781eadea98d897f767
4
+ data.tar.gz: 7da6adcbfb5ec416383755a533b2d7c68723256b48e09356202f30c65d49c572
5
5
  SHA512:
6
- metadata.gz: 9a1a8dfe281771f68247450e987a8295467fa2ee8363823ee8185f105c5cfeb118789e23db0d642a487809f6ab47caf25be7c61f0e8289fbfd5da97a1709443d
7
- data.tar.gz: 4ca42e4b148ec4757fdc83689d3889376b2a308ad96d4d4a0bf658826771f2ffd5f2ba1dba9e3c822a849e8ff0e1998fa9bd5b4f84c7c13c56be4042c13020f5
6
+ metadata.gz: c08e1a616fcd7fb848488056a07e117755c0d712f05405b58860be0774102087cc916e7b473bb914980b9adf1e4a6b3858a9a66466717f8111bffd3e3e7c6b9c
7
+ data.tar.gz: c3b9ba3c70275d65804a7d92c1c613ed9a7eb170aaac442c33d0c416cb754dd938b6e6e88b17a6e511a2ff88366bdd331ddd625e0ad53090f9ff6a4eef2cc479
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.9.0
2
+
3
+ - Updates rubocop-performance from 1.25.0 to [1.26.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.26.0)
4
+
5
+ ## 1.8.0
6
+
7
+ - Updates rubocop-performance from 1.24.0 to [1.25.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.25.0)
8
+
1
9
  ## 1.7.0
2
10
 
3
11
  - Updates rubocop-performance from 1.23.0 to [1.24.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.24.0)
data/Gemfile CHANGED
@@ -1,6 +1,7 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
+
4
5
  gem "m"
5
6
  gem "minitest"
6
7
  gem "mocktail"
data/Gemfile.lock CHANGED
@@ -1,35 +1,36 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.7.0)
4
+ standard-performance (1.9.0)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.24.0)
6
+ rubocop-performance (~> 1.26.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ast (2.4.2)
11
+ ast (2.4.3)
12
12
  docile (1.4.1)
13
- json (2.10.1)
14
- language_server-protocol (3.17.0.4)
13
+ json (2.16.0)
14
+ language_server-protocol (3.17.0.5)
15
15
  lint_roller (1.1.0)
16
16
  m (1.6.1)
17
17
  method_source (>= 0.6.7)
18
18
  rake (>= 0.9.2.2)
19
19
  method_source (1.0.0)
20
- minitest (5.25.1)
20
+ minitest (5.26.1)
21
21
  mocktail (2.0.0)
22
22
  sorbet-eraser (~> 0.3.1)
23
23
  sorbet-runtime (~> 0.5.9204)
24
- parallel (1.26.3)
25
- parser (3.3.7.1)
24
+ parallel (1.27.0)
25
+ parser (3.3.10.0)
26
26
  ast (~> 2.4.1)
27
27
  racc
28
+ prism (1.6.0)
28
29
  racc (1.8.1)
29
30
  rainbow (3.1.1)
30
- rake (13.0.6)
31
- regexp_parser (2.10.0)
32
- rubocop (1.73.2)
31
+ rake (13.3.1)
32
+ regexp_parser (2.11.3)
33
+ rubocop (1.81.7)
33
34
  json (~> 2.3)
34
35
  language_server-protocol (~> 3.17.0.2)
35
36
  lint_roller (~> 1.1.0)
@@ -37,15 +38,16 @@ GEM
37
38
  parser (>= 3.3.0.2)
38
39
  rainbow (>= 2.2.2, < 4.0)
39
40
  regexp_parser (>= 2.9.3, < 3.0)
40
- rubocop-ast (>= 1.38.0, < 2.0)
41
+ rubocop-ast (>= 1.47.1, < 2.0)
41
42
  ruby-progressbar (~> 1.7)
42
43
  unicode-display_width (>= 2.4.0, < 4.0)
43
- rubocop-ast (1.38.1)
44
- parser (>= 3.3.1.0)
45
- rubocop-performance (1.24.0)
44
+ rubocop-ast (1.48.0)
45
+ parser (>= 3.3.7.2)
46
+ prism (~> 1.4)
47
+ rubocop-performance (1.26.1)
46
48
  lint_roller (~> 1.1)
47
- rubocop (>= 1.72.1, < 2.0)
48
- rubocop-ast (>= 1.38.0, < 2.0)
49
+ rubocop (>= 1.75.0, < 2.0)
50
+ rubocop-ast (>= 1.47.1, < 2.0)
49
51
  ruby-progressbar (1.13.0)
50
52
  simplecov (0.22.0)
51
53
  docile (~> 1.1)
@@ -55,18 +57,18 @@ GEM
55
57
  simplecov_json_formatter (0.1.4)
56
58
  sorbet-eraser (0.3.1)
57
59
  sorbet-runtime (0.5.11435)
58
- standard (1.46.0)
60
+ standard (1.52.0)
59
61
  language_server-protocol (~> 3.17.0.2)
60
62
  lint_roller (~> 1.0)
61
- rubocop (~> 1.73.0)
63
+ rubocop (~> 1.81.7)
62
64
  standard-custom (~> 1.0.0)
63
- standard-performance (~> 1.6)
65
+ standard-performance (~> 1.8)
64
66
  standard-custom (1.0.2)
65
67
  lint_roller (~> 1.0)
66
68
  rubocop (~> 1.50)
67
- unicode-display_width (3.1.4)
68
- unicode-emoji (~> 4.0, >= 4.0.4)
69
- unicode-emoji (4.0.4)
69
+ unicode-display_width (3.2.0)
70
+ unicode-emoji (~> 4.1)
71
+ unicode-emoji (4.1.0)
70
72
 
71
73
  PLATFORMS
72
74
  arm64-darwin-22
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.7.0"
3
+ VERSION = "1.9.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.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.24.0
32
+ version: 1.26.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.24.0
41
- description:
39
+ version: 1.26.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.9
94
90
  specification_version: 4
95
91
  summary: Standard Ruby Plugin providing configuration for rubocop-performance
96
92
  test_files: []