ws-style 7.4.4 → 7.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +39 -37
- data/lib/ws/style/inflector.rb +2 -2
- data/lib/ws/style/version.rb +1 -1
- data/rspec.yml +1 -0
- data/ws-style.gemspec +2 -1
- metadata +18 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b96a0a07a0b8fb572282180e32868e61d9ad2d363302194d70c4057428f12d07
|
4
|
+
data.tar.gz: 04fe64cdd4dca518a5aeee7bfa9fbbfc1555a26b928596846fb96b6330d14d6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6c146eb666896d2221ba0bbbe993f4c21d41c72c52e77cfda0e12c09e3ba2b3b3b0caf4b64ba961d5156eee139c2944d04fdd6d826ae420b892db72b20a9ff7
|
7
|
+
data.tar.gz: 298f133b5a7156224816126ae5929b7470a2ce7850049f9d1e963661ca764a20711edfd4b4be4be58771cdc41e30bfedb1cb9159fd8da79d1c6d89ae96cd2002
|
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## 7.5.1 - 2024-06-19
|
10
|
+
### Changed
|
11
|
+
- Updated dependencies
|
12
|
+
|
13
|
+
## 7.5.0 - 2024-06-13
|
14
|
+
### Changed
|
15
|
+
- Upgraded rubocop-rspec to verion 3.0.0
|
16
|
+
- Added rubocop-factory_bot since it is no longer included in rubocop-rspec
|
17
|
+
- Removed reference to Rspec::Filepath since it no longer exists
|
18
|
+
|
9
19
|
## 7.4.4 - 2024-02-12
|
10
20
|
### Changed
|
11
21
|
- Ignore all migration folders in multi database
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (7.
|
5
|
-
rubocop-
|
4
|
+
ws-style (7.5.1)
|
5
|
+
rubocop-factory_bot (>= 2.26.0)
|
6
|
+
rubocop-rspec (>= 3.0.0)
|
6
7
|
rubocop-vendor (>= 0.11)
|
7
8
|
standard (>= 1.30.1)
|
8
9
|
standard-custom (>= 1.0.2)
|
@@ -11,7 +12,7 @@ PATH
|
|
11
12
|
GEM
|
12
13
|
remote: https://rubygems.org/
|
13
14
|
specs:
|
14
|
-
activesupport (7.1.3.
|
15
|
+
activesupport (7.1.3.4)
|
15
16
|
base64
|
16
17
|
bigdecimal
|
17
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -25,53 +26,57 @@ GEM
|
|
25
26
|
public_suffix (>= 2.0.2, < 6.0)
|
26
27
|
ast (2.4.2)
|
27
28
|
base64 (0.2.0)
|
28
|
-
bigdecimal (3.1.
|
29
|
+
bigdecimal (3.1.8)
|
29
30
|
bundler-audit (0.9.1)
|
30
31
|
bundler (>= 1.2.0, < 3)
|
31
32
|
thor (~> 1.0)
|
32
|
-
concurrent-ruby (1.
|
33
|
+
concurrent-ruby (1.3.3)
|
33
34
|
connection_pool (2.4.1)
|
34
35
|
diff-lcs (1.5.1)
|
35
36
|
drb (2.2.1)
|
36
|
-
git (1.
|
37
|
+
git (2.1.1)
|
38
|
+
activesupport (>= 5.0)
|
37
39
|
addressable (~> 2.8)
|
40
|
+
process_executer (~> 1.1)
|
38
41
|
rchardet (~> 1.8)
|
39
|
-
i18n (1.14.
|
42
|
+
i18n (1.14.5)
|
40
43
|
concurrent-ruby (~> 1.0)
|
41
|
-
json (2.7.
|
44
|
+
json (2.7.2)
|
42
45
|
language_server-protocol (3.17.0.3)
|
43
46
|
lint_roller (1.1.0)
|
44
|
-
minitest (5.
|
47
|
+
minitest (5.23.1)
|
45
48
|
mutex_m (0.2.0)
|
46
|
-
parallel (1.
|
49
|
+
parallel (1.25.1)
|
47
50
|
parse_a_changelog (1.3.0)
|
48
51
|
treetop (~> 1.6)
|
49
|
-
parser (3.3.0
|
52
|
+
parser (3.3.3.0)
|
50
53
|
ast (~> 2.4.1)
|
51
54
|
racc
|
52
55
|
polyglot (0.3.5)
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
+
process_executer (1.1.0)
|
57
|
+
public_suffix (5.1.0)
|
58
|
+
racc (1.8.0)
|
59
|
+
rack (3.1.3)
|
56
60
|
rainbow (3.1.1)
|
57
|
-
rake (13.1
|
61
|
+
rake (13.2.1)
|
58
62
|
rchardet (1.8.0)
|
59
|
-
regexp_parser (2.9.
|
60
|
-
rexml (3.
|
63
|
+
regexp_parser (2.9.2)
|
64
|
+
rexml (3.3.0)
|
65
|
+
strscan
|
61
66
|
rspec (3.13.0)
|
62
67
|
rspec-core (~> 3.13.0)
|
63
68
|
rspec-expectations (~> 3.13.0)
|
64
69
|
rspec-mocks (~> 3.13.0)
|
65
70
|
rspec-core (3.13.0)
|
66
71
|
rspec-support (~> 3.13.0)
|
67
|
-
rspec-expectations (3.13.
|
72
|
+
rspec-expectations (3.13.1)
|
68
73
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
74
|
rspec-support (~> 3.13.0)
|
70
|
-
rspec-mocks (3.13.
|
75
|
+
rspec-mocks (3.13.1)
|
71
76
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
77
|
rspec-support (~> 3.13.0)
|
73
78
|
rspec-support (3.13.1)
|
74
|
-
rubocop (1.
|
79
|
+
rubocop (1.64.1)
|
75
80
|
json (~> 2.3)
|
76
81
|
language_server-protocol (>= 3.17.0)
|
77
82
|
parallel (~> 1.10)
|
@@ -82,42 +87,39 @@ GEM
|
|
82
87
|
rubocop-ast (>= 1.31.1, < 2.0)
|
83
88
|
ruby-progressbar (~> 1.7)
|
84
89
|
unicode-display_width (>= 2.4.0, < 3.0)
|
85
|
-
rubocop-ast (1.31.
|
86
|
-
parser (>= 3.3.0
|
87
|
-
rubocop-
|
88
|
-
rubocop (~> 1.
|
89
|
-
rubocop-
|
90
|
-
rubocop (~> 1.41)
|
91
|
-
rubocop-performance (1.20.2)
|
90
|
+
rubocop-ast (1.31.3)
|
91
|
+
parser (>= 3.3.1.0)
|
92
|
+
rubocop-factory_bot (2.26.1)
|
93
|
+
rubocop (~> 1.61)
|
94
|
+
rubocop-performance (1.21.1)
|
92
95
|
rubocop (>= 1.48.1, < 2.0)
|
93
|
-
rubocop-ast (>= 1.
|
96
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
94
97
|
rubocop-rails (2.23.1)
|
95
98
|
activesupport (>= 4.2.0)
|
96
99
|
rack (>= 1.1)
|
97
100
|
rubocop (>= 1.33.0, < 2.0)
|
98
101
|
rubocop-ast (>= 1.30.0, < 2.0)
|
99
|
-
rubocop-rspec (
|
100
|
-
rubocop (~> 1.
|
101
|
-
rubocop-capybara (~> 2.17)
|
102
|
-
rubocop-factory_bot (~> 2.22)
|
102
|
+
rubocop-rspec (3.0.1)
|
103
|
+
rubocop (~> 1.61)
|
103
104
|
rubocop-vendor (0.13.0)
|
104
105
|
rubocop
|
105
106
|
ruby-progressbar (1.13.0)
|
106
|
-
standard (1.
|
107
|
+
standard (1.37.0)
|
107
108
|
language_server-protocol (~> 3.17.0.2)
|
108
109
|
lint_roller (~> 1.0)
|
109
|
-
rubocop (~> 1.
|
110
|
+
rubocop (~> 1.64.0)
|
110
111
|
standard-custom (~> 1.0.0)
|
111
|
-
standard-performance (~> 1.
|
112
|
+
standard-performance (~> 1.4)
|
112
113
|
standard-custom (1.0.2)
|
113
114
|
lint_roller (~> 1.0)
|
114
115
|
rubocop (~> 1.50)
|
115
|
-
standard-performance (1.
|
116
|
+
standard-performance (1.4.0)
|
116
117
|
lint_roller (~> 1.1)
|
117
|
-
rubocop-performance (~> 1.
|
118
|
+
rubocop-performance (~> 1.21.0)
|
118
119
|
standard-rails (1.0.2)
|
119
120
|
lint_roller (~> 1.0)
|
120
121
|
rubocop-rails (~> 2.23.1)
|
122
|
+
strscan (3.1.0)
|
121
123
|
thor (1.3.1)
|
122
124
|
treetop (1.6.12)
|
123
125
|
polyglot (~> 0.3)
|
data/lib/ws/style/inflector.rb
CHANGED
@@ -7,11 +7,11 @@ module Ws
|
|
7
7
|
if defined?(ActiveSupport::Inflector)
|
8
8
|
ActiveSupport::Inflector.underscore(string)
|
9
9
|
else
|
10
|
-
super
|
10
|
+
super
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|
14
14
|
end
|
15
15
|
end
|
16
16
|
|
17
|
-
::RuboCop::Cop::RSpec::
|
17
|
+
::RuboCop::Cop::RSpec::SpecFilePathFormat.prepend Ws::Style::Inflector
|
data/lib/ws/style/version.rb
CHANGED
data/rspec.yml
CHANGED
data/ws-style.gemspec
CHANGED
@@ -25,7 +25,8 @@ Gem::Specification.new do |s|
|
|
25
25
|
s.add_dependency 'standard', '>= 1.30.1'
|
26
26
|
s.add_dependency 'standard-custom', '>= 1.0.2'
|
27
27
|
s.add_dependency 'standard-rails', '>= 0.1.0'
|
28
|
-
s.add_dependency 'rubocop-rspec', '>=
|
28
|
+
s.add_dependency 'rubocop-rspec', '>= 3.0.0'
|
29
|
+
s.add_dependency 'rubocop-factory_bot', '>= 2.26.0'
|
29
30
|
s.add_dependency 'rubocop-vendor', '>= 0.11'
|
30
31
|
|
31
32
|
s.add_development_dependency 'bundler'
|
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.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|
@@ -58,14 +58,28 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 3.0.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 3.0.0
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rubocop-factory_bot
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 2.26.0
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 2.26.0
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: rubocop-vendor
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|