ws-style 7.4.2 → 7.4.3
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +17 -17
- data/lib/ws/style/version.rb +1 -1
- data/ws-style.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea40c14307830fdb5902a69e0fcc684d22ebe310f3d778edbbe7bdff7d136189
|
|
4
|
+
data.tar.gz: 5f563f7a62c376a8a00a9bd24c8305e0354f921cc9e43b0fdde29ac26bbe695d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e18e5e0d006674bcc6faf13232613e4e29d0a7a5bc90c72650080ecf36bc6d5bd29304b40c71bed11ee33ae42d5c9a7e578dc7e2e05c205a66a250a5e79d125
|
|
7
|
+
data.tar.gz: 2368119107e17c7e9305179f9891bffcd31211daf85d0e720b8853802623b7ee5043e24d0cf952da93544a62c14cfdf83545c1131c503dcfdb629e282b28624d
|
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.4.
|
|
4
|
+
ws-style (7.4.3)
|
|
5
5
|
rubocop-rspec (>= 2.2.0)
|
|
6
6
|
rubocop-vendor (>= 0.11)
|
|
7
7
|
standard (>= 1.30.1)
|
|
@@ -31,7 +31,7 @@ GEM
|
|
|
31
31
|
thor (~> 1.0)
|
|
32
32
|
concurrent-ruby (1.2.3)
|
|
33
33
|
connection_pool (2.4.1)
|
|
34
|
-
diff-lcs (1.5.
|
|
34
|
+
diff-lcs (1.5.1)
|
|
35
35
|
drb (2.2.0)
|
|
36
36
|
ruby2_keywords
|
|
37
37
|
git (1.19.1)
|
|
@@ -42,7 +42,7 @@ GEM
|
|
|
42
42
|
json (2.7.1)
|
|
43
43
|
language_server-protocol (3.17.0.3)
|
|
44
44
|
lint_roller (1.1.0)
|
|
45
|
-
minitest (5.
|
|
45
|
+
minitest (5.22.2)
|
|
46
46
|
mutex_m (0.2.0)
|
|
47
47
|
parallel (1.24.0)
|
|
48
48
|
parse_a_changelog (1.3.0)
|
|
@@ -53,25 +53,25 @@ GEM
|
|
|
53
53
|
polyglot (0.3.5)
|
|
54
54
|
public_suffix (5.0.4)
|
|
55
55
|
racc (1.7.3)
|
|
56
|
-
rack (3.0.
|
|
56
|
+
rack (3.0.9)
|
|
57
57
|
rainbow (3.1.1)
|
|
58
58
|
rake (13.1.0)
|
|
59
59
|
rchardet (1.8.0)
|
|
60
60
|
regexp_parser (2.9.0)
|
|
61
61
|
rexml (3.2.6)
|
|
62
|
-
rspec (3.
|
|
63
|
-
rspec-core (~> 3.
|
|
64
|
-
rspec-expectations (~> 3.
|
|
65
|
-
rspec-mocks (~> 3.
|
|
66
|
-
rspec-core (3.
|
|
67
|
-
rspec-support (~> 3.
|
|
68
|
-
rspec-expectations (3.
|
|
62
|
+
rspec (3.13.0)
|
|
63
|
+
rspec-core (~> 3.13.0)
|
|
64
|
+
rspec-expectations (~> 3.13.0)
|
|
65
|
+
rspec-mocks (~> 3.13.0)
|
|
66
|
+
rspec-core (3.13.0)
|
|
67
|
+
rspec-support (~> 3.13.0)
|
|
68
|
+
rspec-expectations (3.13.0)
|
|
69
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
70
|
-
rspec-support (~> 3.
|
|
71
|
-
rspec-mocks (3.
|
|
70
|
+
rspec-support (~> 3.13.0)
|
|
71
|
+
rspec-mocks (3.13.0)
|
|
72
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
|
-
rspec-support (~> 3.
|
|
74
|
-
rspec-support (3.
|
|
73
|
+
rspec-support (~> 3.13.0)
|
|
74
|
+
rspec-support (3.13.0)
|
|
75
75
|
rubocop (1.59.0)
|
|
76
76
|
json (~> 2.3)
|
|
77
77
|
language_server-protocol (>= 3.17.0)
|
|
@@ -137,8 +137,8 @@ DEPENDENCIES
|
|
|
137
137
|
git
|
|
138
138
|
parse_a_changelog
|
|
139
139
|
rake
|
|
140
|
-
rspec (~> 3.
|
|
140
|
+
rspec (~> 3.13.0)
|
|
141
141
|
ws-style!
|
|
142
142
|
|
|
143
143
|
BUNDLED WITH
|
|
144
|
-
2.4.
|
|
144
|
+
2.4.20
|
data/lib/ws/style/version.rb
CHANGED
data/ws-style.gemspec
CHANGED
|
@@ -33,5 +33,5 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
s.add_development_dependency 'git'
|
|
34
34
|
s.add_development_dependency 'parse_a_changelog'
|
|
35
35
|
s.add_development_dependency 'rake'
|
|
36
|
-
s.add_development_dependency 'rspec', '~> 3.
|
|
36
|
+
s.add_development_dependency 'rspec', '~> 3.13.0'
|
|
37
37
|
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: 7.4.
|
|
4
|
+
version: 7.4.3
|
|
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-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|
|
@@ -156,14 +156,14 @@ dependencies:
|
|
|
156
156
|
requirements:
|
|
157
157
|
- - "~>"
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: 3.
|
|
159
|
+
version: 3.13.0
|
|
160
160
|
type: :development
|
|
161
161
|
prerelease: false
|
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: 3.
|
|
166
|
+
version: 3.13.0
|
|
167
167
|
description: Shared config to enforce Ruby style consistently across Wealthsimple
|
|
168
168
|
services.
|
|
169
169
|
email:
|