ws-style 6.14.5 → 6.14.6

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: 0a652b1f6e7ca41edd00f40118b4dbda22f1fe660bc65286f40b09d8565c1094
4
- data.tar.gz: ced1f06d034dfa0847b8a857619a4243cb3bfe483307def9b25dd10eca1d68b8
3
+ metadata.gz: 0d60dc75478ff20cb803c771eac3941dab83449b106ae5cebd71bd7304804a82
4
+ data.tar.gz: 53c5b3a90c4ecdb159d9d7cbae5a53913027ca5801dcd6492a9ee54e9344ab61
5
5
  SHA512:
6
- metadata.gz: 511425d7162fc57a35126066655cacdea5cf13c1a2fc3e1b7c3c7db647ce9d0121720c42fb4378983d93d31c863a3d6edee52381c89e76eceeef34ccdafc364f
7
- data.tar.gz: adb717479cecba29d748617ce375525c7b7df226ba248fac4c16f8d7e1c32b27533009c7edc876d2c3f48bcd8c2b8d2f084c7aa2f28bf5e01b805305aaf0e63e
6
+ metadata.gz: da80bf26bc98fbeb9241199dc9ba33cb1b81f68fb52859fca82a63d6cdbff03629915da2d9ec5892b6039edfbe00972fbcb0a7776ba936f83729f4f444ed66fa
7
+ data.tar.gz: 38d47839aeef480278be75b56b9256bc71240ca90fae85fac32b86b8c697c0a93bf8bb17e8a8c233b27573f797ba9c56d8a81703b3ad2320789d01e8588f073a
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: Pipeline
2
+ name: Default
3
3
  on:
4
4
  - push
5
5
  concurrency:
@@ -9,9 +9,9 @@ concurrency:
9
9
  jobs:
10
10
  build:
11
11
  name: Build
12
- runs-on: ubuntu-20.04
12
+ runs-on: ubuntu-22.04
13
13
  steps:
14
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v3
15
15
  with:
16
16
  ref: ${{ github.event.pull_request.head.sha }}
17
17
  - uses: ruby/setup-ruby@v1
@@ -5,9 +5,9 @@ on:
5
5
 
6
6
  jobs:
7
7
  stale:
8
- runs-on: ubuntu-latest
8
+ runs-on: ubuntu-22.04
9
9
  steps:
10
- - uses: actions/stale@v4
10
+ - uses: actions/stale@v8
11
11
  with:
12
12
  days-before-stale: 30
13
13
  days-before-close: 30
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.7
1
+ 3.0.6
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 6.14.6 - 2023-04-28
10
+ ### Changed
11
+ - Removed support for Ruby 2 since it is EOL
12
+
9
13
  ## 6.14.5 - 2023-02-23
10
14
  ### Changed
11
15
  - Remove use of toolbox-script in Github workflows
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.5)
4
+ ws-style (6.14.6)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -11,34 +11,34 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.4.2)
14
+ activesupport (7.0.4.3)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
- addressable (2.8.1)
19
+ addressable (2.8.4)
20
20
  public_suffix (>= 2.0.2, < 6.0)
21
21
  ast (2.4.2)
22
22
  bundler-audit (0.9.1)
23
23
  bundler (>= 1.2.0, < 3)
24
24
  thor (~> 1.0)
25
- concurrent-ruby (1.2.0)
25
+ concurrent-ruby (1.2.2)
26
26
  diff-lcs (1.5.0)
27
- git (1.13.2)
27
+ git (1.18.0)
28
28
  addressable (~> 2.8)
29
29
  rchardet (~> 1.8)
30
30
  i18n (1.12.0)
31
31
  concurrent-ruby (~> 1.0)
32
32
  json (2.6.3)
33
- minitest (5.17.0)
33
+ minitest (5.18.0)
34
34
  parallel (1.22.1)
35
35
  parse_a_changelog (1.2.0)
36
36
  treetop (~> 1.6)
37
- parser (3.2.1.0)
37
+ parser (3.2.2.0)
38
38
  ast (~> 2.4.1)
39
39
  polyglot (0.3.5)
40
40
  public_suffix (5.0.1)
41
- rack (3.0.4.1)
41
+ rack (3.0.7)
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
44
  rchardet (1.8.0)
@@ -53,37 +53,37 @@ GEM
53
53
  rspec-expectations (3.12.2)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.12.0)
56
- rspec-mocks (3.12.3)
56
+ rspec-mocks (3.12.5)
57
57
  diff-lcs (>= 1.2.0, < 2.0)
58
58
  rspec-support (~> 3.12.0)
59
59
  rspec-support (3.12.0)
60
- rubocop (1.45.1)
60
+ rubocop (1.49.0)
61
61
  json (~> 2.3)
62
62
  parallel (~> 1.10)
63
63
  parser (>= 3.2.0.0)
64
64
  rainbow (>= 2.2.2, < 4.0)
65
65
  regexp_parser (>= 1.8, < 3.0)
66
66
  rexml (>= 3.2.5, < 4.0)
67
- rubocop-ast (>= 1.24.1, < 2.0)
67
+ rubocop-ast (>= 1.28.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 2.4.0, < 3.0)
70
- rubocop-ast (1.26.0)
70
+ rubocop-ast (1.28.0)
71
71
  parser (>= 3.2.1.0)
72
72
  rubocop-capybara (2.17.1)
73
73
  rubocop (~> 1.41)
74
- rubocop-performance (1.16.0)
74
+ rubocop-performance (1.17.1)
75
75
  rubocop (>= 1.7.0, < 2.0)
76
76
  rubocop-ast (>= 0.4.0)
77
- rubocop-rails (2.17.4)
77
+ rubocop-rails (2.19.0)
78
78
  activesupport (>= 4.2.0)
79
79
  rack (>= 1.1)
80
80
  rubocop (>= 1.33.0, < 2.0)
81
- rubocop-rspec (2.18.1)
81
+ rubocop-rspec (2.19.0)
82
82
  rubocop (~> 1.33)
83
83
  rubocop-capybara (~> 2.17)
84
- rubocop-vendor (0.8.11)
84
+ rubocop-vendor (0.9.1)
85
85
  rubocop (>= 0.53.0)
86
- ruby-progressbar (1.11.0)
86
+ ruby-progressbar (1.13.0)
87
87
  thor (1.2.1)
88
88
  treetop (1.6.12)
89
89
  polyglot (~> 0.3)
@@ -104,4 +104,4 @@ DEPENDENCIES
104
104
  ws-style!
105
105
 
106
106
  BUNDLED WITH
107
- 2.4.6
107
+ 2.4.12
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.5'.freeze
3
+ VERSION = '6.14.6'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.bindir = 'exe'
21
21
  s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  s.require_paths = ['lib']
23
- s.required_ruby_version = '>= 2.7.3'
23
+ s.required_ruby_version = '>= 3.0'
24
24
 
25
25
  s.add_dependency 'rubocop', '>= 1.36'
26
26
  s.add_dependency 'rubocop-performance', '>= 1.10.2'
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.14.5
4
+ version: 6.14.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-24 00:00:00.000000000 Z
11
+ date: 2023-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -174,7 +174,7 @@ extra_rdoc_files: []
174
174
  files:
175
175
  - ".github/CODEOWNERS"
176
176
  - ".github/PULL_REQUEST_TEMPLATE.md"
177
- - ".github/workflows/pipeline.yml"
177
+ - ".github/workflows/default.yml"
178
178
  - ".github/workflows/stale.yml"
179
179
  - ".gitignore"
180
180
  - ".rspec"
@@ -211,14 +211,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - ">="
213
213
  - !ruby/object:Gem::Version
214
- version: 2.7.3
214
+ version: '3.0'
215
215
  required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  requirements:
217
217
  - - ">="
218
218
  - !ruby/object:Gem::Version
219
219
  version: '0'
220
220
  requirements: []
221
- rubygems_version: 3.1.6
221
+ rubygems_version: 3.2.33
222
222
  signing_key:
223
223
  specification_version: 4
224
224
  summary: Shared rubocop config