ws-style 6.13.3 → 6.13.7

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: 9314ff46b1de8664e1dc5a36c3e368fdb9ec68e4a5ed18cd5678e1cd9677e09c
4
- data.tar.gz: b6dc03a58a031c11307c179d36e47dddae4c0895f978594e5428ff71b72ceeec
3
+ metadata.gz: ae08f7f4676874920318a348dcbfef4dd9fd36cd916208feed1d3e7db44c4c5e
4
+ data.tar.gz: 3a0d36c4a23f7bdd14e82c2ac226921353930cbb72da5989c5fa7e1f813d4d0d
5
5
  SHA512:
6
- metadata.gz: 38dbc3af17d59e3e49fe235b92879b10c00728ab3a5a21524460153dee1744fdcd2f6cfab02e6bc8046841858c9ff71ae3cb6b1ca33e9b4e4b7b4caff5f8c474
7
- data.tar.gz: 0775275df27fcbe61bcd906e1f3f0fe773bbcb141324fdd5d2f8257d398fc65dd9dfd09dc1374965743d84437cba84dd61b26e97ae8c5bb8b97dabbf78c578df
6
+ metadata.gz: a38e9b8a8ea6953e58515974a1424eabaf47300418ae327880539253bdaeea8693c98c5628305a479c670ab1dbeed7d15df2438223abbc883019deb43b05ee2c
7
+ data.tar.gz: 736f8aab85f9bd46dd214d6f9e153da86648cf4b57361b014ddd0516fd7c9b441656b4d18fcc1dc3102de53ab36da5fac7c74ace3967c23dc33b594e243437dc
@@ -0,0 +1,20 @@
1
+ name: 'Close stale PRs'
2
+ on:
3
+ schedule:
4
+ - cron: '30 6 * * *' # 6:30 am UTC: 1:30 am EST
5
+
6
+ jobs:
7
+ stale:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/stale@v4
11
+ with:
12
+ days-before-stale: 30
13
+ days-before-close: 60
14
+ stale-pr-message: >
15
+ This issue has been automatically marked as stale because it has not had
16
+ recent activity. It will be closed if no further activity occurs.
17
+ close-pr-message: >
18
+ This issue has been automatically closed because it has had no activity
19
+ for over 90 days. Please re-open if you feel this was done in error.
20
+ exempt-pr-labels: 'dependabot,depfu,dependencies,security'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.4
1
+ 2.7.5
data/CHANGELOG.md CHANGED
@@ -4,19 +4,36 @@ 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.3 - 2021-01-10
7
+ ## 6.13.7 - 2022-02-07
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.6 - 2022-01-31
12
+ ### Changed
13
+ - Updated dependencies
14
+
15
+ ## 6.13.5 - 2022-01-24
16
+ ### Changed
17
+ - Updated dependencies
18
+ - Bumped Ruby to 2.7.5
19
+
20
+ ## 6.13.4 - 2022-01-17
21
+ ### Changed
22
+ - Updated dependencies
23
+
24
+ ## 6.13.3 - 2022-01-10
8
25
  ### Changed
9
26
  - Disable Rails/RedundantPresenceValidationOnBelongsTo as it can generate unsafe autocorrections
10
27
 
11
- ## 6.13.2 - 2021-01-10
28
+ ## 6.13.2 - 2022-01-10
12
29
  ### Changed
13
30
  - Update rubocop-rails to 2.13.1
14
31
 
15
- ## 6.13.1 - 2021-01-07
32
+ ## 6.13.1 - 2022-01-07
16
33
  ### Changed
17
34
  - Disable ruby 3.1 Hash shorthand syntax
18
35
 
19
- ## 6.13.0 - 2021-01-04
36
+ ## 6.13.0 - 2022-01-04
20
37
  ### Changed
21
38
  - Updated rubocop to 1.24.1 and opted into new cops
22
39
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.3)
4
+ ws-style (6.13.7)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -24,7 +24,7 @@ GEM
24
24
  diff-lcs (1.5.0)
25
25
  git (1.10.2)
26
26
  rchardet (~> 1.8)
27
- i18n (1.8.11)
27
+ i18n (1.9.1)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.6.1)
30
30
  keepachangelog (0.6.1)
@@ -44,18 +44,18 @@ GEM
44
44
  rspec-core (~> 3.10.0)
45
45
  rspec-expectations (~> 3.10.0)
46
46
  rspec-mocks (~> 3.10.0)
47
- rspec-core (3.10.1)
47
+ rspec-core (3.10.2)
48
48
  rspec-support (~> 3.10.0)
49
- rspec-expectations (3.10.1)
49
+ rspec-expectations (3.10.2)
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.10.0)
52
- rspec-mocks (3.10.2)
52
+ rspec-mocks (3.10.3)
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.10.0)
55
55
  rspec-support (3.10.3)
56
- rubocop (1.24.1)
56
+ rubocop (1.25.1)
57
57
  parallel (~> 1.10)
58
- parser (>= 3.0.0.0)
58
+ parser (>= 3.1.0.0)
59
59
  rainbow (>= 2.2.2, < 4.0)
60
60
  regexp_parser (>= 1.8, < 3.0)
61
61
  rexml
@@ -64,16 +64,16 @@ GEM
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
65
  rubocop-ast (1.15.1)
66
66
  parser (>= 3.0.1.1)
67
- rubocop-performance (1.13.1)
67
+ rubocop-performance (1.13.2)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.13.1)
70
+ rubocop-rails (2.13.2)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
- rubocop-rspec (2.7.0)
74
+ rubocop-rspec (2.8.0)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.0)
76
+ rubocop-vendor (0.8.1)
77
77
  rubocop (>= 0.53.0)
78
78
  ruby-progressbar (1.11.0)
79
79
  thor (0.20.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.3'.freeze
3
+ VERSION = '6.13.7'.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.3
4
+ version: 6.13.7
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-01-12 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -175,6 +175,7 @@ files:
175
175
  - ".github/CODEOWNERS"
176
176
  - ".github/PULL_REQUEST_TEMPLATE.md"
177
177
  - ".github/workflows/pipeline.yml"
178
+ - ".github/workflows/stale.yml"
178
179
  - ".gitignore"
179
180
  - ".rspec"
180
181
  - ".rubocop.yml"