ws-style 6.12.3 → 6.12.4

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: f7cb06c661a7c24b64c6e391b3df81d413fb413eeef95efbdf5a0e67d092b695
4
- data.tar.gz: 1abf98fb2f10293796a517d035d04dc7812962736cb03b187f5e006cc911f2e0
3
+ metadata.gz: c1438ffc5803daf8476aa8a1ce44b1bbae426f0d37301244fa871ab26f07bb47
4
+ data.tar.gz: 385309f34baaf8b520ce78008f11aa85d91175410ab273865b7e43231a824754
5
5
  SHA512:
6
- metadata.gz: 8699af6589b802710523266df4204fdf904767d85119a6cffec3c9d87adae2d50a42ae7e84d03f5c660e872ea58ee4c58198fb8fd20b25a0a8cf5a21e72afe7e
7
- data.tar.gz: 6753438da316b4e70158380c91b4472614909786a418e3c0ef19d572913305f87455aa81d4b7dfdfb9746a6dd2ad4c6e3aed2217752162c4c2dc870ad285df31
6
+ metadata.gz: 790302a32c969dee72f5ee89a351c99139c6385ed2bfc2c0dcc59bacef464aff462ab15c37b2f8935e04ec2074dc844b56716ff704657bea67af5c05309b4491
7
+ data.tar.gz: 31f8791e842d602815c07a32d870ab4e70df3648aa88288c7e7f64e15ecca7e02552219c1d806c08b8b0aa885570c87ff32f1dfec1285d237f01c05400cdaced
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.12.4 - 2022-01-04
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.12.3 - 2021-12-20
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.12.3)
4
+ ws-style (6.12.4)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -21,8 +21,8 @@ GEM
21
21
  bundler (>= 1.2.0, < 3)
22
22
  thor (>= 0.18, < 2)
23
23
  concurrent-ruby (1.1.9)
24
- diff-lcs (1.4.4)
25
- git (1.9.1)
24
+ diff-lcs (1.5.0)
25
+ git (1.10.1)
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.8.11)
28
28
  concurrent-ruby (~> 1.0)
@@ -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.0.3.2)
35
+ parser (3.1.0.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
38
38
  rainbow (3.0.0)
@@ -53,27 +53,27 @@ GEM
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.10.0)
55
55
  rspec-support (3.10.3)
56
- rubocop (1.23.0)
56
+ rubocop (1.24.1)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.0.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.12.0, < 2.0)
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.0)
65
+ rubocop-ast (1.15.1)
66
66
  parser (>= 3.0.1.1)
67
- rubocop-performance (1.12.0)
67
+ rubocop-performance (1.13.1)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.12.4)
70
+ rubocop-rails (2.13.0)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
- rubocop-rspec (2.6.0)
74
+ rubocop-rspec (2.7.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.7.1)
76
+ rubocop-vendor (0.8.0)
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.12.3'.freeze
3
+ VERSION = '6.12.4'.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.12.3
4
+ version: 6.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2022-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop