ws-style 6.14.2 → 6.14.3

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: a9bcee6f86a26bc27f48c2daaae41d4655c8ebad86362df00af15c60dd657652
4
- data.tar.gz: 5c612a0645def60930a340e1dfd698138e346590c5630083caa2ecafb0f6eefd
3
+ metadata.gz: 7c821ff6adb6c34fbfb753c778e5e05326ab8a1e737812a18b3947ae7c72a5cc
4
+ data.tar.gz: bf270bd6102378cfc04f24e15fe9319a24e9800631c56b6e1e9815f3d7f9170c
5
5
  SHA512:
6
- metadata.gz: 40c54c16d74f287bf40b2fe960729a2a55caa64f0d5edc1c1f24a470bed42595e0296b61401a8d3d92b6d92b294f5cc8ec9ddd9330be291940c88786f4d0b3ef
7
- data.tar.gz: bd397ed5ff242e37f5cb475a1a4a911caa51623457719de37b8aa5d278fd5056c805b2d165798bbb8d24efd63ac5c601361bcdb341dc029899c03ee7402d9d36
6
+ metadata.gz: f1ceb57c43f6ac6119310eb2315dc41d4f50fa36b26d3cf1de80f8c651e172d8152199e1e0d8ed8448af75564f299995654aec98ab0ed1e2495462307c9a71a1
7
+ data.tar.gz: b42141f9ae31180138709be82cc21d1727f0758b210eb1cd6380408205b1a122ea3095569f867478bb141ba41b7ed4fd8023dfde1aa576ef5849ec3931a39e62
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.14.3 - 2023-01-03
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.14.2 - 2022-11-08
8
12
  ### Changed
9
13
  - Updated rspec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.2)
4
+ ws-style (6.14.3)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -24,25 +24,25 @@ GEM
24
24
  thor (>= 0.18, < 2)
25
25
  concurrent-ruby (1.1.10)
26
26
  diff-lcs (1.5.0)
27
- git (1.12.0)
27
+ git (1.13.0)
28
28
  addressable (~> 2.8)
29
29
  rchardet (~> 1.8)
30
30
  i18n (1.12.0)
31
31
  concurrent-ruby (~> 1.0)
32
- json (2.6.2)
32
+ json (2.6.3)
33
33
  keepachangelog (0.6.1)
34
34
  json (~> 2.1)
35
35
  thor (~> 0.20)
36
- minitest (5.16.3)
36
+ minitest (5.17.0)
37
37
  parallel (1.22.1)
38
- parser (3.1.2.1)
38
+ parser (3.2.0.0)
39
39
  ast (~> 2.4.1)
40
- public_suffix (5.0.0)
41
- rack (3.0.0)
40
+ public_suffix (5.0.1)
41
+ rack (3.0.3)
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
44
  rchardet (1.8.0)
45
- regexp_parser (2.6.0)
45
+ regexp_parser (2.6.1)
46
46
  rexml (3.2.5)
47
47
  rspec (3.12.0)
48
48
  rspec-core (~> 3.12.0)
@@ -50,33 +50,33 @@ GEM
50
50
  rspec-mocks (~> 3.12.0)
51
51
  rspec-core (3.12.0)
52
52
  rspec-support (~> 3.12.0)
53
- rspec-expectations (3.12.0)
53
+ rspec-expectations (3.12.1)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.12.0)
56
- rspec-mocks (3.12.0)
56
+ rspec-mocks (3.12.1)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
58
  rspec-support (~> 3.12.0)
59
59
  rspec-support (3.12.0)
60
- rubocop (1.38.0)
60
+ rubocop (1.42.0)
61
61
  json (~> 2.3)
62
62
  parallel (~> 1.10)
63
63
  parser (>= 3.1.2.1)
64
64
  rainbow (>= 2.2.2, < 4.0)
65
65
  regexp_parser (>= 1.8, < 3.0)
66
66
  rexml (>= 3.2.5, < 4.0)
67
- rubocop-ast (>= 1.23.0, < 2.0)
67
+ rubocop-ast (>= 1.24.1, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.23.0)
70
+ rubocop-ast (1.24.1)
71
71
  parser (>= 3.1.1.0)
72
- rubocop-performance (1.15.0)
72
+ rubocop-performance (1.15.2)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-ast (>= 0.4.0)
75
- rubocop-rails (2.17.2)
75
+ rubocop-rails (2.17.4)
76
76
  activesupport (>= 4.2.0)
77
77
  rack (>= 1.1)
78
78
  rubocop (>= 1.33.0, < 2.0)
79
- rubocop-rspec (2.15.0)
79
+ rubocop-rspec (2.16.0)
80
80
  rubocop (~> 1.33)
81
81
  rubocop-vendor (0.8.10)
82
82
  rubocop (>= 0.53.0)
@@ -84,7 +84,7 @@ GEM
84
84
  thor (0.20.3)
85
85
  tzinfo (2.0.5)
86
86
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.3.0)
87
+ unicode-display_width (2.4.0)
88
88
 
89
89
  PLATFORMS
90
90
  ruby
@@ -99,4 +99,4 @@ DEPENDENCIES
99
99
  ws-style!
100
100
 
101
101
  BUNDLED WITH
102
- 2.3.25
102
+ 2.3.26
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.2'.freeze
3
+ VERSION = '6.14.3'.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.14.2
4
+ version: 6.14.3
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-11-08 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop