ws-style 6.11.0 → 6.11.1

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: 62343d4e98841d8bd2f63929ccbbba4ccc0bfb15bd5b7f468ab1b6be8405d9ac
4
- data.tar.gz: 3efa670e5f9f7188993bfcfbc06c8ba71846b0ddb9ea0e05d03b49e39e658524
3
+ metadata.gz: 6476ad24069f3a109af754476389fb4e5935becf55638d59a0aeb50f2d2c4d70
4
+ data.tar.gz: af43b03439e96d261d34151952d1246913fb79e87307529cf958b3b0e06cc7d5
5
5
  SHA512:
6
- metadata.gz: fe7b7744347c350ac74b19e3f82266ce05849932912cae42f9d903a63bf0ab6f7c76de24c85bb95fb366b63e06e9add2210b6906f33753042deb970c5a7523bf
7
- data.tar.gz: 1140579934f26721b60c1b1d527f8ba262d692e7ae350cc88a1c21cb5025f89871ee13e7932ef0a8acea7ac0cb0f7b26bd67c8a7e0787aac1b75bd271a4fb336
6
+ metadata.gz: 35091b9338557f5c13ec7d9835557e36dd10793e3c4e4119bcfc2eeb7ea1e8779db64b3e9d004c14ee445726063cd14632e1cac7dd606b89e7261ad058f68ab6
7
+ data.tar.gz: ee43282a64bfbbdf41b91ee67ac13063a07b0a71e0d997ebcbd411a2f8d2333a6c3ec885d714b6fda3260fa0ed561c027d9ad4fa8140cb3dd3ef573e9b990d7d
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.2
1
+ 2.7.4
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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.11.1 - 2021-11-08
8
+ ### Changed
9
+ - Upgrade dependencies
10
+
7
11
  ## 6.11.0 - 2021-10-21
8
12
  ### Changed
9
13
  - Upgrade rubocop to 1.22.3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.11.0)
4
+ ws-style (6.11.1)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -25,7 +25,7 @@ GEM
25
25
  diff-lcs (1.4.4)
26
26
  git (1.9.1)
27
27
  rchardet (~> 1.8)
28
- i18n (1.8.10)
28
+ i18n (1.8.11)
29
29
  concurrent-ruby (~> 1.0)
30
30
  json (2.6.1)
31
31
  keepachangelog (0.6.1)
@@ -53,7 +53,7 @@ GEM
53
53
  rspec-mocks (3.10.2)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.10.0)
56
- rspec-support (3.10.2)
56
+ rspec-support (3.10.3)
57
57
  rubocop (1.22.3)
58
58
  parallel (~> 1.10)
59
59
  parser (>= 3.0.0.0)
@@ -63,7 +63,7 @@ GEM
63
63
  rubocop-ast (>= 1.12.0, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.12.0)
66
+ rubocop-ast (1.13.0)
67
67
  parser (>= 3.0.1.1)
68
68
  rubocop-performance (1.12.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
@@ -72,7 +72,7 @@ GEM
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
74
  rubocop (>= 1.7.0, < 2.0)
75
- rubocop-rspec (2.5.0)
75
+ rubocop-rspec (2.6.0)
76
76
  rubocop (~> 1.19)
77
77
  rubocop-vendor (0.6.1)
78
78
  rubocop (>= 0.53.0)
@@ -96,4 +96,4 @@ DEPENDENCIES
96
96
  ws-style!
97
97
 
98
98
  BUNDLED WITH
99
- 2.2.16
99
+ 2.2.30
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.11.0'.freeze
3
+ VERSION = '6.11.1'.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.11.0
4
+ version: 6.11.1
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-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 3.1.4
219
+ rubygems_version: 3.1.6
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: Shared rubocop config