standard 1.31.1 → 1.32.0

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: 002e91f1a7cc58f3bb2134d4195d2ad5be941842ce37374ddfddac9c5b7a975c
4
- data.tar.gz: 3025493f6232f3619cda1ef5b3df3f5b295e3dc0987b1c973980e2cd27c000cf
3
+ metadata.gz: 06be5bec519e9ecb1ce36e61736d8e23ac6290f46c9c7f28a49e75e615377491
4
+ data.tar.gz: e2a4ecedee742279718f8709ac7e99aa4898a2a4707a44de85a89a89dd83b897
5
5
  SHA512:
6
- metadata.gz: a684388cf7f73ccb34252d06a4917a503f6d18f5c891bc65b265182a5da2ef7942ff6a4e2a305a2e12335395912e7fd065d0d342b69f2eb1fa3b52498e507a4f
7
- data.tar.gz: 36c3b05697342e8df9ec59a2a21f8aced1f28bbc5dc46ceaa0d7521a0beb162211644e7ba40377a2ac7d8c0d1044dd834dabf1d3da6a6e8377a4b091a2fb9afd
6
+ metadata.gz: a47ae405579c9c39605cc0fe583b725923d71839c5344277140c45f0b8987404e3641553d9d084f239de17118eea08a729cee6003a14c684fd8f028f1199c5d2
7
+ data.tar.gz: e5fb5f657b7f41155707be28e77975683a97a7f02056d5d4d99ac442876c6a922d56ed7986b4cfee7bee0660719cb1611dc1dc8e27084efc648d27e744847042
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.32.0
4
+
5
+ * Updates rubocop to [1.57.2](https://github.com/rubocop/rubocop/releases/tag/v1.57.2)
6
+
7
+ ## 1.31.2
8
+
9
+ * Updates rubocop to [1.52.4](https://github.com/rubocop/rubocop/releases/tag/v1.52.4)
10
+ * Updates standard-performance to [v1.2.1](https://github.com/standardrb/standard-performance/releases/tag/v1.2.1)
11
+
3
12
  ## 1.31.1
4
13
 
5
14
  * 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.32.0)
5
5
  language_server-protocol (~> 3.17.0.2)
6
6
  lint_roller (~> 1.0)
7
- rubocop (~> 1.56.2)
7
+ rubocop (~> 1.57.2)
8
8
  standard-custom (~> 1.0.0)
9
9
  standard-performance (~> 1.2)
10
10
 
@@ -12,32 +12,30 @@ GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
14
  ast (2.4.2)
15
- base64 (0.1.1)
16
15
  docile (1.4.0)
17
16
  gimme (0.5.0)
18
17
  json (2.6.3)
19
18
  language_server-protocol (3.17.0.3)
20
19
  lint_roller (1.1.0)
21
- m (1.6.1)
20
+ m (1.6.2)
22
21
  method_source (>= 0.6.7)
23
22
  rake (>= 0.9.2.2)
24
23
  method_source (1.0.0)
25
- minitest (5.19.0)
24
+ minitest (5.20.0)
26
25
  parallel (1.23.0)
27
- parser (3.2.2.3)
26
+ parser (3.2.2.4)
28
27
  ast (~> 2.4.1)
29
28
  racc
30
29
  racc (1.7.1)
31
30
  rainbow (3.1.1)
32
31
  rake (13.0.6)
33
- regexp_parser (2.8.1)
32
+ regexp_parser (2.8.2)
34
33
  rexml (3.2.6)
35
- rubocop (1.56.2)
36
- base64 (~> 0.1.1)
34
+ rubocop (1.57.2)
37
35
  json (~> 2.3)
38
36
  language_server-protocol (>= 3.17.0)
39
37
  parallel (~> 1.10)
40
- parser (>= 3.2.2.3)
38
+ parser (>= 3.2.2.4)
41
39
  rainbow (>= 2.2.2, < 4.0)
42
40
  regexp_parser (>= 1.8, < 3.0)
43
41
  rexml (>= 3.2.5, < 4.0)
@@ -46,7 +44,7 @@ GEM
46
44
  unicode-display_width (>= 2.4.0, < 3.0)
47
45
  rubocop-ast (1.29.0)
48
46
  parser (>= 3.2.1.0)
49
- rubocop-performance (1.19.0)
47
+ rubocop-performance (1.19.1)
50
48
  rubocop (>= 1.7.0, < 2.0)
51
49
  rubocop-ast (>= 0.4.0)
52
50
  ruby-progressbar (1.13.0)
@@ -59,10 +57,10 @@ GEM
59
57
  standard-custom (1.0.2)
60
58
  lint_roller (~> 1.0)
61
59
  rubocop (~> 1.50)
62
- standard-performance (1.2.0)
60
+ standard-performance (1.2.1)
63
61
  lint_roller (~> 1.1)
64
- rubocop-performance (~> 1.19.0)
65
- unicode-display_width (2.4.2)
62
+ rubocop-performance (~> 1.19.1)
63
+ unicode-display_width (2.5.0)
66
64
 
67
65
  PLATFORMS
68
66
  ruby
@@ -78,4 +76,4 @@ DEPENDENCIES
78
76
  standard!
79
77
 
80
78
  BUNDLED WITH
81
- 2.3.26
79
+ 2.4.21
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
data/config/base.yml CHANGED
@@ -1659,6 +1659,9 @@ Style/SingleArgumentDig:
1659
1659
  Style/SingleLineBlockParams:
1660
1660
  Enabled: false
1661
1661
 
1662
+ Style/SingleLineDoEndBlock:
1663
+ Enabled: false
1664
+
1662
1665
  Style/SingleLineMethods:
1663
1666
  Enabled: true
1664
1667
  AllowIfMethodIsEmpty: false
@@ -1,3 +1,3 @@
1
1
  module Standard
2
- VERSION = Gem::Version.new("1.31.1")
2
+ VERSION = Gem::Version.new("1.32.0")
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.57.2"
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.32.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-09-08 00:00:00.000000000 Z
11
+ date: 2023-11-07 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.57.2
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.57.2
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: []