ws-style 6.14.6 → 6.14.7

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: 0d60dc75478ff20cb803c771eac3941dab83449b106ae5cebd71bd7304804a82
4
- data.tar.gz: 53c5b3a90c4ecdb159d9d7cbae5a53913027ca5801dcd6492a9ee54e9344ab61
3
+ metadata.gz: a55eb9383771e4927aef590882db5d3eecb156a22b82da439752d2acaa72e4e5
4
+ data.tar.gz: d60f8fb15f7b523f8858e2fd010fc0620bbd85da10764deaa67f00bbcacb51fa
5
5
  SHA512:
6
- metadata.gz: da80bf26bc98fbeb9241199dc9ba33cb1b81f68fb52859fca82a63d6cdbff03629915da2d9ec5892b6039edfbe00972fbcb0a7776ba936f83729f4f444ed66fa
7
- data.tar.gz: 38d47839aeef480278be75b56b9256bc71240ca90fae85fac32b86b8c697c0a93bf8bb17e8a8c233b27573f797ba9c56d8a81703b3ad2320789d01e8588f073a
6
+ metadata.gz: 66a2898e53ae6afe4f888aa8756d1f8095dfd9b2dd18fc0bc5440b7e3dcc97816d084453b32f05936c3c8cb2d9190fb46dcdbe017d95c8069348a1773dd987ab
7
+ data.tar.gz: 62396ba227907bbecf8594e6393dc650b86ceedbd4dfb79b2c78609250d356755f63af0878e0ff65da8791e794f1cbd2580f68b08b2b5cec6e2008f6ebf1291a
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 6.14.7 - 2023-05-10
10
+ ### Changed
11
+ - Address rubocop warnings
12
+
9
13
  ## 6.14.6 - 2023-04-28
10
14
  ### Changed
11
15
  - Removed support for Ruby 2 since it is EOL
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.6)
4
+ ws-style (6.14.7)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -27,14 +27,14 @@ GEM
27
27
  git (1.18.0)
28
28
  addressable (~> 2.8)
29
29
  rchardet (~> 1.8)
30
- i18n (1.12.0)
30
+ i18n (1.13.0)
31
31
  concurrent-ruby (~> 1.0)
32
32
  json (2.6.3)
33
33
  minitest (5.18.0)
34
- parallel (1.22.1)
34
+ parallel (1.23.0)
35
35
  parse_a_changelog (1.2.0)
36
36
  treetop (~> 1.6)
37
- parser (3.2.2.0)
37
+ parser (3.2.2.1)
38
38
  ast (~> 2.4.1)
39
39
  polyglot (0.3.5)
40
40
  public_suffix (5.0.1)
@@ -42,22 +42,22 @@ GEM
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
44
  rchardet (1.8.0)
45
- regexp_parser (2.7.0)
45
+ regexp_parser (2.8.0)
46
46
  rexml (3.2.5)
47
47
  rspec (3.12.0)
48
48
  rspec-core (~> 3.12.0)
49
49
  rspec-expectations (~> 3.12.0)
50
50
  rspec-mocks (~> 3.12.0)
51
- rspec-core (3.12.1)
51
+ rspec-core (3.12.2)
52
52
  rspec-support (~> 3.12.0)
53
- rspec-expectations (3.12.2)
53
+ rspec-expectations (3.12.3)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.12.0)
56
56
  rspec-mocks (3.12.5)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
58
  rspec-support (~> 3.12.0)
59
59
  rspec-support (3.12.0)
60
- rubocop (1.49.0)
60
+ rubocop (1.50.2)
61
61
  json (~> 2.3)
62
62
  parallel (~> 1.10)
63
63
  parser (>= 3.2.0.0)
@@ -67,21 +67,24 @@ GEM
67
67
  rubocop-ast (>= 1.28.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 2.4.0, < 3.0)
70
- rubocop-ast (1.28.0)
70
+ rubocop-ast (1.28.1)
71
71
  parser (>= 3.2.1.0)
72
- rubocop-capybara (2.17.1)
72
+ rubocop-capybara (2.18.0)
73
73
  rubocop (~> 1.41)
74
+ rubocop-factory_bot (2.22.0)
75
+ rubocop (~> 1.33)
74
76
  rubocop-performance (1.17.1)
75
77
  rubocop (>= 1.7.0, < 2.0)
76
78
  rubocop-ast (>= 0.4.0)
77
- rubocop-rails (2.19.0)
79
+ rubocop-rails (2.19.1)
78
80
  activesupport (>= 4.2.0)
79
81
  rack (>= 1.1)
80
82
  rubocop (>= 1.33.0, < 2.0)
81
- rubocop-rspec (2.19.0)
83
+ rubocop-rspec (2.22.0)
82
84
  rubocop (~> 1.33)
83
85
  rubocop-capybara (~> 2.17)
84
- rubocop-vendor (0.9.1)
86
+ rubocop-factory_bot (~> 2.22)
87
+ rubocop-vendor (0.9.2)
85
88
  rubocop (>= 0.53.0)
86
89
  ruby-progressbar (1.13.0)
87
90
  thor (1.2.1)
data/core.yml CHANGED
@@ -568,10 +568,6 @@ Style/MapToHash:
568
568
  Style/HashSyntax:
569
569
  EnforcedShorthandSyntax: never
570
570
 
571
- # rubocop-rspec 2.7
572
- RSpec/FactoryBot/SyntaxMethods:
573
- Enabled: False
574
-
575
571
  # rubocop 1.26
576
572
  Style/NestedFileDirname:
577
573
  Enabled: True
@@ -634,9 +630,6 @@ RSpec/ChangeByZero:
634
630
  Enabled: True
635
631
 
636
632
  # rubocop-rspec 2.12
637
- RSpec/Capybara/SpecificMatcher:
638
- Enabled: False
639
-
640
633
  RSpec/Rails/HaveHttpStatus:
641
634
  Enabled: True
642
635
 
@@ -646,3 +639,10 @@ RSpec/BeEq:
646
639
 
647
640
  RSpec/BeNil:
648
641
  Enabled: True
642
+
643
+ # rubocop-rspec 2.22
644
+ Capybara/SpecificMatcher:
645
+ Enabled: False
646
+
647
+ FactoryBot/SyntaxMethods:
648
+ Enabled: False
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.6'.freeze
3
+ VERSION = '6.14.7'.freeze
4
4
  end
5
5
  end
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.14.6
4
+ version: 6.14.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-28 00:00:00.000000000 Z
11
+ date: 2023-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop