standard-performance 1.2.1 → 1.3.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.lock +7 -7
- data/lib/standard/performance/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2083061ca191bbd55694f518bd81a8c3344d8738fd0869d472cac6e9df41ce93
|
4
|
+
data.tar.gz: 3262653302cbfe57cb312dfdb50f72f1d8bfbd4cf1f4092c91254b5c28732c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1482c8286cf1adee39c12c3b7a81061db5de2c8226762cd0121535b1e5e70c273b0bbe0dc36b9383f6c67ce5b7d17d282a5505a2addef554c8c99e5ccb20cf10
|
7
|
+
data.tar.gz: 0a6e163ab556c33b45ee399aeb319882fc0f37b01f3a874be18b8f19afa8977d4cedaed12a1c3f7e5e9b4c3dc309e582ddc9542a75e13a4f1eb3960d654b6fea
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## [1.3.0]
|
2
|
+
|
3
|
+
- Updates rubocop-performance from 1.19.1 to [1.20.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.1)
|
4
|
+
|
1
5
|
## [1.2.1]
|
2
6
|
|
3
7
|
- Updates rubocop-performance from 1.19.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1)
|
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.3.0)
|
5
5
|
lint_roller (~> 1.1)
|
6
|
-
rubocop-performance (~> 1.
|
6
|
+
rubocop-performance (~> 1.20.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -36,11 +36,11 @@ GEM
|
|
36
36
|
rubocop-ast (>= 1.28.0, < 2.0)
|
37
37
|
ruby-progressbar (~> 1.7)
|
38
38
|
unicode-display_width (>= 2.4.0, < 3.0)
|
39
|
-
rubocop-ast (1.
|
39
|
+
rubocop-ast (1.30.0)
|
40
40
|
parser (>= 3.2.1.0)
|
41
|
-
rubocop-performance (1.
|
42
|
-
rubocop (>= 1.
|
43
|
-
rubocop-ast (>=
|
41
|
+
rubocop-performance (1.20.1)
|
42
|
+
rubocop (>= 1.48.1, < 2.0)
|
43
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
44
44
|
ruby-progressbar (1.13.0)
|
45
45
|
standard (1.30.1)
|
46
46
|
language_server-protocol (~> 3.17.0.2)
|
@@ -66,4 +66,4 @@ DEPENDENCIES
|
|
66
66
|
standard-performance!
|
67
67
|
|
68
68
|
BUNDLED WITH
|
69
|
-
2.4.
|
69
|
+
2.4.12
|
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.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -30,15 +30,15 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
33
|
+
version: 1.20.1
|
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.
|
41
|
-
description:
|
40
|
+
version: 1.20.1
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- searls@gmail.com
|
44
44
|
executables: []
|
@@ -74,7 +74,7 @@ metadata:
|
|
74
74
|
source_code_uri: https://github.com/standardrb/standard-performance
|
75
75
|
changelog_uri: https://github.com/standardrb/standard-performance/blob/main/CHANGELOG.md
|
76
76
|
default_lint_roller_plugin: Standard::Performance::Plugin
|
77
|
-
post_install_message:
|
77
|
+
post_install_message:
|
78
78
|
rdoc_options: []
|
79
79
|
require_paths:
|
80
80
|
- lib
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
requirements: []
|
92
92
|
rubygems_version: 3.1.6
|
93
|
-
signing_key:
|
93
|
+
signing_key:
|
94
94
|
specification_version: 4
|
95
95
|
summary: Standard Ruby Plugin providing configuration for rubocop-performance
|
96
96
|
test_files: []
|