ws-style 6.14.0 → 6.14.2

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: 274a8564b43a2c85e1e0a1cfd81edb4bdfcb3d87cb22a3c440d6d170365ae5c5
4
- data.tar.gz: 95f50395e93d29800969e79e1970ee140657f87c8ce00f0803a6b975c260f7ac
3
+ metadata.gz: a9bcee6f86a26bc27f48c2daaae41d4655c8ebad86362df00af15c60dd657652
4
+ data.tar.gz: 5c612a0645def60930a340e1dfd698138e346590c5630083caa2ecafb0f6eefd
5
5
  SHA512:
6
- metadata.gz: acd1945fa3a787ac4ba9c4f2d3ed55d71b296e13f264f1c5d7706e338dd599073839e36f600c28c20db845e680e4c790ab44250f2b869dd7edd3a2ca10c125c2
7
- data.tar.gz: 9b9f1792542db20b48927321dfc69441e8fae02aa934342d293ae2a5d98ee2fbadc97a5a3e98835668ca202683f4e6b3ffde4403940a77773f4429d991ece643
6
+ metadata.gz: 40c54c16d74f287bf40b2fe960729a2a55caa64f0d5edc1c1f24a470bed42595e0296b61401a8d3d92b6d92b294f5cc8ec9ddd9330be291940c88786f4d0b3ef
7
+ data.tar.gz: bd397ed5ff242e37f5cb475a1a4a911caa51623457719de37b8aa5d278fd5056c805b2d165798bbb8d24efd63ac5c601361bcdb341dc029899c03ee7402d9d36
data/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.14.2 - 2022-11-08
8
+ ### Changed
9
+ - Updated rspec
10
+
11
+ ## 6.14.1 - 2022-09-14
12
+ ### Changed
13
+ - NewCops rule can only be defined once.
14
+
7
15
  ## 6.14.0 - 2022-09-6
8
16
  ### Changed
9
17
  - Support new rules introduced between rubocop 1.26 -> 1.36
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.0)
4
+ ws-style (6.14.2)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -42,49 +42,49 @@ GEM
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
44
  rchardet (1.8.0)
45
- regexp_parser (2.5.0)
45
+ regexp_parser (2.6.0)
46
46
  rexml (3.2.5)
47
- rspec (3.11.0)
48
- rspec-core (~> 3.11.0)
49
- rspec-expectations (~> 3.11.0)
50
- rspec-mocks (~> 3.11.0)
51
- rspec-core (3.11.0)
52
- rspec-support (~> 3.11.0)
53
- rspec-expectations (3.11.0)
47
+ rspec (3.12.0)
48
+ rspec-core (~> 3.12.0)
49
+ rspec-expectations (~> 3.12.0)
50
+ rspec-mocks (~> 3.12.0)
51
+ rspec-core (3.12.0)
52
+ rspec-support (~> 3.12.0)
53
+ rspec-expectations (3.12.0)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.11.0)
56
- rspec-mocks (3.11.1)
55
+ rspec-support (~> 3.12.0)
56
+ rspec-mocks (3.12.0)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.11.0)
59
- rspec-support (3.11.0)
60
- rubocop (1.36.0)
58
+ rspec-support (~> 3.12.0)
59
+ rspec-support (3.12.0)
60
+ rubocop (1.38.0)
61
61
  json (~> 2.3)
62
62
  parallel (~> 1.10)
63
63
  parser (>= 3.1.2.1)
64
64
  rainbow (>= 2.2.2, < 4.0)
65
65
  regexp_parser (>= 1.8, < 3.0)
66
66
  rexml (>= 3.2.5, < 4.0)
67
- rubocop-ast (>= 1.20.1, < 2.0)
67
+ rubocop-ast (>= 1.23.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.21.0)
70
+ rubocop-ast (1.23.0)
71
71
  parser (>= 3.1.1.0)
72
72
  rubocop-performance (1.15.0)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-ast (>= 0.4.0)
75
- rubocop-rails (2.16.0)
75
+ rubocop-rails (2.17.2)
76
76
  activesupport (>= 4.2.0)
77
77
  rack (>= 1.1)
78
78
  rubocop (>= 1.33.0, < 2.0)
79
- rubocop-rspec (2.12.1)
80
- rubocop (~> 1.31)
79
+ rubocop-rspec (2.15.0)
80
+ rubocop (~> 1.33)
81
81
  rubocop-vendor (0.8.10)
82
82
  rubocop (>= 0.53.0)
83
83
  ruby-progressbar (1.11.0)
84
84
  thor (0.20.3)
85
85
  tzinfo (2.0.5)
86
86
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.2.0)
87
+ unicode-display_width (2.3.0)
88
88
 
89
89
  PLATFORMS
90
90
  ruby
@@ -95,8 +95,8 @@ DEPENDENCIES
95
95
  git
96
96
  keepachangelog
97
97
  rake
98
- rspec (~> 3.11.0)
98
+ rspec (~> 3.12.0)
99
99
  ws-style!
100
100
 
101
101
  BUNDLED WITH
102
- 2.3.21
102
+ 2.3.25
data/core.yml CHANGED
@@ -13,8 +13,6 @@ inherit_mode:
13
13
 
14
14
  AllCops:
15
15
  NewCops: disable
16
-
17
- AllCops:
18
16
  Exclude:
19
17
  - "bin/**/*"
20
18
  - "data/**/*"
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.0'.freeze
3
+ VERSION = '6.14.2'.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 'keepachangelog'
35
35
  s.add_development_dependency 'rake'
36
- s.add_development_dependency 'rspec', '~> 3.11.0'
36
+ s.add_development_dependency 'rspec', '~> 3.12.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: 6.14.0
4
+ version: 6.14.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: 3.11.0
159
+ version: 3.12.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.11.0
166
+ version: 3.12.0
167
167
  description: Shared config to enforce Ruby style consistently across Wealthsimple
168
168
  services.
169
169
  email: