ws-style 6.9.1 → 6.9.5

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: 1534b8c72fed6c2716b540649f4545d259d2303d0a2856b627164a987d41c689
4
- data.tar.gz: 1322e12769f39ef63f623dbf27034562a4b066862dca6e1425dbdf74eeb2e76e
3
+ metadata.gz: ec376690522913c52426bf02d5da415a526aa6878663f5fee28b2ec5dfcceba2
4
+ data.tar.gz: ad334fe5336279718ea61a7dfeceecdd8c07204ef2439a9c9a1985061d71f233
5
5
  SHA512:
6
- metadata.gz: f99397106605ef6dff276d0fe650b9fb3bd5a9edd32dd5823919033a847c975b6df5500f6dca9ee9b339e660ae78f926e696f684d7e3e07d789f9265937b95f6
7
- data.tar.gz: 176c0bcca798e5944a109b1b2b1597933cf4d1dc6ee930be52c8c4fc7945f705590f079078e2417c7b869e507375c745ad9415087e572dfc30080578901acd5c
6
+ metadata.gz: 776118afb5568368efbbdad3b52e44251ab9a34b371117eaa32495212c033b54525d61ed2b991a5f53f562e7e51af41c9ffa3790d3483aaeb8f58d19f4c37b59
7
+ data.tar.gz: 7aca02a8bb4417a5e41e8cb738c88ce11d326236600a100cc0d037c16d2b165165aaa7b4c52a67b77b20e59b2f833cbe418e46f592cdf36e7e4c0e757255f19b
data/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ 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.5 - 2021-07-28
8
+ - Upgraded rubocop to 1.18.4
9
+
10
+ ## 6.9.4 - 2021-07-20
11
+ - Upgraded dependencies
12
+
13
+ ## 6.9.3 - 2021-07-20
14
+ - Upgraded rubocop to 1.18.2
15
+ - Upgraded rubocop-rais to 2.11.2
16
+
17
+ ## 6.9.2 - 2021-06-28
18
+ - Update dependencies
19
+
7
20
  ## 6.9.1 - 2021-05-06
8
21
  - Migrate CI from CircleCI to GitHub Actions
9
22
  - Change default GitHub branch to `main`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.9.1)
4
+ ws-style (6.9.5)
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.3.2)
14
+ activesupport (6.1.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -21,9 +21,9 @@ GEM
21
21
  bundler-audit (0.7.0.1)
22
22
  bundler (>= 1.2.0, < 3)
23
23
  thor (>= 0.18, < 2)
24
- concurrent-ruby (1.1.8)
24
+ concurrent-ruby (1.1.9)
25
25
  diff-lcs (1.4.4)
26
- git (1.8.1)
26
+ git (1.9.1)
27
27
  rchardet (~> 1.8)
28
28
  i18n (1.8.10)
29
29
  concurrent-ruby (~> 1.0)
@@ -33,11 +33,11 @@ GEM
33
33
  thor (~> 0.20)
34
34
  minitest (5.14.4)
35
35
  parallel (1.20.1)
36
- parser (3.0.1.1)
36
+ parser (3.0.2.0)
37
37
  ast (~> 2.4.1)
38
38
  rack (2.2.3)
39
39
  rainbow (3.0.0)
40
- rake (13.0.3)
40
+ rake (13.0.6)
41
41
  rchardet (1.8.0)
42
42
  regexp_parser (2.1.1)
43
43
  rexml (3.2.5)
@@ -54,28 +54,28 @@ 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.14.0)
57
+ rubocop (1.18.4)
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.5.0, < 2.0)
63
+ rubocop-ast (>= 1.8.0, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.5.0)
66
+ rubocop-ast (1.8.0)
67
67
  parser (>= 3.0.1.1)
68
- rubocop-performance (1.11.3)
68
+ rubocop-performance (1.11.4)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.10.1)
71
+ rubocop-rails (2.11.3)
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
74
  rubocop (>= 1.7.0, < 2.0)
75
- rubocop-rspec (2.3.0)
75
+ rubocop-rspec (2.4.0)
76
76
  rubocop (~> 1.0)
77
77
  rubocop-ast (>= 1.1.0)
78
- rubocop-vendor (0.6.0)
78
+ rubocop-vendor (0.6.1)
79
79
  rubocop (>= 0.53.0)
80
80
  ruby-progressbar (1.11.0)
81
81
  thor (0.20.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.9.1'.freeze
3
+ VERSION = '6.9.5'.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.1
4
+ version: 6.9.5
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-05-06 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop