ws-style 7.2.1 → 7.3.0

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: cc4d5d30dee96d92a204e37ee88d6a606f58471ef21af6b0eff7de658277cc0b
4
- data.tar.gz: c5f50d07a4471d2ae8d1b51b20987254553c5ae76ee1bf3d1e56813fd26c12c3
3
+ metadata.gz: 75e08cfc21dc4027c244e3947ffb935a0af52bc53a95dfa617fee347db2556fa
4
+ data.tar.gz: b01402bcae612cac8b9f8f34e147382697dd3a432efee4bef365cc47669de327
5
5
  SHA512:
6
- metadata.gz: 04c5245da5d848f381bbb186102541dae6764ffc2f34c8c4ff8161a3d90abe8bca720eb3f29c5a290d98f6fe11f20c76d31d66819ec31e2710857efb094e8708
7
- data.tar.gz: 1cfed6ebdcb8f0b8ea861d391ac5ade056b107b7c38912ab86e61800fc530729c175aeb345b332acc85cf1cce49a8bf591a35ef0c9ee6fa21ccfd11250d558ea
6
+ metadata.gz: af5b4e30bccef4dd38db6175832198beed501a11a3a570eb21236f28f6cda12f775b6af21c0359f914c64e649aadbb7b7469c0b2d2a6ff66c1ace0cdedd744e6
7
+ data.tar.gz: 147af5d0d4e9070db206ddabc16e0bab74feb8bb8701dac4b6c7c6395268092b872f2e4deb5bc4ca28aa9d60e7eb4fb785317471ceecd3e6a731f1601786f9b2
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
+ ## 7.3.0 - 2023-01-11
10
+ ### Changed
11
+ - Disable some cops which don't add significant value
12
+
9
13
  ## 7.2.1 - 2023-11-28
10
14
  ### Changed
11
15
  - Support older versions of Ruby
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.2.1)
4
+ ws-style (7.3.0)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
7
  standard (>= 1.30.1)
@@ -21,11 +21,11 @@ GEM
21
21
  minitest (>= 5.1)
22
22
  mutex_m
23
23
  tzinfo (~> 2.0)
24
- addressable (2.8.5)
24
+ addressable (2.8.6)
25
25
  public_suffix (>= 2.0.2, < 6.0)
26
26
  ast (2.4.2)
27
27
  base64 (0.2.0)
28
- bigdecimal (3.1.4)
28
+ bigdecimal (3.1.5)
29
29
  bundler-audit (0.9.1)
30
30
  bundler (>= 1.2.0, < 3)
31
31
  thor (~> 1.0)
@@ -34,20 +34,20 @@ GEM
34
34
  diff-lcs (1.5.0)
35
35
  drb (2.2.0)
36
36
  ruby2_keywords
37
- git (1.18.0)
37
+ git (1.19.0)
38
38
  addressable (~> 2.8)
39
39
  rchardet (~> 1.8)
40
40
  i18n (1.14.1)
41
41
  concurrent-ruby (~> 1.0)
42
- json (2.6.3)
42
+ json (2.7.1)
43
43
  language_server-protocol (3.17.0.3)
44
44
  lint_roller (1.1.0)
45
45
  minitest (5.20.0)
46
46
  mutex_m (0.2.0)
47
- parallel (1.23.0)
47
+ parallel (1.24.0)
48
48
  parse_a_changelog (1.3.0)
49
49
  treetop (~> 1.6)
50
- parser (3.2.2.4)
50
+ parser (3.3.0.2)
51
51
  ast (~> 2.4.1)
52
52
  racc
53
53
  polyglot (0.3.5)
@@ -57,7 +57,7 @@ GEM
57
57
  rainbow (3.1.1)
58
58
  rake (13.1.0)
59
59
  rchardet (1.8.0)
60
- regexp_parser (2.8.2)
60
+ regexp_parser (2.9.0)
61
61
  rexml (3.2.6)
62
62
  rspec (3.12.0)
63
63
  rspec-core (~> 3.12.0)
@@ -72,7 +72,7 @@ GEM
72
72
  diff-lcs (>= 1.2.0, < 2.0)
73
73
  rspec-support (~> 3.12.0)
74
74
  rspec-support (3.12.1)
75
- rubocop (1.57.2)
75
+ rubocop (1.59.0)
76
76
  json (~> 2.3)
77
77
  language_server-protocol (>= 3.17.0)
78
78
  parallel (~> 1.10)
@@ -80,45 +80,46 @@ GEM
80
80
  rainbow (>= 2.2.2, < 4.0)
81
81
  regexp_parser (>= 1.8, < 3.0)
82
82
  rexml (>= 3.2.5, < 4.0)
83
- rubocop-ast (>= 1.28.1, < 2.0)
83
+ rubocop-ast (>= 1.30.0, < 2.0)
84
84
  ruby-progressbar (~> 1.7)
85
85
  unicode-display_width (>= 2.4.0, < 3.0)
86
86
  rubocop-ast (1.30.0)
87
87
  parser (>= 3.2.1.0)
88
- rubocop-capybara (2.19.0)
88
+ rubocop-capybara (2.20.0)
89
89
  rubocop (~> 1.41)
90
- rubocop-factory_bot (2.24.0)
90
+ rubocop-factory_bot (2.25.0)
91
91
  rubocop (~> 1.33)
92
- rubocop-performance (1.19.1)
93
- rubocop (>= 1.7.0, < 2.0)
94
- rubocop-ast (>= 0.4.0)
95
- rubocop-rails (2.20.2)
92
+ rubocop-performance (1.20.1)
93
+ rubocop (>= 1.48.1, < 2.0)
94
+ rubocop-ast (>= 1.30.0, < 2.0)
95
+ rubocop-rails (2.23.1)
96
96
  activesupport (>= 4.2.0)
97
97
  rack (>= 1.1)
98
98
  rubocop (>= 1.33.0, < 2.0)
99
- rubocop-rspec (2.25.0)
99
+ rubocop-ast (>= 1.30.0, < 2.0)
100
+ rubocop-rspec (2.26.1)
100
101
  rubocop (~> 1.40)
101
102
  rubocop-capybara (~> 2.17)
102
103
  rubocop-factory_bot (~> 2.22)
103
- rubocop-vendor (0.12.1)
104
+ rubocop-vendor (0.12.2)
104
105
  rubocop
105
106
  ruby-progressbar (1.13.0)
106
107
  ruby2_keywords (0.0.5)
107
- standard (1.32.0)
108
+ standard (1.33.0)
108
109
  language_server-protocol (~> 3.17.0.2)
109
110
  lint_roller (~> 1.0)
110
- rubocop (~> 1.57.2)
111
+ rubocop (~> 1.59.0)
111
112
  standard-custom (~> 1.0.0)
112
- standard-performance (~> 1.2)
113
+ standard-performance (~> 1.3)
113
114
  standard-custom (1.0.2)
114
115
  lint_roller (~> 1.0)
115
116
  rubocop (~> 1.50)
116
- standard-performance (1.2.1)
117
+ standard-performance (1.3.0)
117
118
  lint_roller (~> 1.1)
118
- rubocop-performance (~> 1.19.1)
119
- standard-rails (0.2.0)
119
+ rubocop-performance (~> 1.20.1)
120
+ standard-rails (1.0.0)
120
121
  lint_roller (~> 1.0)
121
- rubocop-rails (~> 2.20.2)
122
+ rubocop-rails (~> 2.23.1)
122
123
  thor (1.3.0)
123
124
  treetop (1.6.12)
124
125
  polyglot (~> 0.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.2.1'.freeze
3
+ VERSION = '7.3.0'.freeze
4
4
  end
5
5
  end
data/rails.yml CHANGED
@@ -5,5 +5,11 @@ inherit_gem:
5
5
  standard-rails: config/base.yml
6
6
 
7
7
  # standard-rails overrides
8
+ Rails/DynamicFindBy:
9
+ Enabled: false
10
+
8
11
  Rails/EnvironmentVariableAccess:
9
12
  Enabled: false
13
+
14
+ Rails/PluckId:
15
+ Enabled: false
data/rspec.yml CHANGED
@@ -23,6 +23,9 @@ RSpec/LetSetup:
23
23
  RSpec/MessageChain:
24
24
  Enabled: false
25
25
 
26
+ RSpec/MessageSpies:
27
+ Enabled: false
28
+
26
29
  RSpec/MultipleExpectations:
27
30
  Enabled: false
28
31
 
@@ -34,3 +37,6 @@ RSpec/NamedSubject:
34
37
 
35
38
  RSpec/NestedGroups:
36
39
  Max: 6
40
+
41
+ RSpec/StubbedMock:
42
+ Enabled: false
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: 7.2.1
4
+ version: 7.3.0
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-11-29 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard