ws-style 7.5.0 → 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 +4 -0
- data/Gemfile.lock +12 -12
- data/lib/ws/style/inflector.rb +1 -1
- data/lib/ws/style/version.rb +1 -1
- 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: 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
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (7.5.
|
4
|
+
ws-style (7.5.1)
|
5
5
|
rubocop-factory_bot (>= 2.26.0)
|
6
6
|
rubocop-rspec (>= 3.0.0)
|
7
7
|
rubocop-vendor (>= 0.11)
|
@@ -49,19 +49,19 @@ GEM
|
|
49
49
|
parallel (1.25.1)
|
50
50
|
parse_a_changelog (1.3.0)
|
51
51
|
treetop (~> 1.6)
|
52
|
-
parser (3.3.
|
52
|
+
parser (3.3.3.0)
|
53
53
|
ast (~> 2.4.1)
|
54
54
|
racc
|
55
55
|
polyglot (0.3.5)
|
56
56
|
process_executer (1.1.0)
|
57
|
-
public_suffix (5.0
|
57
|
+
public_suffix (5.1.0)
|
58
58
|
racc (1.8.0)
|
59
|
-
rack (3.
|
59
|
+
rack (3.1.3)
|
60
60
|
rainbow (3.1.1)
|
61
61
|
rake (13.2.1)
|
62
62
|
rchardet (1.8.0)
|
63
63
|
regexp_parser (2.9.2)
|
64
|
-
rexml (3.
|
64
|
+
rexml (3.3.0)
|
65
65
|
strscan
|
66
66
|
rspec (3.13.0)
|
67
67
|
rspec-core (~> 3.13.0)
|
@@ -69,14 +69,14 @@ GEM
|
|
69
69
|
rspec-mocks (~> 3.13.0)
|
70
70
|
rspec-core (3.13.0)
|
71
71
|
rspec-support (~> 3.13.0)
|
72
|
-
rspec-expectations (3.13.
|
72
|
+
rspec-expectations (3.13.1)
|
73
73
|
diff-lcs (>= 1.2.0, < 2.0)
|
74
74
|
rspec-support (~> 3.13.0)
|
75
75
|
rspec-mocks (3.13.1)
|
76
76
|
diff-lcs (>= 1.2.0, < 2.0)
|
77
77
|
rspec-support (~> 3.13.0)
|
78
78
|
rspec-support (3.13.1)
|
79
|
-
rubocop (1.
|
79
|
+
rubocop (1.64.1)
|
80
80
|
json (~> 2.3)
|
81
81
|
language_server-protocol (>= 3.17.0)
|
82
82
|
parallel (~> 1.10)
|
@@ -89,9 +89,9 @@ GEM
|
|
89
89
|
unicode-display_width (>= 2.4.0, < 3.0)
|
90
90
|
rubocop-ast (1.31.3)
|
91
91
|
parser (>= 3.3.1.0)
|
92
|
-
rubocop-factory_bot (2.26.
|
93
|
-
rubocop (~> 1.
|
94
|
-
rubocop-performance (1.21.
|
92
|
+
rubocop-factory_bot (2.26.1)
|
93
|
+
rubocop (~> 1.61)
|
94
|
+
rubocop-performance (1.21.1)
|
95
95
|
rubocop (>= 1.48.1, < 2.0)
|
96
96
|
rubocop-ast (>= 1.31.1, < 2.0)
|
97
97
|
rubocop-rails (2.23.1)
|
@@ -104,10 +104,10 @@ GEM
|
|
104
104
|
rubocop-vendor (0.13.0)
|
105
105
|
rubocop
|
106
106
|
ruby-progressbar (1.13.0)
|
107
|
-
standard (1.
|
107
|
+
standard (1.37.0)
|
108
108
|
language_server-protocol (~> 3.17.0.2)
|
109
109
|
lint_roller (~> 1.0)
|
110
|
-
rubocop (~> 1.
|
110
|
+
rubocop (~> 1.64.0)
|
111
111
|
standard-custom (~> 1.0.0)
|
112
112
|
standard-performance (~> 1.4)
|
113
113
|
standard-custom (1.0.2)
|
data/lib/ws/style/inflector.rb
CHANGED
data/lib/ws/style/version.rb
CHANGED
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.5.
|
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-06-
|
11
|
+
date: 2024-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|