ws-style 6.13.12 → 6.13.15

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: e6e215f83de732d1e81854b40e946ee1400fd2005aa40f8d33536e29a3a40a14
4
- data.tar.gz: 17d56e65a8ba1cbe101a15ee1740d515d329ca37ed9a6113c6fd5d04e2dd31ba
3
+ metadata.gz: 062efea6c17a78c2920cab89c51ff7e98ba2f9824563d5964133cd9f40f390c4
4
+ data.tar.gz: 685952f1c16812ed3e425da60006e6e136918cb0feb813b9d67ee7c61993bbe6
5
5
  SHA512:
6
- metadata.gz: 19485ab427c549651e7cc94a69f397c66291e5cc5f8598d8e51d1a3d0aa09c11a3c514ef4689f3528db2942cec6505592e0bad12b9453f8a373adeb99c163e7c
7
- data.tar.gz: 5e4ee925f2fc2fc2010575b19ed7c6d492734dbad87d6d7fcfebff2190b715b941e3c0da7b2c12aba7cb42dbe1475d9c80c5dfd232485c39700830e11506d668
6
+ metadata.gz: 0e57377df651531dbacf85a7910bf6a78544bc654c64f9ff34069bb30f8be5fb228f5f2fa795becabe300d3820698a981af71e84dac6659e816c607da33ffb53
7
+ data.tar.gz: 2e09366c8e4b3bb5868ac8d94386c9a5f3b82ef675537e0659445c4b1338087ec8423b4266d1b656e39dc7654634782b20c1a80fc842b500cb476ad5cc376aee
@@ -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,7 +4,20 @@ 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.15 - 2022-04-01
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.14 - 2022-03-28
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.13.13 - 2022-03-21
16
+ ### Changed
17
+ - Updated dependencies
18
+
7
19
  ## 6.13.12 - 2022-03-15
20
+ ### Changed
8
21
  - Updated dependencies
9
22
 
10
23
  ## 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.12)
4
+ ws-style (6.13.15)
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.21.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)
@@ -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.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)
@@ -67,13 +67,13 @@ 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.14.0)
70
+ rubocop-rails (2.14.2)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
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.4)
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.12'.freeze
3
+ VERSION = '6.13.15'.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.12
4
+ version: 6.13.15
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-15 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop