ws-style 6.14.4 → 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: 74e155a1867264224c2aa6c44282093f97b4b0ebc78cbedcb0a5561d9778a029
4
- data.tar.gz: d806c88b2b72e772b04fd72fb8d97339e3cbaff1af87308ba797bf5fe159bd72
3
+ metadata.gz: 0d60dc75478ff20cb803c771eac3941dab83449b106ae5cebd71bd7304804a82
4
+ data.tar.gz: 53c5b3a90c4ecdb159d9d7cbae5a53913027ca5801dcd6492a9ee54e9344ab61
5
5
  SHA512:
6
- metadata.gz: d86699b8c7c3e775dfd3791ba0a7e3db6bc9643559b50023f17cebe4cc312ed76a26dd9185be1ce13cd1c41c3421bb5b276b404896aa38198889fb4f9dbe145f
7
- data.tar.gz: 1365f63d8af96476e86f50727330a0c58ea833f0c8ac41aff0928f31d62e33721d6134c59c19e3b74e669fd497e0d96915c2b7464cebb33aacd2ef6fd65b6872
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
@@ -20,10 +20,11 @@ jobs:
20
20
  - name: Fetch main branch
21
21
  run: git fetch origin main
22
22
  - uses: r7kamura/rubocop-problem-matchers-action@v1
23
- - uses: wealthsimple/toolbox-script@main
24
- name: RuboCop
25
- with:
26
- script: toolbox.ruby.lint.run()
23
+ - name: Lint
24
+ run: |
25
+ bundle exec rubocop
26
+ bundle exec bundle-audit update
27
+ bundle exec bundle-audit check
27
28
  - name: Run rspec
28
29
  run: bundle exec rspec
29
30
  - name: Release the gem
@@ -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,14 @@ 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
+
13
+ ## 6.14.5 - 2023-02-23
14
+ ### Changed
15
+ - Remove use of toolbox-script in Github workflows
16
+
9
17
  ## 6.14.4 - 2023-01-31
10
18
  ### Changed
11
19
  - Upgraded to ruby 3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.4)
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,79 +11,79 @@ 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.1)
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.0.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)
45
- regexp_parser (2.6.2)
45
+ regexp_parser (2.7.0)
46
46
  rexml (3.2.5)
47
47
  rspec (3.12.0)
48
48
  rspec-core (~> 3.12.0)
49
49
  rspec-expectations (~> 3.12.0)
50
50
  rspec-mocks (~> 3.12.0)
51
- rspec-core (3.12.0)
51
+ rspec-core (3.12.1)
52
52
  rspec-support (~> 3.12.0)
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.44.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.24.1)
71
- parser (>= 3.1.1.0)
72
- rubocop-capybara (2.17.0)
70
+ rubocop-ast (1.28.0)
71
+ parser (>= 3.2.1.0)
72
+ rubocop-capybara (2.17.1)
73
73
  rubocop (~> 1.41)
74
- rubocop-performance (1.15.2)
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.10)
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.4'.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.4
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-02 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