ws-style 7.4.2 → 7.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 681c861bf8299738350d6cdb2fbbc49b6697629d76edf381cf9e76a16db4aa46
4
- data.tar.gz: fbcb3384958717d370100c3a0ff76703cf350c5a82148e09e585b2e99a1bc4b8
3
+ metadata.gz: fa43cccf9be1c4aeefcb791ca16bb64d15d69dbd88059d2ffc70bf166b62e02e
4
+ data.tar.gz: 801d0349521e25defd772a7432e3bea6793ff33aed26b43372a56ca94bf795a9
5
5
  SHA512:
6
- metadata.gz: ab6836e5515fe17119d959dc708535b2050cb972caf41f8495172b4dc453e979267f5d854e176dd801b4305b3e24eb438578595f1f19adf41189e14a7dbd4df7
7
- data.tar.gz: 4026099a31524134ad98f9475015654d3db658a358e2f9d1ee9c870c9cd6bccc5cafb218a2b6721ad49e877c46f573b33ab912690d1419a9acf6bf0253a5f5a2
6
+ metadata.gz: f0420cc9c117067b40a8e8e102f0df9af4d8c2ae83a3b7a21ea889547048f397ba7119437118366fa18826f4361d73311bfd1ed2b55d4f1f530d9ca4ebb35fc0
7
+ data.tar.gz: 2d89610735766fea122ff2948eb8dbc9cdccebba34061a5d6a39b1f27ecf56db0cdb7552a3a28f94f69c14e8ad9f49a544e39b6195eb6e27a1d34ad0016410f2
data/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 7.4.4 - 2024-02-12
10
+ ### Changed
11
+ - Ignore all migration folders in multi database
12
+
13
+ ## 7.4.3 - 2024-02-12
14
+ ### Changed
15
+ - Updated rspec dependency
16
+
9
17
  ## 7.4.2 - 2024-01-26
10
18
  ### Changed
11
19
  - Disable `Rails/BulkChangeTable` rule
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.4.2)
4
+ ws-style (7.4.4)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
7
  standard (>= 1.30.1)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.1.3)
14
+ activesupport (7.1.3.2)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,24 +25,23 @@ GEM
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.6)
28
+ bigdecimal (3.1.7)
29
29
  bundler-audit (0.9.1)
30
30
  bundler (>= 1.2.0, < 3)
31
31
  thor (~> 1.0)
32
32
  concurrent-ruby (1.2.3)
33
33
  connection_pool (2.4.1)
34
- diff-lcs (1.5.0)
35
- drb (2.2.0)
36
- ruby2_keywords
34
+ diff-lcs (1.5.1)
35
+ drb (2.2.1)
37
36
  git (1.19.1)
38
37
  addressable (~> 2.8)
39
38
  rchardet (~> 1.8)
40
- i18n (1.14.1)
39
+ i18n (1.14.4)
41
40
  concurrent-ruby (~> 1.0)
42
41
  json (2.7.1)
43
42
  language_server-protocol (3.17.0.3)
44
43
  lint_roller (1.1.0)
45
- minitest (5.21.2)
44
+ minitest (5.22.3)
46
45
  mutex_m (0.2.0)
47
46
  parallel (1.24.0)
48
47
  parse_a_changelog (1.3.0)
@@ -53,38 +52,38 @@ GEM
53
52
  polyglot (0.3.5)
54
53
  public_suffix (5.0.4)
55
54
  racc (1.7.3)
56
- rack (3.0.8)
55
+ rack (3.0.9.1)
57
56
  rainbow (3.1.1)
58
57
  rake (13.1.0)
59
58
  rchardet (1.8.0)
60
59
  regexp_parser (2.9.0)
61
60
  rexml (3.2.6)
62
- rspec (3.12.0)
63
- rspec-core (~> 3.12.0)
64
- rspec-expectations (~> 3.12.0)
65
- rspec-mocks (~> 3.12.0)
66
- rspec-core (3.12.2)
67
- rspec-support (~> 3.12.0)
68
- rspec-expectations (3.12.3)
61
+ rspec (3.13.0)
62
+ rspec-core (~> 3.13.0)
63
+ rspec-expectations (~> 3.13.0)
64
+ rspec-mocks (~> 3.13.0)
65
+ rspec-core (3.13.0)
66
+ rspec-support (~> 3.13.0)
67
+ rspec-expectations (3.13.0)
69
68
  diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.12.0)
71
- rspec-mocks (3.12.6)
69
+ rspec-support (~> 3.13.0)
70
+ rspec-mocks (3.13.0)
72
71
  diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.12.0)
74
- rspec-support (3.12.1)
75
- rubocop (1.59.0)
72
+ rspec-support (~> 3.13.0)
73
+ rspec-support (3.13.1)
74
+ rubocop (1.62.1)
76
75
  json (~> 2.3)
77
76
  language_server-protocol (>= 3.17.0)
78
77
  parallel (~> 1.10)
79
- parser (>= 3.2.2.4)
78
+ parser (>= 3.3.0.2)
80
79
  rainbow (>= 2.2.2, < 4.0)
81
80
  regexp_parser (>= 1.8, < 3.0)
82
81
  rexml (>= 3.2.5, < 4.0)
83
- rubocop-ast (>= 1.30.0, < 2.0)
82
+ rubocop-ast (>= 1.31.1, < 2.0)
84
83
  ruby-progressbar (~> 1.7)
85
84
  unicode-display_width (>= 2.4.0, < 3.0)
86
- rubocop-ast (1.30.0)
87
- parser (>= 3.2.1.0)
85
+ rubocop-ast (1.31.2)
86
+ parser (>= 3.3.0.4)
88
87
  rubocop-capybara (2.20.0)
89
88
  rubocop (~> 1.41)
90
89
  rubocop-factory_bot (2.25.1)
@@ -97,18 +96,17 @@ GEM
97
96
  rack (>= 1.1)
98
97
  rubocop (>= 1.33.0, < 2.0)
99
98
  rubocop-ast (>= 1.30.0, < 2.0)
100
- rubocop-rspec (2.26.1)
99
+ rubocop-rspec (2.27.1)
101
100
  rubocop (~> 1.40)
102
101
  rubocop-capybara (~> 2.17)
103
102
  rubocop-factory_bot (~> 2.22)
104
103
  rubocop-vendor (0.13.0)
105
104
  rubocop
106
105
  ruby-progressbar (1.13.0)
107
- ruby2_keywords (0.0.5)
108
- standard (1.33.0)
106
+ standard (1.35.1)
109
107
  language_server-protocol (~> 3.17.0.2)
110
108
  lint_roller (~> 1.0)
111
- rubocop (~> 1.59.0)
109
+ rubocop (~> 1.62.0)
112
110
  standard-custom (~> 1.0.0)
113
111
  standard-performance (~> 1.3)
114
112
  standard-custom (1.0.2)
@@ -120,7 +118,7 @@ GEM
120
118
  standard-rails (1.0.2)
121
119
  lint_roller (~> 1.0)
122
120
  rubocop-rails (~> 2.23.1)
123
- thor (1.3.0)
121
+ thor (1.3.1)
124
122
  treetop (1.6.12)
125
123
  polyglot (~> 0.3)
126
124
  tzinfo (2.0.6)
@@ -137,8 +135,8 @@ DEPENDENCIES
137
135
  git
138
136
  parse_a_changelog
139
137
  rake
140
- rspec (~> 3.12.0)
138
+ rspec (~> 3.13.0)
141
139
  ws-style!
142
140
 
143
141
  BUNDLED WITH
144
- 2.4.18
142
+ 2.4.20
data/core.yml CHANGED
@@ -26,7 +26,7 @@ AllCops:
26
26
  - "bin/**/*"
27
27
  - "data/**/*"
28
28
  - "db/data/**/*"
29
- - "db/migrate/**/*"
29
+ - "db/*migrate/**/*"
30
30
  - "db/schema.rb"
31
31
  - "gemfiles/**/*"
32
32
  - "log/**/*"
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.4.2'.freeze
3
+ VERSION = '7.4.4'.freeze
4
4
  end
5
5
  end
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.12.0'
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.2
4
+ version: 7.4.4
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-26 00:00:00.000000000 Z
11
+ date: 2024-03-25 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.12.0
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.12.0
166
+ version: 3.13.0
167
167
  description: Shared config to enforce Ruby style consistently across Wealthsimple
168
168
  services.
169
169
  email: