ws-style 6.13.18 → 6.13.21

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: 201dc3b266898dc96cb94f158cd75e872e86219e5f4d966578e636d0fb6f8eba
4
- data.tar.gz: 47b8aace8a263353c7f8bfbb45bded1898d54d79f11cd9a4fbfcca756b63703e
3
+ metadata.gz: 39f39840c2d5c568dadb010189dcbda017ffbc9b4232bf288325074e4f672030
4
+ data.tar.gz: e9baedb2ff767fdac86528a0ac2d8dc3fb87e56bbb15cdaefc01a71357987f33
5
5
  SHA512:
6
- metadata.gz: 8a3b3d6433a8b995b38bc62d0c0712bda026db6c9aff7769f93ab64295d7df2f00220594fc1630a3ab085e64eaf5543466ba9ed5646be89ac011f307a32cac79
7
- data.tar.gz: 05bae80ad204ec58201a9a6e8a2ab56823c390f5ede2b2eaa8a588720e4d753898a1ed7ea3b37bd7fb616614b2822bcc9aceef976bbbc0ec611448ed46798dd0
6
+ metadata.gz: c9283a717e3ccefd63ae7edc950e14b9d98f5933922694141d986517554ffb2218afcec3406ad6a6bd7a702e53e9aedc45cab9fb4cfffadd2881550f9878ce5e
7
+ data.tar.gz: 87576bdc6e74ec7ef5b9d12dbe89e16ae1379c4d4da31a35b00a2db56cf5ec91d5f3b3ca3e8a11dde6d7d19716ca99ac20ee93d5358757c92b74d59d6f2a9400
data/CHANGELOG.md CHANGED
@@ -4,6 +4,18 @@ 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.13.21 - 2022-05-04
8
+ ### Changed
9
+ - Updated obsolete parameter as per rubocop/rubocop#10555
10
+
11
+ ## 6.13.20 - 2022-05-02
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.13.19 - 2022-04-25
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 6.13.18 - 2022-04-19
8
20
  ### Changed
9
21
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.18)
4
+ ws-style (6.13.21)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.2.3)
14
+ activesupport (7.0.2.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -38,7 +38,7 @@ GEM
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
- regexp_parser (2.3.0)
41
+ regexp_parser (2.3.1)
42
42
  rexml (3.2.5)
43
43
  rspec (3.11.0)
44
44
  rspec-core (~> 3.11.0)
@@ -53,13 +53,13 @@ GEM
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.11.0)
55
55
  rspec-support (3.11.0)
56
- rubocop (1.27.0)
56
+ rubocop (1.28.2)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.1.0.0)
59
59
  rainbow (>= 2.2.2, < 4.0)
60
60
  regexp_parser (>= 1.8, < 3.0)
61
61
  rexml
62
- rubocop-ast (>= 1.16.0, < 2.0)
62
+ rubocop-ast (>= 1.17.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
65
  rubocop-ast (1.17.0)
@@ -73,7 +73,7 @@ GEM
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-rspec (2.10.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.8)
76
+ rubocop-vendor (0.8.9)
77
77
  rubocop (>= 0.53.0)
78
78
  ruby-progressbar (1.11.0)
79
79
  thor (0.20.3)
data/core.yml CHANGED
@@ -60,7 +60,7 @@ Layout/IndentationWidth:
60
60
  Width: 2
61
61
 
62
62
  Layout/LineLength:
63
- IgnoredPatterns: ['(\A|\s)#']
63
+ AllowedPatterns: ['(\A|\s)#']
64
64
  Max: 100
65
65
 
66
66
  Layout/FirstHashElementIndentation:
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.18'.freeze
3
+ VERSION = '6.13.21'.freeze
4
4
  end
5
5
  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.13.18
4
+ version: 6.13.21
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-04-19 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop