ws-style 6.14.5 → 6.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a652b1f6e7ca41edd00f40118b4dbda22f1fe660bc65286f40b09d8565c1094
4
- data.tar.gz: ced1f06d034dfa0847b8a857619a4243cb3bfe483307def9b25dd10eca1d68b8
3
+ metadata.gz: a55eb9383771e4927aef590882db5d3eecb156a22b82da439752d2acaa72e4e5
4
+ data.tar.gz: d60f8fb15f7b523f8858e2fd010fc0620bbd85da10764deaa67f00bbcacb51fa
5
5
  SHA512:
6
- metadata.gz: 511425d7162fc57a35126066655cacdea5cf13c1a2fc3e1b7c3c7db647ce9d0121720c42fb4378983d93d31c863a3d6edee52381c89e76eceeef34ccdafc364f
7
- data.tar.gz: adb717479cecba29d748617ce375525c7b7df226ba248fac4c16f8d7e1c32b27533009c7edc876d2c3f48bcd8c2b8d2f084c7aa2f28bf5e01b805305aaf0e63e
6
+ metadata.gz: 66a2898e53ae6afe4f888aa8756d1f8095dfd9b2dd18fc0bc5440b7e3dcc97816d084453b32f05936c3c8cb2d9190fb46dcdbe017d95c8069348a1773dd987ab
7
+ data.tar.gz: 62396ba227907bbecf8594e6393dc650b86ceedbd4dfb79b2c78609250d356755f63af0878e0ff65da8791e794f1cbd2580f68b08b2b5cec6e2008f6ebf1291a
@@ -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,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.7 - 2023-05-10
10
+ ### Changed
11
+ - Address rubocop warnings
12
+
13
+ ## 6.14.6 - 2023-04-28
14
+ ### Changed
15
+ - Removed support for Ruby 2 since it is EOL
16
+
9
17
  ## 6.14.5 - 2023-02-23
10
18
  ### Changed
11
19
  - 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.7)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -11,79 +11,82 @@ 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
- i18n (1.12.0)
30
+ i18n (1.13.0)
31
31
  concurrent-ruby (~> 1.0)
32
32
  json (2.6.3)
33
- minitest (5.17.0)
34
- parallel (1.22.1)
33
+ minitest (5.18.0)
34
+ parallel (1.23.0)
35
35
  parse_a_changelog (1.2.0)
36
36
  treetop (~> 1.6)
37
- parser (3.2.1.0)
37
+ parser (3.2.2.1)
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.7.0)
45
+ regexp_parser (2.8.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.1)
51
+ rspec-core (3.12.2)
52
52
  rspec-support (~> 3.12.0)
53
- rspec-expectations (3.12.2)
53
+ rspec-expectations (3.12.3)
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.50.2)
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.1)
71
71
  parser (>= 3.2.1.0)
72
- rubocop-capybara (2.17.1)
72
+ rubocop-capybara (2.18.0)
73
73
  rubocop (~> 1.41)
74
- rubocop-performance (1.16.0)
74
+ rubocop-factory_bot (2.22.0)
75
+ rubocop (~> 1.33)
76
+ rubocop-performance (1.17.1)
75
77
  rubocop (>= 1.7.0, < 2.0)
76
78
  rubocop-ast (>= 0.4.0)
77
- rubocop-rails (2.17.4)
79
+ rubocop-rails (2.19.1)
78
80
  activesupport (>= 4.2.0)
79
81
  rack (>= 1.1)
80
82
  rubocop (>= 1.33.0, < 2.0)
81
- rubocop-rspec (2.18.1)
83
+ rubocop-rspec (2.22.0)
82
84
  rubocop (~> 1.33)
83
85
  rubocop-capybara (~> 2.17)
84
- rubocop-vendor (0.8.11)
86
+ rubocop-factory_bot (~> 2.22)
87
+ rubocop-vendor (0.9.2)
85
88
  rubocop (>= 0.53.0)
86
- ruby-progressbar (1.11.0)
89
+ ruby-progressbar (1.13.0)
87
90
  thor (1.2.1)
88
91
  treetop (1.6.12)
89
92
  polyglot (~> 0.3)
@@ -104,4 +107,4 @@ DEPENDENCIES
104
107
  ws-style!
105
108
 
106
109
  BUNDLED WITH
107
- 2.4.6
110
+ 2.4.12
data/core.yml CHANGED
@@ -568,10 +568,6 @@ Style/MapToHash:
568
568
  Style/HashSyntax:
569
569
  EnforcedShorthandSyntax: never
570
570
 
571
- # rubocop-rspec 2.7
572
- RSpec/FactoryBot/SyntaxMethods:
573
- Enabled: False
574
-
575
571
  # rubocop 1.26
576
572
  Style/NestedFileDirname:
577
573
  Enabled: True
@@ -634,9 +630,6 @@ RSpec/ChangeByZero:
634
630
  Enabled: True
635
631
 
636
632
  # rubocop-rspec 2.12
637
- RSpec/Capybara/SpecificMatcher:
638
- Enabled: False
639
-
640
633
  RSpec/Rails/HaveHttpStatus:
641
634
  Enabled: True
642
635
 
@@ -646,3 +639,10 @@ RSpec/BeEq:
646
639
 
647
640
  RSpec/BeNil:
648
641
  Enabled: True
642
+
643
+ # rubocop-rspec 2.22
644
+ Capybara/SpecificMatcher:
645
+ Enabled: False
646
+
647
+ FactoryBot/SyntaxMethods:
648
+ Enabled: False
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.5'.freeze
3
+ VERSION = '6.14.7'.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.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: 2023-02-24 00:00:00.000000000 Z
11
+ date: 2023-05-11 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