ws-style 6.13.22 → 6.13.23

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: ab86e339b3a08d6e1fc45624cc060bd8823878e7a27336d0831b8c2ad87b249a
4
- data.tar.gz: a6028f9c4ded10a046754d5768778c6f9f36bbc77fa4b9b5f5e34a314d262adc
3
+ metadata.gz: be87240b3b4baf8a2b7958ccb72b0ba72e2d200abb51a8874406de53585a81c7
4
+ data.tar.gz: d8fc5865d3baed4eb142c4658da33161fecfae0bf0f6ae69d86fb19a5f1e50ed
5
5
  SHA512:
6
- metadata.gz: f3ddb145168010136d7543878279dc9262df4159bf2587aa5aa3e28bcfcc87ff62125cc85bfcdfc14b92518c4875654d553f1e1d032f68a3a25399a677e38169
7
- data.tar.gz: 37787874eead275a6bb6902da345d0ab58bfa718377592ac808fdb9b9aedbd6f23c70bc9e323543fca02c4f8d96711b9c5c52cc5c2f0a82d16b4bee3271d4ec4
6
+ metadata.gz: 64075ecf91814baf5252896fe4693a1537e9eb83b653dbab6d8fb9dd249250f5e36e1fd25712956fe124f0959a72f9e9546b25e80cd5db60b8c20408d427a32b
7
+ data.tar.gz: '018ea08e61bad25252086383abab5ec52edf0abcacc02aba971deee320f40550ee56b00e4e17198891f92d42b03869a85396945eb5e93c4a3382fd8b321726be'
data/CHANGELOG.md CHANGED
@@ -4,7 +4,12 @@ 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.22 - 2022-05-9
7
+ ## 6.13.23 - 2022-05-16
8
+ ### Changed
9
+ - Updated dependencies
10
+ - Stop requiring version / changelog entries for dependency updates
11
+
12
+ ## 6.13.22 - 2022-05-09
8
13
  ### Changed
9
14
  - Updated dependencies
10
15
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.22)
4
+ ws-style (6.13.23)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -38,7 +38,7 @@ GEM
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
- regexp_parser (2.3.1)
41
+ regexp_parser (2.4.0)
42
42
  rexml (3.2.5)
43
43
  rspec (3.11.0)
44
44
  rspec-core (~> 3.11.0)
@@ -53,7 +53,7 @@ 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.29.0)
56
+ rubocop (1.29.1)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.1.0.0)
59
59
  rainbow (>= 2.2.2, < 4.0)
@@ -62,7 +62,7 @@ GEM
62
62
  rubocop-ast (>= 1.17.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
- rubocop-ast (1.17.0)
65
+ rubocop-ast (1.18.0)
66
66
  parser (>= 3.1.1.0)
67
67
  rubocop-performance (1.13.3)
68
68
  rubocop (>= 1.7.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.22'.freeze
3
+ VERSION = '6.13.23'.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.22
4
+ version: 6.13.23
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-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop