standard-performance 1.3.1 → 1.4.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: a4ab28cf916d093690ff33865155e668f9d5c697668bd481d178b4d4089f4581
4
- data.tar.gz: 2823d9276cb6b5d270f6c14f0c7c0f525bdc2480888bb0e7359dcdf7da4c63b4
3
+ metadata.gz: 51710b94b61e9d34bfb04eea69f0633ffbea0067569845223dedb0ed139baf16
4
+ data.tar.gz: 2b203f9cf24c360eade987af2e2e9cb602e2eca920bee38dbc641209b56f42de
5
5
  SHA512:
6
- metadata.gz: 94e0731a12ff01cb7215308b15a361df9765f00d21da7357e2d6a3f7feef207f8a79a491d7ad84bd35449559bcb0728e639064b95ae77da9044f2c034ed7814f
7
- data.tar.gz: a74501a9ee2a4684d447e9edcb318d25ea335fb52e61a3553b1fc6246cbf5c7af28d596e01642d113efc8920cc0e0c33980a2c27ccdf3099f56e922e78bc3d8b
6
+ metadata.gz: 444e7ec1da099300d840162347e657324d812cb9c1d9e0b2b2a7d6dcc14e8b381e64e3bad854428b258f762f4ebb955c4c4e6466e75357f7f6eb5896639ce249
7
+ data.tar.gz: 5af8236fb5489efaae2f1b9fe46c7c3cbb5a42b4579a81f46e13a04d72f2b9024e9c8be52cd368654a82814bf347b7d2c313379c7452c3c4a82caabd7602ac51
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.4.0
2
+
3
+ - Updates rubocop-performance from 1.20.1 to [1.21.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.21.0)
4
+
1
5
  ## [1.3.1]
2
6
 
3
7
  - Updates rubocop-performance from 1.20.1 to [1.20.2](https://github.com/rubocop/rubocop-performance/releases/tag/v1.20.2)
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.3.1)
4
+ standard-performance (1.4.0)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.20.2)
6
+ rubocop-performance (~> 1.21.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -18,7 +18,7 @@ GEM
18
18
  method_source (1.0.0)
19
19
  minitest (5.19.0)
20
20
  parallel (1.24.0)
21
- parser (3.3.0.2)
21
+ parser (3.3.1.0)
22
22
  ast (~> 2.4.1)
23
23
  racc
24
24
  racc (1.7.3)
@@ -37,11 +37,11 @@ GEM
37
37
  rubocop-ast (>= 1.30.0, < 2.0)
38
38
  ruby-progressbar (~> 1.7)
39
39
  unicode-display_width (>= 2.4.0, < 3.0)
40
- rubocop-ast (1.30.0)
41
- parser (>= 3.2.1.0)
42
- rubocop-performance (1.20.2)
40
+ rubocop-ast (1.31.3)
41
+ parser (>= 3.3.1.0)
42
+ rubocop-performance (1.21.0)
43
43
  rubocop (>= 1.48.1, < 2.0)
44
- rubocop-ast (>= 1.30.0, < 2.0)
44
+ rubocop-ast (>= 1.31.1, < 2.0)
45
45
  ruby-progressbar (1.13.0)
46
46
  standard (1.33.0)
47
47
  language_server-protocol (~> 3.17.0.2)
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.3.1"
3
+ VERSION = "1.4.0"
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.3.1
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.20.2
33
+ version: 1.21.0
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.20.2
40
+ version: 1.21.0
41
41
  description:
42
42
  email:
43
43
  - searls@gmail.com