ws-style 6.13.17 → 6.13.20

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: 293c4af9c4efe9f151ce6813d3ad56370480d780d68da869024103d8d0248287
4
- data.tar.gz: 82497b79b47e97d67d6b6396adcf28c1edb0ea0cdd6d0f0cd2bf7f4e24f6a4d6
3
+ metadata.gz: 5b13ea73c07fbb92211408161f57e3b24273196ded6053ef6683c3d9e70027f2
4
+ data.tar.gz: 7f8e19df9e66a5ab149496afbe9ccdfd3b01cfbe5e9e5cd18c94947e683bbe16
5
5
  SHA512:
6
- metadata.gz: 8ecfa544e288d6d315db8d332c1dd29074a972a0883b11a9cdfe1c59f780711d38d88414ce10b27ab09f84a4fe249ecf47f049b56a7c1d69131cd694588c0c41
7
- data.tar.gz: 112875308b074f673ba283c5deb8efb5f994215442db105b015ef8740a1db1012f080e98e09c6510adc31f6df8a8367851d113152e42182d7f516007304e13d0
6
+ metadata.gz: 95f35b1ecbc426b57e383fddc12a6a829a630deb565c208cbfee9e7c7e4cca13af990f96b7effdb830a2b1eb702582d76cec90f0bf1371bb5a343b74fa34dacb
7
+ data.tar.gz: 7d96bfeb4be8c72fd4408502e51c77e29e05ad2db6f61c783a35b647fef69deddbe5e6887349d590a52d11ad45983acafa05183026cb1531c6dd6bee5adcc977
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.20 - 2022-05-02
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.19 - 2022-04-25
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.13.18 - 2022-04-19
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 6.13.17 - 2022-04-11
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.17)
4
+ ws-style (6.13.20)
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)
@@ -22,7 +22,7 @@ GEM
22
22
  thor (>= 0.18, < 2)
23
23
  concurrent-ruby (1.1.10)
24
24
  diff-lcs (1.5.0)
25
- git (1.10.2)
25
+ git (1.11.0)
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.10.0)
28
28
  concurrent-ruby (~> 1.0)
@@ -32,13 +32,13 @@ GEM
32
32
  thor (~> 0.20)
33
33
  minitest (5.15.0)
34
34
  parallel (1.22.1)
35
- parser (3.1.1.0)
35
+ parser (3.1.2.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
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)
@@ -71,9 +71,9 @@ GEM
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
- rubocop-rspec (2.9.0)
74
+ rubocop-rspec (2.10.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.5)
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)
@@ -94,4 +94,4 @@ DEPENDENCIES
94
94
  ws-style!
95
95
 
96
96
  BUNDLED WITH
97
- 2.3.10
97
+ 2.3.11
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.17'.freeze
3
+ VERSION = '6.13.20'.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.17
4
+ version: 6.13.20
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-11 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop