ws-style 7.2.1 → 7.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +26 -25
- data/lib/ws/style/version.rb +1 -1
- data/rails.yml +6 -0
- data/rspec.yml +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75e08cfc21dc4027c244e3947ffb935a0af52bc53a95dfa617fee347db2556fa
|
4
|
+
data.tar.gz: b01402bcae612cac8b9f8f34e147382697dd3a432efee4bef365cc47669de327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
47
|
+
parallel (1.24.0)
|
48
48
|
parse_a_changelog (1.3.0)
|
49
49
|
treetop (~> 1.6)
|
50
|
-
parser (3.
|
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.
|
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.
|
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.
|
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.
|
88
|
+
rubocop-capybara (2.20.0)
|
89
89
|
rubocop (~> 1.41)
|
90
|
-
rubocop-factory_bot (2.
|
90
|
+
rubocop-factory_bot (2.25.0)
|
91
91
|
rubocop (~> 1.33)
|
92
|
-
rubocop-performance (1.
|
93
|
-
rubocop (>= 1.
|
94
|
-
rubocop-ast (>=
|
95
|
-
rubocop-rails (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
|
-
|
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.
|
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.
|
108
|
+
standard (1.33.0)
|
108
109
|
language_server-protocol (~> 3.17.0.2)
|
109
110
|
lint_roller (~> 1.0)
|
110
|
-
rubocop (~> 1.
|
111
|
+
rubocop (~> 1.59.0)
|
111
112
|
standard-custom (~> 1.0.0)
|
112
|
-
standard-performance (~> 1.
|
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.
|
117
|
+
standard-performance (1.3.0)
|
117
118
|
lint_roller (~> 1.1)
|
118
|
-
rubocop-performance (~> 1.
|
119
|
-
standard-rails (0.
|
119
|
+
rubocop-performance (~> 1.20.1)
|
120
|
+
standard-rails (1.0.0)
|
120
121
|
lint_roller (~> 1.0)
|
121
|
-
rubocop-rails (~> 2.
|
122
|
+
rubocop-rails (~> 2.23.1)
|
122
123
|
thor (1.3.0)
|
123
124
|
treetop (1.6.12)
|
124
125
|
polyglot (~> 0.3)
|
data/lib/ws/style/version.rb
CHANGED
data/rails.yml
CHANGED
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.
|
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:
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|