ws-style 6.13.9 → 6.13.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52c77f2aeb623657d93a2e6c80b5c9c808541803798c66aeab3f47837c6c6bea
4
- data.tar.gz: 5b90917b6da86c9d2a79bd9ad7e572292de4e1a42ab784a6e4ea14479598856a
3
+ metadata.gz: 764b019c8ce8d1f2eecf84607ea8e1e8956df337b432cd1f28f9121b36f75b49
4
+ data.tar.gz: e19a5d9a28c14013438e34ee4f3d9f77c3d04221942dc1ca28568e19c07e50de
5
5
  SHA512:
6
- metadata.gz: dc76005ccd54f1e921a7cee75adf1c857e6065afbd6926015c7087a9d424ebe9415353ac188faab4dfd7e3712c3cbdc9562a7e40748d775fe3e7fb35c3670576
7
- data.tar.gz: fc2c40d6840af9f003c4c5dd64f1647625aa4e08e6713ad446bf70de43f85edb936041ab44f28553f43f033016df609e75d202ebc939b9b2465dd99a5e6c01cb
6
+ metadata.gz: a7e77343b101a3f522c063333a020e68c133ea7ed25ca09b7a05b67271b422702ac718698073098e23dd670c2101ecc7bd94ed220e71d11243c7ba09a60dd7a3
7
+ data.tar.gz: 8076f7861405cd76a5ace21fa194e0b3ef879b43eb127d5a5829c65c633d91f53d7277234ce229ea1244dd10aff83bd829d5ff31457918b5be0ed04613fe7080
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.13.10 - 2022-02-22
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.13.9 - 2022-02-14
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.9)
4
+ ws-style (6.13.10)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -24,7 +24,7 @@ GEM
24
24
  diff-lcs (1.5.0)
25
25
  git (1.10.2)
26
26
  rchardet (~> 1.8)
27
- i18n (1.9.1)
27
+ i18n (1.10.0)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.6.1)
30
30
  keepachangelog (0.6.1)
@@ -32,7 +32,7 @@ GEM
32
32
  thor (~> 0.20)
33
33
  minitest (5.15.0)
34
34
  parallel (1.21.0)
35
- parser (3.1.0.0)
35
+ parser (3.1.1.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
38
38
  rainbow (3.1.1)
@@ -62,8 +62,8 @@ GEM
62
62
  rubocop-ast (>= 1.15.1, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
- rubocop-ast (1.15.2)
66
- parser (>= 3.0.1.1)
65
+ rubocop-ast (1.16.0)
66
+ parser (>= 3.1.1.0)
67
67
  rubocop-performance (1.13.2)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
@@ -73,7 +73,7 @@ GEM
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-rspec (2.8.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.1)
76
+ rubocop-vendor (0.8.3)
77
77
  rubocop (>= 0.53.0)
78
78
  ruby-progressbar (1.11.0)
79
79
  thor (0.20.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.9'.freeze
3
+ VERSION = '6.13.10'.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.9
4
+ version: 6.13.10
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-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop