ws-style 6.13.23 → 6.13.24

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: be87240b3b4baf8a2b7958ccb72b0ba72e2d200abb51a8874406de53585a81c7
4
- data.tar.gz: d8fc5865d3baed4eb142c4658da33161fecfae0bf0f6ae69d86fb19a5f1e50ed
3
+ metadata.gz: d64a3f4081b0ba463f72514f8c8e8c12f0fca98d9e5d714ac807726e412a2bec
4
+ data.tar.gz: 577c9e47c4d26df280c7ed3a39a596d837ccd1ff6b427adb109dbcb155fda881
5
5
  SHA512:
6
- metadata.gz: 64075ecf91814baf5252896fe4693a1537e9eb83b653dbab6d8fb9dd249250f5e36e1fd25712956fe124f0959a72f9e9546b25e80cd5db60b8c20408d427a32b
7
- data.tar.gz: '018ea08e61bad25252086383abab5ec52edf0abcacc02aba971deee320f40550ee56b00e4e17198891f92d42b03869a85396945eb5e93c4a3382fd8b321726be'
6
+ metadata.gz: 10684197b9f4454740903b93b48168f0c9bf5517ac4086e5677675fab41e57c75d6ad3722ab9fcb23707f5ff3cacb332098fece0141981a40d10426b2f8f0949
7
+ data.tar.gz: 847aea905eeab3bd36a2e12bb0c7797519a56ab8bf37ac6c2f162da918b65b5e22ca8a94292744e2a59320bb359127628cf58d01ea10cbe780ea63e1b2888eb3
@@ -1,7 +1,7 @@
1
1
  name: 'Close stale PRs'
2
2
  on:
3
3
  schedule:
4
- - cron: '30 6 * * *' # 6:30 am UTC: 1:30 am EST
4
+ - cron: '30 6 1 * *' # 6:30 am UTC: 1:30 am EST on 1st day of the month
5
5
 
6
6
  jobs:
7
7
  stale:
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.24 - 2022-06-27
8
+ ### Changed
9
+ - Replaced Gemspec/DateAssignment with Gemspec/DeprecatedAttributesAssignment
10
+
7
11
  ## 6.13.23 - 2022-05-16
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.23)
5
- rubocop (>= 1.23)
4
+ ws-style (6.13.24)
5
+ rubocop (>= 1.30)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
8
8
  rubocop-rspec (>= 2.2.0)
@@ -26,19 +26,19 @@ GEM
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.10.0)
28
28
  concurrent-ruby (~> 1.0)
29
- json (2.6.1)
29
+ json (2.6.2)
30
30
  keepachangelog (0.6.1)
31
31
  json (~> 2.1)
32
32
  thor (~> 0.20)
33
- minitest (5.15.0)
33
+ minitest (5.16.1)
34
34
  parallel (1.22.1)
35
35
  parser (3.1.2.0)
36
36
  ast (~> 2.4.1)
37
- rack (2.2.3)
37
+ rack (2.2.3.1)
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
- regexp_parser (2.4.0)
41
+ regexp_parser (2.5.0)
42
42
  rexml (3.2.5)
43
43
  rspec (3.11.0)
44
44
  rspec-core (~> 3.11.0)
@@ -53,33 +53,33 @@ 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.29.1)
56
+ rubocop (1.31.0)
57
57
  parallel (~> 1.10)
58
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 (>= 3.2.5, < 4.0)
62
- rubocop-ast (>= 1.17.0, < 2.0)
62
+ rubocop-ast (>= 1.18.0, < 2.0)
63
63
  ruby-progressbar (~> 1.7)
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
65
  rubocop-ast (1.18.0)
66
66
  parser (>= 3.1.1.0)
67
- rubocop-performance (1.13.3)
67
+ rubocop-performance (1.14.2)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.14.2)
70
+ rubocop-rails (2.15.1)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
74
- rubocop-rspec (2.10.0)
74
+ rubocop-rspec (2.11.1)
75
75
  rubocop (~> 1.19)
76
- rubocop-vendor (0.8.9)
76
+ rubocop-vendor (0.8.10)
77
77
  rubocop (>= 0.53.0)
78
78
  ruby-progressbar (1.11.0)
79
79
  thor (0.20.3)
80
80
  tzinfo (2.0.4)
81
81
  concurrent-ruby (~> 1.0)
82
- unicode-display_width (2.1.0)
82
+ unicode-display_width (2.2.0)
83
83
 
84
84
  PLATFORMS
85
85
  ruby
@@ -94,4 +94,4 @@ DEPENDENCIES
94
94
  ws-style!
95
95
 
96
96
  BUNDLED WITH
97
- 2.3.12
97
+ 2.3.16
data/core.yml CHANGED
@@ -437,8 +437,8 @@ Lint/TripleQuotes:
437
437
  Style/IfWithBooleanLiteralBranches:
438
438
  Enabled: False
439
439
 
440
- # rubocop 1.10
441
- Gemspec/DateAssignment:
440
+ # rubocop 1.30
441
+ Gemspec/DeprecatedAttributeAssignment:
442
442
  Enabled: True
443
443
 
444
444
  # rubocop 1.23
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.23'.freeze
3
+ VERSION = '6.13.24'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ['lib']
23
23
  s.required_ruby_version = '>= 2.7.2'
24
24
 
25
- s.add_dependency 'rubocop', '>= 1.23'
25
+ s.add_dependency 'rubocop', '>= 1.30'
26
26
  s.add_dependency 'rubocop-performance', '>= 1.10.2'
27
27
  s.add_dependency 'rubocop-rails', '>= 2.9.1'
28
28
  s.add_dependency 'rubocop-rspec', '>= 2.2.0'
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.23
4
+ version: 6.13.24
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-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.23'
19
+ version: '1.30'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.23'
26
+ version: '1.30'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement