ws-style 6.13.14 → 6.13.15

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: 4e875e8a3fa68293ecf74e120063191a4b8ecc3c1936e669818fa5d767b4cb2c
4
- data.tar.gz: 71ee47f2e3af3962aa07e704a4a2db79407cb7a097f42b77cd38685b8d1dc16e
3
+ metadata.gz: 062efea6c17a78c2920cab89c51ff7e98ba2f9824563d5964133cd9f40f390c4
4
+ data.tar.gz: 685952f1c16812ed3e425da60006e6e136918cb0feb813b9d67ee7c61993bbe6
5
5
  SHA512:
6
- metadata.gz: 77443c9e1ddd587b5c818be261592c5e813f68eb58d648e63d77fda303b852b0b2f9790e9c4160177a65a235daf1e959ae8bc92ea8f1473cdf05c1c5138f1271
7
- data.tar.gz: bb5dba0fc8dc9e6056dc408fa4ab1c5fdd8920af2d210174b16097599b18bc4fba8da91fa9196e0626a25d718a76f9a4734d02a71468a85b7c1b8a9df6baf391
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,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.13.15 - 2022-04-01
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.13.14 - 2022-03-28
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.14)
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)
@@ -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.14'.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.14
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-28 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