standard-performance 1.7.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +15 -13
- data/lib/standard/performance/version.rb +1 -1
- metadata +5 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ac960ab26c068ea1f9789ce93f602602c7a058ca173cdcf4fea2868626eced0
|
4
|
+
data.tar.gz: 7ab2c8046b724e48fa0feef48740134778ce310d80db2099a4f9197f451ed677
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa5b68393435541f26158eefb2147d4db7447f990df5d5ff81c8f3f7ffd2193a05e89e2702f7348ca38400665072bef6a50192116680b4fa5d0cd68be789d8fc
|
7
|
+
data.tar.gz: b963606d53aae5eaf73dd055141c4887a1894ebc3069238667fd892e81509341f3569c45138b20cbb0a4e139b76a0961a7282d09355ed0af6eca10b541537655
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
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
|
+
|
1
5
|
## 1.7.0
|
2
6
|
|
3
7
|
- 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
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
standard-performance (1.
|
4
|
+
standard-performance (1.8.0)
|
5
5
|
lint_roller (~> 1.1)
|
6
|
-
rubocop-performance (~> 1.
|
6
|
+
rubocop-performance (~> 1.25.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -22,14 +22,15 @@ 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.7.
|
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
32
|
regexp_parser (2.10.0)
|
32
|
-
rubocop (1.
|
33
|
+
rubocop (1.75.2)
|
33
34
|
json (~> 2.3)
|
34
35
|
language_server-protocol (~> 3.17.0.2)
|
35
36
|
lint_roller (~> 1.1.0)
|
@@ -37,14 +38,15 @@ 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.
|
41
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
41
42
|
ruby-progressbar (~> 1.7)
|
42
43
|
unicode-display_width (>= 2.4.0, < 4.0)
|
43
|
-
rubocop-ast (1.
|
44
|
-
parser (>= 3.3.
|
45
|
-
|
44
|
+
rubocop-ast (1.44.0)
|
45
|
+
parser (>= 3.3.7.2)
|
46
|
+
prism (~> 1.4)
|
47
|
+
rubocop-performance (1.25.0)
|
46
48
|
lint_roller (~> 1.1)
|
47
|
-
rubocop (>= 1.
|
49
|
+
rubocop (>= 1.75.0, < 2.0)
|
48
50
|
rubocop-ast (>= 1.38.0, < 2.0)
|
49
51
|
ruby-progressbar (1.13.0)
|
50
52
|
simplecov (0.22.0)
|
@@ -55,12 +57,12 @@ 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.
|
60
|
+
standard (1.48.0)
|
59
61
|
language_server-protocol (~> 3.17.0.2)
|
60
62
|
lint_roller (~> 1.0)
|
61
|
-
rubocop (~> 1.
|
63
|
+
rubocop (~> 1.75.2)
|
62
64
|
standard-custom (~> 1.0.0)
|
63
|
-
standard-performance (~> 1.
|
65
|
+
standard-performance (~> 1.7)
|
64
66
|
standard-custom (1.0.2)
|
65
67
|
lint_roller (~> 1.0)
|
66
68
|
rubocop (~> 1.50)
|
@@ -79,7 +81,7 @@ DEPENDENCIES
|
|
79
81
|
mocktail
|
80
82
|
rake
|
81
83
|
simplecov
|
82
|
-
standard
|
84
|
+
standard (~> 1.36)
|
83
85
|
standard-performance!
|
84
86
|
|
85
87
|
BUNDLED WITH
|
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.
|
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: 2025-
|
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.
|
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.
|
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.
|
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: []
|