ws-style 6.13.11 → 6.13.12

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: be4135a0d011abfa96989a02c13285fe8c5c758af900ec1f9ffb735bdd17b63d
4
- data.tar.gz: ab5779195280edd6af3e38894cce9d98b07e61b0d3bcd61e04f3514894b9df53
3
+ metadata.gz: e6e215f83de732d1e81854b40e946ee1400fd2005aa40f8d33536e29a3a40a14
4
+ data.tar.gz: 17d56e65a8ba1cbe101a15ee1740d515d329ca37ed9a6113c6fd5d04e2dd31ba
5
5
  SHA512:
6
- metadata.gz: d429bdaf98d1cdf9c593ae7d962051440c9670ce71fe148e6de0b35c5df3073f63e268dbb07ebae20087e3d07168b60c14b27fcbbac5f21950dcf2de2309dd1d
7
- data.tar.gz: ddf1420003ceb6686f8c8adbca1f855ad1ebb9e49aad780ea1d099147b667d7abaf6890d9ae3160e9bc1bbd244d9d3f81dfc687c2b9802b23ebc9a48b88d0ab7
6
+ metadata.gz: 19485ab427c549651e7cc94a69f397c66291e5cc5f8598d8e51d1a3d0aa09c11a3c514ef4689f3528db2942cec6505592e0bad12b9453f8a373adeb99c163e7c
7
+ data.tar.gz: 5e4ee925f2fc2fc2010575b19ed7c6d492734dbad87d6d7fcfebff2190b715b941e3c0da7b2c12aba7cb42dbe1475d9c80c5dfd232485c39700830e11506d668
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.13.12 - 2022-03-15
8
+ - Updated dependencies
9
+
7
10
  ## 6.13.11 - 2022-03-08
8
11
  ### Changed
9
12
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.11)
4
+ ws-style (6.13.12)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -53,13 +53,13 @@ GEM
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.11.0)
55
55
  rspec-support (3.11.0)
56
- rubocop (1.25.1)
56
+ rubocop (1.26.0)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.1.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.15.1, < 2.0)
62
+ rubocop-ast (>= 1.16.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
65
  rubocop-ast (1.16.0)
@@ -67,7 +67,7 @@ GEM
67
67
  rubocop-performance (1.13.3)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.13.2)
70
+ rubocop-rails (2.14.0)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.11'.freeze
3
+ VERSION = '6.13.12'.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.13.11
4
+ version: 6.13.12
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-03-08 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop