ws-style 6.13.19 → 6.13.22

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: 3eea160b18e1f6c348c1852f90d6d9f5ace2eefec1e1d1c5416e6d58a4883db0
4
- data.tar.gz: 22af76a5c73057ccc17658746fe06dc8e184ea60b12b3ad684bb5438013dabe2
3
+ metadata.gz: ab86e339b3a08d6e1fc45624cc060bd8823878e7a27336d0831b8c2ad87b249a
4
+ data.tar.gz: a6028f9c4ded10a046754d5768778c6f9f36bbc77fa4b9b5f5e34a314d262adc
5
5
  SHA512:
6
- metadata.gz: 454f3b3efd75a7835f2529b0d8fb56f991bdf2cf313fd9e7f7e75fb0748f95b9a04b48c03f065b0d25f70c60e5e357d6d90eb60f8c60d19c91b32c62e63eeeaf
7
- data.tar.gz: 3460838af21ee9b3a1f1b23895a7beab9e803a074dc7e4ea5071968af1ba14a21164e7169b7903e43bdab84ce1686aff33df70e8411223358490f93c2ae029df
6
+ metadata.gz: f3ddb145168010136d7543878279dc9262df4159bf2587aa5aa3e28bcfcc87ff62125cc85bfcdfc14b92518c4875654d553f1e1d032f68a3a25399a677e38169
7
+ data.tar.gz: 37787874eead275a6bb6902da345d0ab58bfa718377592ac808fdb9b9aedbd6f23c70bc9e323543fca02c4f8d96711b9c5c52cc5c2f0a82d16b4bee3271d4ec4
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.5
1
+ 2.7.6
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.22 - 2022-05-9
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.21 - 2022-05-04
12
+ ### Changed
13
+ - Updated obsolete parameter as per rubocop/rubocop#10555
14
+
15
+ ## 6.13.20 - 2022-05-02
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 6.13.19 - 2022-04-25
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.19)
4
+ ws-style (6.13.22)
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.3)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -53,12 +53,12 @@ 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.28.2)
56
+ rubocop (1.29.0)
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
- rexml
61
+ rexml (>= 3.2.5, < 4.0)
62
62
  rubocop-ast (>= 1.17.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
@@ -94,4 +94,4 @@ DEPENDENCIES
94
94
  ws-style!
95
95
 
96
96
  BUNDLED WITH
97
- 2.3.11
97
+ 2.3.12
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.19'.freeze
3
+ VERSION = '6.13.22'.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.19
4
+ version: 6.13.22
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-25 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop