ws-style 6.14.5 → 6.14.6
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 +4 -4
- data/.github/workflows/{pipeline.yml → default.yml} +3 -3
- data/.github/workflows/stale.yml +2 -2
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +18 -18
- data/lib/ws/style/version.rb +1 -1
- data/ws-style.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d60dc75478ff20cb803c771eac3941dab83449b106ae5cebd71bd7304804a82
|
|
4
|
+
data.tar.gz: 53c5b3a90c4ecdb159d9d7cbae5a53913027ca5801dcd6492a9ee54e9344ab61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da80bf26bc98fbeb9241199dc9ba33cb1b81f68fb52859fca82a63d6cdbff03629915da2d9ec5892b6039edfbe00972fbcb0a7776ba936f83729f4f444ed66fa
|
|
7
|
+
data.tar.gz: 38d47839aeef480278be75b56b9256bc71240ca90fae85fac32b86b8c697c0a93bf8bb17e8a8c233b27573f797ba9c56d8a81703b3ad2320789d01e8588f073a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
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-
|
|
12
|
+
runs-on: ubuntu-22.04
|
|
13
13
|
steps:
|
|
14
|
-
- uses: actions/checkout@
|
|
14
|
+
- uses: actions/checkout@v3
|
|
15
15
|
with:
|
|
16
16
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
17
17
|
- uses: ruby/setup-ruby@v1
|
data/.github/workflows/stale.yml
CHANGED
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
concurrent-ruby (1.2.2)
|
|
26
26
|
diff-lcs (1.5.0)
|
|
27
|
-
git (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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
81
|
+
rubocop-rspec (2.19.0)
|
|
82
82
|
rubocop (~> 1.33)
|
|
83
83
|
rubocop-capybara (~> 2.17)
|
|
84
|
-
rubocop-vendor (0.
|
|
84
|
+
rubocop-vendor (0.9.1)
|
|
85
85
|
rubocop (>= 0.53.0)
|
|
86
|
-
ruby-progressbar (1.
|
|
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.
|
|
107
|
+
2.4.12
|
data/lib/ws/style/version.rb
CHANGED
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 = '>=
|
|
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
|
+
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-
|
|
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/
|
|
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:
|
|
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.
|
|
221
|
+
rubygems_version: 3.2.33
|
|
222
222
|
signing_key:
|
|
223
223
|
specification_version: 4
|
|
224
224
|
summary: Shared rubocop config
|