ws-style 7.3.0 → 7.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +1 -1
- data/CHANGELOG.md +9 -1
- data/Gemfile.lock +11 -11
- data/lib/ws/style/version.rb +1 -1
- data/rspec.yml +3 -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: a6f359532d70d3826dd605a0f6a09ed9eb8395576bcad377323b08d5ba48188f
|
4
|
+
data.tar.gz: 1cc4eb274413415f734589f6481678cd64c3850705e1960d15a1c13351c87b0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8a850adb9feca4fda4e443d1a96b1cc0a4042f23dfbe9ee0da1458dc78219a62c33ef2dea010e8e031bf3f33375860b7407ce75441d1b0b0b9d4cad0243cc72
|
7
|
+
data.tar.gz: 62420eca720230931bc08d38df0da3333058605400976e661ac8a980dd66ecf2703dfa5b07f758d7861dff0090d6abe7bfb6b60db97724f34e7e53646d2cd96b
|
data/.github/CODEOWNERS
CHANGED
@@ -1 +1 @@
|
|
1
|
-
* @wealthsimple/
|
1
|
+
* @wealthsimple/backend-platform
|
data/CHANGELOG.md
CHANGED
@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
-
## 7.
|
9
|
+
## 7.4.1 - 2024-01-19
|
10
|
+
### Changed
|
11
|
+
- Fix incorrect factory bot configuration
|
12
|
+
|
13
|
+
## 7.4.0 - 2024-01-14
|
14
|
+
### Changed
|
15
|
+
- Add rubocop-factory_bot
|
16
|
+
|
17
|
+
## 7.3.0 - 2024-01-11
|
10
18
|
### Changed
|
11
19
|
- Disable some cops which don't add significant value
|
12
20
|
|
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.4.1)
|
5
5
|
rubocop-rspec (>= 2.2.0)
|
6
6
|
rubocop-vendor (>= 0.11)
|
7
7
|
standard (>= 1.30.1)
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
diff-lcs (1.5.0)
|
35
35
|
drb (2.2.0)
|
36
36
|
ruby2_keywords
|
37
|
-
git (1.19.
|
37
|
+
git (1.19.1)
|
38
38
|
addressable (~> 2.8)
|
39
39
|
rchardet (~> 1.8)
|
40
40
|
i18n (1.14.1)
|
@@ -42,12 +42,12 @@ 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.21.1)
|
46
46
|
mutex_m (0.2.0)
|
47
47
|
parallel (1.24.0)
|
48
48
|
parse_a_changelog (1.3.0)
|
49
49
|
treetop (~> 1.6)
|
50
|
-
parser (3.3.0.
|
50
|
+
parser (3.3.0.3)
|
51
51
|
ast (~> 2.4.1)
|
52
52
|
racc
|
53
53
|
polyglot (0.3.5)
|
@@ -87,9 +87,9 @@ GEM
|
|
87
87
|
parser (>= 3.2.1.0)
|
88
88
|
rubocop-capybara (2.20.0)
|
89
89
|
rubocop (~> 1.41)
|
90
|
-
rubocop-factory_bot (2.25.
|
91
|
-
rubocop (~> 1.
|
92
|
-
rubocop-performance (1.20.
|
90
|
+
rubocop-factory_bot (2.25.1)
|
91
|
+
rubocop (~> 1.41)
|
92
|
+
rubocop-performance (1.20.2)
|
93
93
|
rubocop (>= 1.48.1, < 2.0)
|
94
94
|
rubocop-ast (>= 1.30.0, < 2.0)
|
95
95
|
rubocop-rails (2.23.1)
|
@@ -101,7 +101,7 @@ GEM
|
|
101
101
|
rubocop (~> 1.40)
|
102
102
|
rubocop-capybara (~> 2.17)
|
103
103
|
rubocop-factory_bot (~> 2.22)
|
104
|
-
rubocop-vendor (0.
|
104
|
+
rubocop-vendor (0.13.0)
|
105
105
|
rubocop
|
106
106
|
ruby-progressbar (1.13.0)
|
107
107
|
ruby2_keywords (0.0.5)
|
@@ -114,10 +114,10 @@ GEM
|
|
114
114
|
standard-custom (1.0.2)
|
115
115
|
lint_roller (~> 1.0)
|
116
116
|
rubocop (~> 1.50)
|
117
|
-
standard-performance (1.3.
|
117
|
+
standard-performance (1.3.1)
|
118
118
|
lint_roller (~> 1.1)
|
119
|
-
rubocop-performance (~> 1.20.
|
120
|
-
standard-rails (1.0.
|
119
|
+
rubocop-performance (~> 1.20.2)
|
120
|
+
standard-rails (1.0.2)
|
121
121
|
lint_roller (~> 1.0)
|
122
122
|
rubocop-rails (~> 2.23.1)
|
123
123
|
thor (1.3.0)
|
data/lib/ws/style/version.rb
CHANGED
data/rspec.yml
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.
|
4
|
+
version: 7.4.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-01-
|
11
|
+
date: 2024-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|