ws-style 6.9.3 → 6.9.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: 534ce982d9399acb8944328a9053e07448f6cad3ae37683ae7ff1df26b7b2b10
4
- data.tar.gz: d9f5709d8397ff88d850af66dc684bf69161f4b3149b0b08bb8802c360b8e1af
3
+ metadata.gz: a82a5f2adb707152586aeab841673b82c28dcf9dffcc22b63356be1a0903bdc4
4
+ data.tar.gz: eec5320c4601a068e5a50b76aac8c7c687b68e62601133bc3cae09ff2f47c597
5
5
  SHA512:
6
- metadata.gz: 949017d19e71256ac9b018d262f88cf50493756910292e5d5aca9aa41b7e77cfd58d2e326aba2a78486d05d5b432838d4a2fad23e28282cb3def6d55556a415b
7
- data.tar.gz: f55b79b2358a801cde0dea56e23621d48d6f07086e3b58f5cb774790fad2d8377804212c312fa34f6a10c9f5f7c64d63fea16b81ac8940e463657861287cadf5
6
+ metadata.gz: 882ab6391e21ad9143bbf5fb00dd9966b6cf9082211b5d5e1fddf07f1747c33d41ad023bbfbb18510ca7c735f07518ad94a22ef926051bfb51a26bec3fbdd4db
7
+ data.tar.gz: 441b68987af57786e1ce33f67842d5c8ad17180d8b87af5334b420c2dd53b1bdc0e22826d9dde7439e9e3d91d2130a9cb7678c7ef00b490ef8c23584c4ec304f
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ 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.4 - 2021-07-20
8
+ - Upgraded dependencies
9
+
7
10
  ## 6.9.3 - 2021-07-20
8
11
  - Upgraded rubocop to 1.18.2
9
12
  - Upgraded rubocop-rais to 2.11.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.9.3)
4
+ ws-style (6.9.4)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -23,7 +23,7 @@ GEM
23
23
  thor (>= 0.18, < 2)
24
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,7 +54,7 @@ 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.2)
57
+ rubocop (1.18.3)
58
58
  parallel (~> 1.10)
59
59
  parser (>= 3.0.0.0)
60
60
  rainbow (>= 2.2.2, < 4.0)
@@ -63,12 +63,12 @@ GEM
63
63
  rubocop-ast (>= 1.7.0, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.7.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.11.2)
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)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.9.3'.freeze
3
+ VERSION = '6.9.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.9.3
4
+ version: 6.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham