standard-performance 1.2.1 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24fa3326a4b6cc4af5ecf7b3a3378e3ad6fb57bd925679612abb54009a38f88a
4
- data.tar.gz: e63bd4dd4ce6359bb48984c7a6342d31c09233cfc0af3516281223ce3c795b30
3
+ metadata.gz: a4ab28cf916d093690ff33865155e668f9d5c697668bd481d178b4d4089f4581
4
+ data.tar.gz: 2823d9276cb6b5d270f6c14f0c7c0f525bdc2480888bb0e7359dcdf7da4c63b4
5
5
  SHA512:
6
- metadata.gz: ad200a1c453196fbb0292a7b7aa8024b27434cf052a666aa40293d7b5865c4a31051f1a9ccab27c9bc810282d4389c27755dcf83d43f9b268c8ee015ebb6e3c4
7
- data.tar.gz: 5b336bfdbb59bf137d0a81540e6d45feffc0df4daaf4c70163f69e2039483bdee0c1ec90d2b1ada8eda0bfbfd1df44ebc645fbd48c21a2ea16971bad11533254
6
+ metadata.gz: 94e0731a12ff01cb7215308b15a361df9765f00d21da7357e2d6a3f7feef207f8a79a491d7ad84bd35449559bcb0728e639064b95ae77da9044f2c034ed7814f
7
+ data.tar.gz: a74501a9ee2a4684d447e9edcb318d25ea335fb52e61a3553b1fc6246cbf5c7af28d596e01642d113efc8920cc0e0c33980a2c27ccdf3099f56e922e78bc3d8b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.3.1]
2
+
3
+ - Updates rubocop-performance from 1.20.1 to [1.20.2](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.2)
4
+
5
+ ## [1.3.0]
6
+
7
+ - Updates rubocop-performance from 1.19.1 to [1.20.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.1)
8
+
1
9
  ## [1.2.1]
2
10
 
3
11
  - 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,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.2.1)
4
+ standard-performance (1.3.1)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.19.1)
6
+ rubocop-performance (~> 1.20.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
- json (2.6.3)
12
+ json (2.7.1)
13
13
  language_server-protocol (3.17.0.3)
14
14
  lint_roller (1.1.0)
15
15
  m (1.6.1)
@@ -17,41 +17,42 @@ GEM
17
17
  rake (>= 0.9.2.2)
18
18
  method_source (1.0.0)
19
19
  minitest (5.19.0)
20
- parallel (1.23.0)
21
- parser (3.2.2.3)
20
+ parallel (1.24.0)
21
+ parser (3.3.0.2)
22
22
  ast (~> 2.4.1)
23
23
  racc
24
- racc (1.7.1)
24
+ racc (1.7.3)
25
25
  rainbow (3.1.1)
26
26
  rake (13.0.6)
27
- regexp_parser (2.8.1)
27
+ regexp_parser (2.9.0)
28
28
  rexml (3.2.6)
29
- rubocop (1.52.1)
29
+ rubocop (1.59.0)
30
30
  json (~> 2.3)
31
+ language_server-protocol (>= 3.17.0)
31
32
  parallel (~> 1.10)
32
- parser (>= 3.2.2.3)
33
+ parser (>= 3.2.2.4)
33
34
  rainbow (>= 2.2.2, < 4.0)
34
35
  regexp_parser (>= 1.8, < 3.0)
35
36
  rexml (>= 3.2.5, < 4.0)
36
- rubocop-ast (>= 1.28.0, < 2.0)
37
+ rubocop-ast (>= 1.30.0, < 2.0)
37
38
  ruby-progressbar (~> 1.7)
38
39
  unicode-display_width (>= 2.4.0, < 3.0)
39
- rubocop-ast (1.29.0)
40
+ rubocop-ast (1.30.0)
40
41
  parser (>= 3.2.1.0)
41
- rubocop-performance (1.19.1)
42
- rubocop (>= 1.7.0, < 2.0)
43
- rubocop-ast (>= 0.4.0)
42
+ rubocop-performance (1.20.2)
43
+ rubocop (>= 1.48.1, < 2.0)
44
+ rubocop-ast (>= 1.30.0, < 2.0)
44
45
  ruby-progressbar (1.13.0)
45
- standard (1.30.1)
46
+ standard (1.33.0)
46
47
  language_server-protocol (~> 3.17.0.2)
47
48
  lint_roller (~> 1.0)
48
- rubocop (~> 1.52.0)
49
+ rubocop (~> 1.59.0)
49
50
  standard-custom (~> 1.0.0)
50
- standard-performance (~> 1.1.0)
51
+ standard-performance (~> 1.3)
51
52
  standard-custom (1.0.2)
52
53
  lint_roller (~> 1.0)
53
54
  rubocop (~> 1.50)
54
- unicode-display_width (2.4.2)
55
+ unicode-display_width (2.5.0)
55
56
 
56
57
  PLATFORMS
57
58
  arm64-darwin-22
@@ -66,4 +67,4 @@ DEPENDENCIES
66
67
  standard-performance!
67
68
 
68
69
  BUNDLED WITH
69
- 2.4.10
70
+ 2.4.12
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.2.1"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
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.2.1
4
+ version: 1.3.1
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-10-10 00:00:00.000000000 Z
11
+ date: 2024-01-10 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.19.1
33
+ version: 1.20.2
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.19.1
41
- description:
40
+ version: 1.20.2
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: []