ws-style 6.13.1 → 6.13.5

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: ec8f383640efde6278a5668bb65c4ee48602c7cb940f8443af2d6b37e8fd6457
4
- data.tar.gz: b84fd2c1f7c7619e2ddae9d198bf5296c3ad2f3b37c4c9f9a3996eb9706317fc
3
+ metadata.gz: 037da84be2b394b42f7ad88871b02616ead95249969e4d0c4d0d0af3ffca0324
4
+ data.tar.gz: ed3dcd4123ac5a41cd376c80358aa56a59f4875855bb1b2d076ed45030fbb083
5
5
  SHA512:
6
- metadata.gz: d4fcaa5a71f27888c49e338fc7c2ce0d3b8aebc6cad92c1e906175bb9ff1f270d7caab89e0b12e98002a1fd297fd67ffbf5f5ed9363bf091711882d81b07ff9d
7
- data.tar.gz: d88df75aa68b23e3ddb644c0e61f59a0b3e93d9fcd0d3eac4274c5f891c9ae4d04edb6b5b6a8aad507f7d6fc3d8a666588111dc80e2d86ee9b84f3f5bf73fe62
6
+ metadata.gz: d28945eeb98cb66250931b1ee37ea113c62fb028db8d115349a9373917cbef8cec2bd2474f43c2f55ef5b999a639c0bc05cdaef262abda59cd79633ca9c3af95
7
+ data.tar.gz: 6b8610ef7b20cb00d61c3b25c386973c5afed4dac39867561e59a48f72bc31ec4b918d95af29203e88985e13c40c22472c31353c360c38661dcb42b5fc18350f
@@ -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,11 +4,28 @@ 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.1 - 2021-01-07
7
+ ## 6.13.5 - 2022-01-24
8
+ ### Changed
9
+ - Updated dependencies
10
+ - Bumped Ruby to 2.7.5
11
+
12
+ ## 6.13.4 - 2022-01-17
13
+ ### Changed
14
+ - Updated dependencies
15
+
16
+ ## 6.13.3 - 2022-01-10
17
+ ### Changed
18
+ - Disable Rails/RedundantPresenceValidationOnBelongsTo as it can generate unsafe autocorrections
19
+
20
+ ## 6.13.2 - 2022-01-10
21
+ ### Changed
22
+ - Update rubocop-rails to 2.13.1
23
+
24
+ ## 6.13.1 - 2022-01-07
8
25
  ### Changed
9
26
  - Disable ruby 3.1 Hash shorthand syntax
10
27
 
11
- ## 6.13.0 - 2021-01-04
28
+ ## 6.13.0 - 2022-01-04
12
29
  ### Changed
13
30
  - Updated rubocop to 1.24.1 and opted into new cops
14
31
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.1)
4
+ ws-style (6.13.5)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -22,7 +22,7 @@ GEM
22
22
  thor (>= 0.18, < 2)
23
23
  concurrent-ruby (1.1.9)
24
24
  diff-lcs (1.5.0)
25
- git (1.10.1)
25
+ git (1.10.2)
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.8.11)
28
28
  concurrent-ruby (~> 1.0)
@@ -35,7 +35,7 @@ GEM
35
35
  parser (3.1.0.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
38
- rainbow (3.0.0)
38
+ rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
41
  regexp_parser (2.2.0)
@@ -46,16 +46,16 @@ GEM
46
46
  rspec-mocks (~> 3.10.0)
47
47
  rspec-core (3.10.1)
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
52
  rspec-mocks (3.10.2)
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.0)
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,14 +64,14 @@ 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.0)
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
76
  rubocop-vendor (0.8.0)
77
77
  rubocop (>= 0.53.0)
data/core.yml CHANGED
@@ -565,4 +565,4 @@ Style/HashSyntax:
565
565
 
566
566
  # rubocop-rspec 2.7
567
567
  RSpec/FactoryBot/SyntaxMethods:
568
- Enabled: false
568
+ Enabled: False
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.1'.freeze
3
+ VERSION = '6.13.5'.freeze
4
4
  end
5
5
  end
data/rails.yml CHANGED
@@ -103,7 +103,7 @@ Rails/DurationArithmetic:
103
103
  Enabled: True
104
104
 
105
105
  Rails/RedundantPresenceValidationOnBelongsTo:
106
- Enabled: True
106
+ Enabled: False
107
107
 
108
108
  Rails/RootJoinChain:
109
109
  Enabled: True
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.1
4
+ version: 6.13.5
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-07 00:00:00.000000000 Z
11
+ date: 2022-01-24 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"