ws-style 6.9.4 → 6.9.8

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: a82a5f2adb707152586aeab841673b82c28dcf9dffcc22b63356be1a0903bdc4
4
- data.tar.gz: eec5320c4601a068e5a50b76aac8c7c687b68e62601133bc3cae09ff2f47c597
3
+ metadata.gz: 57ee51060420d7891b848480b1bcf7629ea8318f2012cd408d27ea9bc6482035
4
+ data.tar.gz: fff2966b667a3b06bb145c1352aa903b0bca62d470cf5eb9036cfa726bd409c7
5
5
  SHA512:
6
- metadata.gz: 882ab6391e21ad9143bbf5fb00dd9966b6cf9082211b5d5e1fddf07f1747c33d41ad023bbfbb18510ca7c735f07518ad94a22ef926051bfb51a26bec3fbdd4db
7
- data.tar.gz: 441b68987af57786e1ce33f67842d5c8ad17180d8b87af5334b420c2dd53b1bdc0e22826d9dde7439e9e3d91d2130a9cb7678c7ef00b490ef8c23584c4ec304f
6
+ metadata.gz: b5bd025805a493180a42df075c2848c6693e556e7f5df87da51e77f3627c704e1293fa9ff2f40a49b5be71107a493d290e2fc68daaca56bdfe6cc9fa402cefdb
7
+ data.tar.gz: 3ae1061b77775dd5f07b3c5710fe97950097aa828740ab8a8af837eabc74ea787d1e0e8a6d2045ada6baefdf5646f42d7dbf3d06571bf249bf6cd084b742b56c
data/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@ 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.9.8 - 2021-09-15
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.9.7 - 2021-09-07
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.9.6 - 2021-08-23
16
+ ### Changed
17
+ - Upgraded rubocop to 1.19.1
18
+
19
+ ## 6.9.5 - 2021-07-28
20
+ - Upgraded rubocop to 1.18.4
21
+
7
22
  ## 6.9.4 - 2021-07-20
8
23
  - Upgraded dependencies
9
24
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.9.4)
4
+ ws-style (6.9.8)
5
5
  rubocop (>= 1.12.1)
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 (6.1.4)
14
+ activesupport (6.1.4.1)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -32,7 +32,7 @@ GEM
32
32
  json (~> 2.1)
33
33
  thor (~> 0.20)
34
34
  minitest (5.14.4)
35
- parallel (1.20.1)
35
+ parallel (1.21.0)
36
36
  parser (3.0.2.0)
37
37
  ast (~> 2.4.1)
38
38
  rack (2.2.3)
@@ -54,21 +54,21 @@ GEM
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.10.0)
56
56
  rspec-support (3.10.2)
57
- rubocop (1.18.3)
57
+ rubocop (1.21.0)
58
58
  parallel (~> 1.10)
59
59
  parser (>= 3.0.0.0)
60
60
  rainbow (>= 2.2.2, < 4.0)
61
61
  regexp_parser (>= 1.8, < 3.0)
62
62
  rexml
63
- rubocop-ast (>= 1.7.0, < 2.0)
63
+ rubocop-ast (>= 1.9.1, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.8.0)
66
+ rubocop-ast (1.11.0)
67
67
  parser (>= 3.0.1.1)
68
- rubocop-performance (1.11.4)
68
+ rubocop-performance (1.11.5)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.11.3)
71
+ rubocop-rails (2.12.2)
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
74
  rubocop (>= 1.7.0, < 2.0)
@@ -81,7 +81,7 @@ GEM
81
81
  thor (0.20.3)
82
82
  tzinfo (2.0.4)
83
83
  concurrent-ruby (~> 1.0)
84
- unicode-display_width (2.0.0)
84
+ unicode-display_width (2.1.0)
85
85
  zeitwerk (2.4.2)
86
86
 
87
87
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.9.4'.freeze
3
+ VERSION = '6.9.8'.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.9.4
4
+ version: 6.9.8
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-07-21 00:00:00.000000000 Z
11
+ date: 2021-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop