ws-style 6.14.1 → 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: '080fad03ff8a68d35d0255d447ebd0d27590c91cd5b9ed21e1d980a8251b0fd2'
4
- data.tar.gz: 1e6467363fe04551f59380a097c32476e03872698377ecee6bcccfad48059cac
3
+ metadata.gz: a9bcee6f86a26bc27f48c2daaae41d4655c8ebad86362df00af15c60dd657652
4
+ data.tar.gz: 5c612a0645def60930a340e1dfd698138e346590c5630083caa2ecafb0f6eefd
5
5
  SHA512:
6
- metadata.gz: 14e82c577413ec122736a4522f54aa1ecf7d182f53c91da6c670ff48d51fc82f1b367c8aebbfcaedeb08176df5c00872f7959acb7b1a77255df75ee9905f1b21
7
- data.tar.gz: 035642e69ac586c9c60944304fa6123860a4cf163f1a0f39e8b97d6309b91f7a7b18df8d9f58e9f3a63119bf20ac0ecdd8ef8a4e57bff433f91062fb038446d5
6
+ metadata.gz: 40c54c16d74f287bf40b2fe960729a2a55caa64f0d5edc1c1f24a470bed42595e0296b61401a8d3d92b6d92b294f5cc8ec9ddd9330be291940c88786f4d0b3ef
7
+ data.tar.gz: bd397ed5ff242e37f5cb475a1a4a911caa51623457719de37b8aa5d278fd5056c805b2d165798bbb8d24efd63ac5c601361bcdb341dc029899c03ee7402d9d36
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+
7
11
  ## 6.14.1 - 2022-09-14
8
12
  ### Changed
9
13
  - NewCops rule can only be defined once.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.1)
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,41 +42,41 @@ 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.13.1)
79
+ rubocop-rspec (2.15.0)
80
80
  rubocop (~> 1.33)
81
81
  rubocop-vendor (0.8.10)
82
82
  rubocop (>= 0.53.0)
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.1'.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.1
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-16 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: