ws-style 6.13.13 → 6.13.16

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: ae4fb28c4aaed4d6f0862d4be1556ebd786536f3d2d110a895ffa5d0de1c3a58
4
- data.tar.gz: e07d15e1b68da094283416575b5fa1e68217094e5ff57442bfa0cbcf3d3538c7
3
+ metadata.gz: ac46edd3f9f26b722bb434dc78add06dff04406605c2c75494f8e192eb6baa75
4
+ data.tar.gz: 164d2fb120feb77772c47efcd02f1475b56d297b0f99c35e2d4ae2e4cfe5a006
5
5
  SHA512:
6
- metadata.gz: 906c363f55149fd480fdde6bb804c488ecd19cb83d973b32829f7fb3f14bb806fb2d0e19cdc614cef999ad5468e7db297e49c01bc5ea667e0e08935b98759cd0
7
- data.tar.gz: 85828b5aa2db09e67416a5d81196087a851b264d6b12761dc5a6025b5a81193b46e4fdbf42a36e868812893db22615a7eafd8c9e2d75bf602bcff1d8ae9e1736
6
+ metadata.gz: baa0c10124c82fef63989a7294a050afd3fdf02eb8486627b0f1b3de12dc27a613588d1aa42396651698bfc2f465a8e5c57fbe8d4bef5ba8618b5d336700d2af
7
+ data.tar.gz: a5eeb35018e92b04a2ca1e5e535f1598fac08a7b48a2927101409be1b9f7652c3697dc4561b9948a3346099076ae49ff13af76de5969bab4932b5f035ca8a15d
@@ -10,7 +10,7 @@ jobs:
10
10
  - uses: actions/stale@v4
11
11
  with:
12
12
  days-before-stale: 30
13
- days-before-close: 60
13
+ days-before-close: 30
14
14
  stale-pr-message: >
15
15
  This issue has been automatically marked as stale because it has not had
16
16
  recent activity. It will be closed if no further activity occurs.
data/CHANGELOG.md CHANGED
@@ -4,10 +4,24 @@ 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.16 - 2022-04-04
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.15 - 2022-04-01
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.13.14 - 2022-03-28
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 6.13.13 - 2022-03-21
20
+ ### Changed
8
21
  - Updated dependencies
9
22
 
10
23
  ## 6.13.12 - 2022-03-15
24
+ ### Changed
11
25
  - Updated dependencies
12
26
 
13
27
  ## 6.13.11 - 2022-03-08
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.13)
4
+ ws-style (6.13.16)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -20,7 +20,7 @@ GEM
20
20
  bundler-audit (0.7.0.1)
21
21
  bundler (>= 1.2.0, < 3)
22
22
  thor (>= 0.18, < 2)
23
- concurrent-ruby (1.1.9)
23
+ concurrent-ruby (1.1.10)
24
24
  diff-lcs (1.5.0)
25
25
  git (1.10.2)
26
26
  rchardet (~> 1.8)
@@ -31,7 +31,7 @@ GEM
31
31
  json (~> 2.1)
32
32
  thor (~> 0.20)
33
33
  minitest (5.15.0)
34
- parallel (1.22.0)
34
+ parallel (1.22.1)
35
35
  parser (3.1.1.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
@@ -49,11 +49,11 @@ GEM
49
49
  rspec-expectations (3.11.0)
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.11.0)
52
- rspec-mocks (3.11.0)
52
+ rspec-mocks (3.11.1)
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.26.0)
56
+ rubocop (1.26.1)
57
57
  parallel (~> 1.10)
58
58
  parser (>= 3.1.0.0)
59
59
  rainbow (>= 2.2.2, < 4.0)
@@ -73,7 +73,7 @@ GEM
73
73
  rubocop (>= 1.7.0, < 2.0)
74
74
  rubocop-rspec (2.9.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.3)
76
+ rubocop-vendor (0.8.5)
77
77
  rubocop (>= 0.53.0)
78
78
  ruby-progressbar (1.11.0)
79
79
  thor (0.20.3)
@@ -94,4 +94,4 @@ DEPENDENCIES
94
94
  ws-style!
95
95
 
96
96
  BUNDLED WITH
97
- 2.2.33
97
+ 2.3.10
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.13'.freeze
3
+ VERSION = '6.13.16'.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.13
4
+ version: 6.13.16
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-21 00:00:00.000000000 Z
11
+ date: 2022-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop