ws-style 6.12.0 → 6.12.4

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: bcd91838a3c1ab7a1ee403112dd820bb9d213cb4965c950be0760aa08ec51365
4
- data.tar.gz: dab187bd767e395d636a81b62eac5b4a356dd0bd53cafaad2b6fddea527accf0
3
+ metadata.gz: c1438ffc5803daf8476aa8a1ce44b1bbae426f0d37301244fa871ab26f07bb47
4
+ data.tar.gz: 385309f34baaf8b520ce78008f11aa85d91175410ab273865b7e43231a824754
5
5
  SHA512:
6
- metadata.gz: 83493e3779e1f8a9592c51b1a33382f065d8f8b06a22fc42f26ed8f2f8250d95b30b2abff9dc7cf6a57b88c1a0d3d08f9345d03994d592ef57ae8f340e2aa4c3
7
- data.tar.gz: cf226675f0220012303559ae445221469930f38132adeba271dda3a5029d27d2bc2f28ea953af10ea28a2a6ff47e71ccffcc86c3d6d3565184f1685156cb8d73
6
+ metadata.gz: 790302a32c969dee72f5ee89a351c99139c6385ed2bfc2c0dcc59bacef464aff462ab15c37b2f8935e04ec2074dc844b56716ff704657bea67af5c05309b4491
7
+ data.tar.gz: 31f8791e842d602815c07a32d870ab4e70df3648aa88288c7e7f64e15ecca7e02552219c1d806c08b8b0aa885570c87ff32f1dfec1285d237f01c05400cdaced
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.12.4 - 2022-01-04
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.12.3 - 2021-12-20
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.12.2 - 2021-12-16
16
+ ### Changed
17
+ - Upgraded rubocop to 1.23
18
+
19
+ ## 6.12.1 - 2021-12-09
20
+ ### Changed
21
+ - Disable new Gemspec/RequireMFA cop
22
+
7
23
  ## 6.12.0 - 2021-12-06
8
24
  - Update `rubocop-vendor`, which disallows `recursive-open-struct`
9
25
 
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.12.0)
5
- rubocop (>= 1.12.1)
4
+ ws-style (6.12.4)
5
+ rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
8
8
  rubocop-rspec (>= 2.2.0)
@@ -11,19 +11,18 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.1.4.1)
14
+ activesupport (7.0.0)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
- zeitwerk (~> 2.3)
20
19
  ast (2.4.2)
21
20
  bundler-audit (0.7.0.1)
22
21
  bundler (>= 1.2.0, < 3)
23
22
  thor (>= 0.18, < 2)
24
23
  concurrent-ruby (1.1.9)
25
- diff-lcs (1.4.4)
26
- git (1.9.1)
24
+ diff-lcs (1.5.0)
25
+ git (1.10.1)
27
26
  rchardet (~> 1.8)
28
27
  i18n (1.8.11)
29
28
  concurrent-ruby (~> 1.0)
@@ -31,9 +30,9 @@ GEM
31
30
  keepachangelog (0.6.1)
32
31
  json (~> 2.1)
33
32
  thor (~> 0.20)
34
- minitest (5.14.4)
33
+ minitest (5.15.0)
35
34
  parallel (1.21.0)
36
- parser (3.0.3.1)
35
+ parser (3.1.0.0)
37
36
  ast (~> 2.4.1)
38
37
  rack (2.2.3)
39
38
  rainbow (3.0.0)
@@ -54,34 +53,33 @@ GEM
54
53
  diff-lcs (>= 1.2.0, < 2.0)
55
54
  rspec-support (~> 3.10.0)
56
55
  rspec-support (3.10.3)
57
- rubocop (1.23.0)
56
+ rubocop (1.24.1)
58
57
  parallel (~> 1.10)
59
58
  parser (>= 3.0.0.0)
60
59
  rainbow (>= 2.2.2, < 4.0)
61
60
  regexp_parser (>= 1.8, < 3.0)
62
61
  rexml
63
- rubocop-ast (>= 1.12.0, < 2.0)
62
+ rubocop-ast (>= 1.15.1, < 2.0)
64
63
  ruby-progressbar (~> 1.7)
65
64
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.14.0)
65
+ rubocop-ast (1.15.1)
67
66
  parser (>= 3.0.1.1)
68
- rubocop-performance (1.12.0)
67
+ rubocop-performance (1.13.1)
69
68
  rubocop (>= 1.7.0, < 2.0)
70
69
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.12.4)
70
+ rubocop-rails (2.13.0)
72
71
  activesupport (>= 4.2.0)
73
72
  rack (>= 1.1)
74
73
  rubocop (>= 1.7.0, < 2.0)
75
- rubocop-rspec (2.6.0)
74
+ rubocop-rspec (2.7.0)
76
75
  rubocop (~> 1.19)
77
- rubocop-vendor (0.7.0)
76
+ rubocop-vendor (0.8.0)
78
77
  rubocop (>= 0.53.0)
79
78
  ruby-progressbar (1.11.0)
80
79
  thor (0.20.3)
81
80
  tzinfo (2.0.4)
82
81
  concurrent-ruby (~> 1.0)
83
82
  unicode-display_width (2.1.0)
84
- zeitwerk (2.5.1)
85
83
 
86
84
  PLATFORMS
87
85
  ruby
@@ -96,4 +94,4 @@ DEPENDENCIES
96
94
  ws-style!
97
95
 
98
96
  BUNDLED WITH
99
- 2.2.32
97
+ 2.2.33
data/core.yml CHANGED
@@ -441,6 +441,10 @@ Style/IfWithBooleanLiteralBranches:
441
441
  Gemspec/DateAssignment:
442
442
  Enabled: True
443
443
 
444
+ # rubocop 1.23
445
+ Gemspec/RequireMFA:
446
+ Enabled: False
447
+
444
448
  Style/HashConversion:
445
449
  Enabled: True
446
450
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.12.0'.freeze
3
+ VERSION = '6.12.4'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ['lib']
23
23
  s.required_ruby_version = '>= 2.7.2'
24
24
 
25
- s.add_dependency 'rubocop', '>= 1.12.1'
25
+ s.add_dependency 'rubocop', '>= 1.23'
26
26
  s.add_dependency 'rubocop-performance', '>= 1.10.2'
27
27
  s.add_dependency 'rubocop-rails', '>= 2.9.1'
28
28
  s.add_dependency 'rubocop-rspec', '>= 2.2.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.12.0
4
+ version: 6.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-07 00:00:00.000000000 Z
11
+ date: 2022-01-04 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.12.1
19
+ version: '1.23'
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.12.1
26
+ version: '1.23'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement