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 +4 -4
- data/CHANGELOG.md +7 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +27 -21
- data/config/base.yml +4 -0
- 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,4 +1,10 @@
|
|
1
|
-
##
|
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
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
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/
|
10
10
|
specs:
|
11
11
|
ast (2.4.2)
|
12
12
|
docile (1.4.1)
|
13
|
-
json (2.
|
14
|
-
language_server-protocol (3.17.0.
|
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.
|
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.
|
32
|
-
rubocop (1.
|
32
|
+
regexp_parser (2.10.0)
|
33
|
+
rubocop (1.75.2)
|
33
34
|
json (~> 2.3)
|
34
|
-
language_server-protocol (
|
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.
|
39
|
-
rubocop-ast (>= 1.
|
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, <
|
42
|
-
rubocop-ast (1.
|
43
|
-
parser (>= 3.3.
|
44
|
-
|
45
|
-
|
46
|
-
|
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.
|
60
|
+
standard (1.48.0)
|
57
61
|
language_server-protocol (~> 3.17.0.2)
|
58
62
|
lint_roller (~> 1.0)
|
59
|
-
rubocop (~> 1.
|
63
|
+
rubocop (~> 1.75.2)
|
60
64
|
standard-custom (~> 1.0.0)
|
61
|
-
standard-performance (~> 1.
|
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 (
|
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
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:
|
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: []
|