standard 1.31.1 → 1.31.2

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: 002e91f1a7cc58f3bb2134d4195d2ad5be941842ce37374ddfddac9c5b7a975c
4
- data.tar.gz: 3025493f6232f3619cda1ef5b3df3f5b295e3dc0987b1c973980e2cd27c000cf
3
+ metadata.gz: ff1662e1a50bb257c6717c09c7e8d44dd3c4f810c46bcfce151fc6ec4cba4f1d
4
+ data.tar.gz: dd2e2ae6bb5394c05e8b6821c74739cc45c249f370a7f1b57d7374413c490d57
5
5
  SHA512:
6
- metadata.gz: a684388cf7f73ccb34252d06a4917a503f6d18f5c891bc65b265182a5da2ef7942ff6a4e2a305a2e12335395912e7fd065d0d342b69f2eb1fa3b52498e507a4f
7
- data.tar.gz: 36c3b05697342e8df9ec59a2a21f8aced1f28bbc5dc46ceaa0d7521a0beb162211644e7ba40377a2ac7d8c0d1044dd834dabf1d3da6a6e8377a4b091a2fb9afd
6
+ metadata.gz: a313836f54681eb73ab82e6b3291f4663ecbe18a57d05ba4107386b6969af0af7d86fa08277ed0a18aa7bddf02dc56a5b90e6e0f2aeb873735e1899c913eb411
7
+ data.tar.gz: 2a37da0c2145fa0e7e48c120051ce30238aba1cd17080ae9c9ae6f7273671cef546a77cc7d804c015648c3fa95a632aa1b5b6d420a3d32f46ce7b5a21ec50a15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.31.2
4
+
5
+ * Updates rubocop to [1.52.4](https://github.com/rubocop/rubocop/releases/tag/v1.52.4)
6
+ * Updates standard-performance to [v1.2.1](https://github.com/standardrb/standard-performance/releases/tag/v1.2.1)
7
+
3
8
  ## 1.31.1
4
9
 
5
10
  * Updates rubocop to [1.52.2](https://github.com/rubocop/rubocop/releases/tag/v1.52.2)
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard (1.31.1)
4
+ standard (1.31.2)
5
5
  language_server-protocol (~> 3.17.0.2)
6
6
  lint_roller (~> 1.0)
7
- rubocop (~> 1.56.2)
7
+ rubocop (~> 1.56.4)
8
8
  standard-custom (~> 1.0.0)
9
9
  standard-performance (~> 1.2)
10
10
 
@@ -24,15 +24,15 @@ GEM
24
24
  method_source (1.0.0)
25
25
  minitest (5.19.0)
26
26
  parallel (1.23.0)
27
- parser (3.2.2.3)
27
+ parser (3.2.2.4)
28
28
  ast (~> 2.4.1)
29
29
  racc
30
30
  racc (1.7.1)
31
31
  rainbow (3.1.1)
32
32
  rake (13.0.6)
33
- regexp_parser (2.8.1)
33
+ regexp_parser (2.8.2)
34
34
  rexml (3.2.6)
35
- rubocop (1.56.2)
35
+ rubocop (1.56.4)
36
36
  base64 (~> 0.1.1)
37
37
  json (~> 2.3)
38
38
  language_server-protocol (>= 3.17.0)
@@ -46,7 +46,7 @@ GEM
46
46
  unicode-display_width (>= 2.4.0, < 3.0)
47
47
  rubocop-ast (1.29.0)
48
48
  parser (>= 3.2.1.0)
49
- rubocop-performance (1.19.0)
49
+ rubocop-performance (1.19.1)
50
50
  rubocop (>= 1.7.0, < 2.0)
51
51
  rubocop-ast (>= 0.4.0)
52
52
  ruby-progressbar (1.13.0)
@@ -59,10 +59,10 @@ GEM
59
59
  standard-custom (1.0.2)
60
60
  lint_roller (~> 1.0)
61
61
  rubocop (~> 1.50)
62
- standard-performance (1.2.0)
62
+ standard-performance (1.2.1)
63
63
  lint_roller (~> 1.1)
64
- rubocop-performance (~> 1.19.0)
65
- unicode-display_width (2.4.2)
64
+ rubocop-performance (~> 1.19.1)
65
+ unicode-display_width (2.5.0)
66
66
 
67
67
  PLATFORMS
68
68
  ruby
data/README.md CHANGED
@@ -155,7 +155,7 @@ We've added a number of editing guides for getting started:
155
155
  - [vim](https://github.com/standardrb/standard/wiki/IDE:-vim)
156
156
  - [neovim](https://github.com/standardrb/standard/wiki/IDE:-neovim)
157
157
  - [RubyMine](https://www.jetbrains.com/help/ruby/rubocop.html#disable_rubocop)
158
- - [emacs](https://github.com/julianrubisch/flycheck-standardrb)
158
+ - [emacs](https://www.flycheck.org/en/latest/languages.html#syntax-checker-ruby-standard)
159
159
  - [Atom](https://github.com/standardrb/standard/wiki/IDE:-Atom)
160
160
 
161
161
  If you'd like to help by creating a guide, please draft one [in an
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.31.1")
2
+ VERSION = Gem::Version.new("1.31.2")
3
3
  end
data/standard.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ["lib"]
24
24
  spec.metadata["rubygems_mfa_required"] = "true"
25
25
 
26
- spec.add_dependency "rubocop", "~> 1.56.2"
26
+ spec.add_dependency "rubocop", "~> 1.56.4"
27
27
 
28
28
  spec.add_dependency "lint_roller", "~> 1.0"
29
29
  spec.add_dependency "standard-custom", "~> 1.0.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.1
4
+ version: 1.31.2
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-09-08 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: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.56.2
19
+ version: 1.56.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.56.2
26
+ version: 1.56.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: lint_roller
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: 3.17.0.2
83
- description:
83
+ description:
84
84
  email:
85
85
  - searls@gmail.com
86
86
  executables:
@@ -168,7 +168,7 @@ metadata:
168
168
  source_code_uri: https://github.com/standardrb/standard
169
169
  changelog_uri: https://github.com/standardrb/standard/blob/main/CHANGELOG.md
170
170
  rubygems_mfa_required: 'true'
171
- post_install_message:
171
+ post_install_message:
172
172
  rdoc_options: []
173
173
  require_paths:
174
174
  - lib
@@ -183,8 +183,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0'
185
185
  requirements: []
186
- rubygems_version: 3.3.3
187
- signing_key:
186
+ rubygems_version: 3.1.6
187
+ signing_key:
188
188
  specification_version: 4
189
189
  summary: Ruby Style Guide, with linter & automatic code fixer
190
190
  test_files: []