standard 1.10.0 → 1.11.0
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/update.yml +1 -1
- data/CHANGELOG.md +11 -7
- data/Gemfile.lock +6 -6
- data/config/base.yml +10 -1
- data/lib/standard/version.rb +1 -1
- data/standard.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 160bbb3b30393c05c6c1c5a03bd1456c5cb5ae89fd5157ebc6582a04c14863d0
|
|
4
|
+
data.tar.gz: c08c42c4f0cbcf9c6ccea76965bfdaa7576a4f88d5cb213340437e06bbed4f70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58e58fcc64e812c1a79341f355789d4a6a81a9d2b1e4238733fe73a413102baa2cfb4cfd47460de8bd4a9f77a73d0faaa3dd9e55892cc0f451a8e10751d7c6d9
|
|
7
|
+
data.tar.gz: f68af3cd1c571bf8a9468a924032d35bd8641b313b60a55278c48f3a74c4c6740835a9f3a34a5cac104bb3ffef7fb610cfdb6559f1fe45875fc1cb60c6b75074
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
run: |
|
|
31
31
|
eval "$(bundle outdated rubocop rubocop-performance |
|
|
32
32
|
grep rubocop |
|
|
33
|
-
awk '{print "sed -i \"2i* Update "$1" from "$2" to ["$3"](https://github.com/rubocop/"$1"/tag/v"$3")\" CHANGELOG.md"}' - )";
|
|
33
|
+
awk '{print "sed -i \"2i* Update "$1" from "$2" to ["$3"](https://github.com/rubocop/"$1"/releases/tag/v"$3")\" CHANGELOG.md"}' - )";
|
|
34
34
|
sed -i '2i\\n## Unreleased\n' CHANGELOG.md;
|
|
35
35
|
- name: Update Gemspec
|
|
36
36
|
run: |
|
data/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
* Update rubocop from 1.27.0 to [1.28.2](https://github.com/rubocop/rubocop/releases/tag/v1.28.2)
|
|
6
|
+
|
|
3
7
|
## 1.10.0
|
|
4
8
|
|
|
5
|
-
* Update rubocop from 1.26.1 to [1.27.0](https://github.com/rubocop/rubocop/tag/v1.27.0)
|
|
9
|
+
* Update rubocop from 1.26.1 to [1.27.0](https://github.com/rubocop/rubocop/releases/tag/v1.27.0)
|
|
6
10
|
|
|
7
11
|
## 1.9.1
|
|
8
12
|
|
|
9
|
-
* Update rubocop from 1.26.0 to [1.26.1](https://github.com/rubocop/rubocop/tag/v1.26.1)
|
|
13
|
+
* Update rubocop from 1.26.0 to [1.26.1](https://github.com/rubocop/rubocop/releases/tag/v1.26.1)
|
|
10
14
|
|
|
11
15
|
## 1.9.0
|
|
12
16
|
|
|
@@ -14,7 +18,7 @@
|
|
|
14
18
|
|
|
15
19
|
## 1.8.0
|
|
16
20
|
|
|
17
|
-
* Update rubocop from 1.25.1 to [1.26.0](https://github.com/rubocop/rubocop/tag/v1.26.0)
|
|
21
|
+
* Update rubocop from 1.25.1 to [1.26.0](https://github.com/rubocop/rubocop/releases/tag/v1.26.0)
|
|
18
22
|
|
|
19
23
|
## 1.7.3
|
|
20
24
|
|
|
@@ -26,22 +30,22 @@
|
|
|
26
30
|
|
|
27
31
|
## 1.7.1
|
|
28
32
|
|
|
29
|
-
* Update rubocop from 1.25.0 to [1.25.1](https://github.com/rubocop/rubocop/tag/v1.25.1)
|
|
33
|
+
* Update rubocop from 1.25.0 to [1.25.1](https://github.com/rubocop/rubocop/releases/tag/v1.25.1)
|
|
30
34
|
|
|
31
35
|
## 1.7.0
|
|
32
36
|
|
|
33
37
|
* Update rubocop-performance from 1.13.1 to [1.13.2](https://github.com/rubocop/rubocop-performance/tag/v1.13.2)
|
|
34
|
-
* Update rubocop from 1.24.1 to [1.25.0](https://github.com/rubocop/rubocop/tag/v1.25.0)
|
|
38
|
+
* Update rubocop from 1.24.1 to [1.25.0](https://github.com/rubocop/rubocop/releases/tag/v1.25.0)
|
|
35
39
|
|
|
36
40
|
## 1.6.0
|
|
37
41
|
|
|
38
42
|
* Update rubocop-performance from 1.12.0 to [1.13.1](https://github.com/rubocop/rubocop-performance/tag/v1.13.1)
|
|
39
|
-
* Update rubocop from 1.23.0 to [1.24.1](https://github.com/rubocop/rubocop/tag/v1.24.1)
|
|
43
|
+
* Update rubocop from 1.23.0 to [1.24.1](https://github.com/rubocop/rubocop/releases/tag/v1.24.1)
|
|
40
44
|
|
|
41
45
|
## 1.5.0
|
|
42
46
|
|
|
43
47
|
* Update rubocop-performance from 1.11.5 to [1.12.0](https://github.com/rubocop/rubocop-performance/tag/v1.12.0)
|
|
44
|
-
* Update rubocop from 1.22.3 to [1.23.0](https://github.com/rubocop/rubocop/tag/v1.23.0)
|
|
48
|
+
* Update rubocop from 1.22.3 to [1.23.0](https://github.com/rubocop/rubocop/releases/tag/v1.23.0)
|
|
45
49
|
|
|
46
50
|
## 1.4.0
|
|
47
51
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
standard (1.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
standard (1.11.0)
|
|
5
|
+
rubocop (= 1.28.2)
|
|
6
6
|
rubocop-performance (= 1.13.3)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
@@ -15,22 +15,22 @@ GEM
|
|
|
15
15
|
method_source (1.0.0)
|
|
16
16
|
minitest (5.15.0)
|
|
17
17
|
parallel (1.22.1)
|
|
18
|
-
parser (3.1.
|
|
18
|
+
parser (3.1.2.0)
|
|
19
19
|
ast (~> 2.4.1)
|
|
20
20
|
pry (0.14.1)
|
|
21
21
|
coderay (~> 1.1)
|
|
22
22
|
method_source (~> 1.0)
|
|
23
23
|
rainbow (3.1.1)
|
|
24
24
|
rake (13.0.6)
|
|
25
|
-
regexp_parser (2.3.
|
|
25
|
+
regexp_parser (2.3.1)
|
|
26
26
|
rexml (3.2.5)
|
|
27
|
-
rubocop (1.
|
|
27
|
+
rubocop (1.28.2)
|
|
28
28
|
parallel (~> 1.10)
|
|
29
29
|
parser (>= 3.1.0.0)
|
|
30
30
|
rainbow (>= 2.2.2, < 4.0)
|
|
31
31
|
regexp_parser (>= 1.8, < 3.0)
|
|
32
32
|
rexml
|
|
33
|
-
rubocop-ast (>= 1.
|
|
33
|
+
rubocop-ast (>= 1.17.0, < 2.0)
|
|
34
34
|
ruby-progressbar (~> 1.7)
|
|
35
35
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
36
36
|
rubocop-ast (1.17.0)
|
data/config/base.yml
CHANGED
|
@@ -235,7 +235,7 @@ Layout/IndentationStyle:
|
|
|
235
235
|
Layout/IndentationWidth:
|
|
236
236
|
Enabled: true
|
|
237
237
|
Width: 2
|
|
238
|
-
|
|
238
|
+
AllowedPatterns: []
|
|
239
239
|
|
|
240
240
|
Layout/InitialIndentation:
|
|
241
241
|
Enabled: true
|
|
@@ -1057,6 +1057,9 @@ Performance/StringIdentifierArgument:
|
|
|
1057
1057
|
Security/Eval:
|
|
1058
1058
|
Enabled: true
|
|
1059
1059
|
|
|
1060
|
+
Security/CompoundHash:
|
|
1061
|
+
Enabled: true
|
|
1062
|
+
|
|
1060
1063
|
Security/JSONLoad:
|
|
1061
1064
|
Enabled: true
|
|
1062
1065
|
AutoCorrect: false
|
|
@@ -1272,6 +1275,9 @@ Style/ExplicitBlockArgument:
|
|
|
1272
1275
|
Style/ExponentialNotation:
|
|
1273
1276
|
Enabled: false
|
|
1274
1277
|
|
|
1278
|
+
Style/FetchEnvVar:
|
|
1279
|
+
Enabled: false
|
|
1280
|
+
|
|
1275
1281
|
Style/FloatDivision:
|
|
1276
1282
|
Enabled: false
|
|
1277
1283
|
|
|
@@ -1506,6 +1512,9 @@ Style/NumericLiterals:
|
|
|
1506
1512
|
Style/NumericPredicate:
|
|
1507
1513
|
Enabled: false
|
|
1508
1514
|
|
|
1515
|
+
Style/ObjectThen:
|
|
1516
|
+
Enabled: false
|
|
1517
|
+
|
|
1509
1518
|
Style/OneLineConditional:
|
|
1510
1519
|
Enabled: true
|
|
1511
1520
|
|
data/lib/standard/version.rb
CHANGED
data/standard.gemspec
CHANGED
|
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
20
|
spec.require_paths = ["lib"]
|
|
21
21
|
|
|
22
|
-
spec.add_dependency "rubocop", "1.
|
|
22
|
+
spec.add_dependency "rubocop", "1.28.2"
|
|
23
23
|
spec.add_dependency "rubocop-performance", "1.13.3"
|
|
24
24
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Searls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-25 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.
|
|
19
|
+
version: 1.28.2
|
|
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.
|
|
26
|
+
version: 1.28.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|