standard-performance 1.2.0 → 1.2.1

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: 1e3de877fbeba90b5e1d960e1d0be37066c3056782bb9c7d8cb8a9cf68015cb3
4
- data.tar.gz: e5ff45b0503319d7d32edd0145cea9d7bf90b8de6ce8a78b4743b022d2c3d5cd
3
+ metadata.gz: 24fa3326a4b6cc4af5ecf7b3a3378e3ad6fb57bd925679612abb54009a38f88a
4
+ data.tar.gz: e63bd4dd4ce6359bb48984c7a6342d31c09233cfc0af3516281223ce3c795b30
5
5
  SHA512:
6
- metadata.gz: ee17264a5ebf2a0ea998076d630a42ee40d21f0fe348b2fbb01d7c0803c8999318417f0492939d47189bcdca628c69dc62db9bca8a5aa368041c813361a2c25f
7
- data.tar.gz: 56f03d54f49d953654e17051de0c5301ae7886b1ececb8b021b7ef8f7c09cf6b21704566de5e3e5ecf864ddcaf6ae03adeca91fc9405a2b6bf590128ec3e4a18
6
+ metadata.gz: ad200a1c453196fbb0292a7b7aa8024b27434cf052a666aa40293d7b5865c4a31051f1a9ccab27c9bc810282d4389c27755dcf83d43f9b268c8ee015ebb6e3c4
7
+ data.tar.gz: 5b336bfdbb59bf137d0a81540e6d45feffc0df4daaf4c70163f69e2039483bdee0c1ec90d2b1ada8eda0bfbfd1df44ebc645fbd48c21a2ea16971bad11533254
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.2.1]
2
+
3
+ - Updates rubocop-performance from 1.19.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1)
4
+
1
5
  ## [1.2.0]
2
6
 
3
7
  - Updates rubocop-performance from 1.18.0 to 1.19.0
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-performance (1.2.0)
4
+ standard-performance (1.2.1)
5
5
  lint_roller (~> 1.1)
6
- rubocop-performance (~> 1.19.0)
6
+ rubocop-performance (~> 1.19.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -17,7 +17,6 @@ GEM
17
17
  rake (>= 0.9.2.2)
18
18
  method_source (1.0.0)
19
19
  minitest (5.19.0)
20
- mocktail (1.2.2)
21
20
  parallel (1.23.0)
22
21
  parser (3.2.2.3)
23
22
  ast (~> 2.4.1)
@@ -39,7 +38,7 @@ GEM
39
38
  unicode-display_width (>= 2.4.0, < 3.0)
40
39
  rubocop-ast (1.29.0)
41
40
  parser (>= 3.2.1.0)
42
- rubocop-performance (1.19.0)
41
+ rubocop-performance (1.19.1)
43
42
  rubocop (>= 1.7.0, < 2.0)
44
43
  rubocop-ast (>= 0.4.0)
45
44
  ruby-progressbar (1.13.0)
@@ -62,7 +61,6 @@ PLATFORMS
62
61
  DEPENDENCIES
63
62
  m
64
63
  minitest
65
- mocktail
66
64
  rake
67
65
  standard
68
66
  standard-performance!
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Performance
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.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.0
4
+ version: 1.2.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-08-19 00:00:00.000000000 Z
11
+ date: 2023-10-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.0
33
+ version: 1.19.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.19.0
41
- description:
40
+ version: 1.19.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
@@ -89,8 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
- rubygems_version: 3.2.15
93
- signing_key:
92
+ rubygems_version: 3.1.6
93
+ signing_key:
94
94
  specification_version: 4
95
95
  summary: Standard Ruby Plugin providing configuration for rubocop-performance
96
96
  test_files: []