standard 1.9.0 → 1.9.1
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +4 -4
- data/lib/standard/version.rb +1 -1
- data/standard.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: d16d09b664369b92dbeb6b7a9646462785cee9116203f7f83c8340a1d1656bcd
|
|
4
|
+
data.tar.gz: 4a41de9620b60254069aba96e330931ce2a5420ab1107644aad8bce3e9aa2fe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f28501c9acae202d730cc8316f317bc00bb916f86ed3629cdd5eec5b5fbb7c4e12df3a33088de64fb1802f1cadeb44237f05403243c05de10f2c5ac5386aa5c1
|
|
7
|
+
data.tar.gz: 98d434544b5fe696c3b596767210c0fbff150f6e23184099fe9b62a7e3977db09a580cf6d2f0ce286e52131214c880e0058d2d16161bd4d726a64e0b032c8525
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.1
|
|
4
|
+
|
|
5
|
+
* Update rubocop from 1.26.0 to [1.26.1](https://github.com/rubocop/rubocop/tag/v1.26.1)
|
|
6
|
+
|
|
3
7
|
## 1.9.0
|
|
4
8
|
|
|
5
9
|
* Rule change to `Layout/CaseIndentation` to have the `when` and `in`s inside a case statement aligned with the `end` of the case. The `end` will be aligned with a variable instead of the `case` keyword if applicable.
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
standard (1.9.
|
|
5
|
-
rubocop (= 1.26.
|
|
4
|
+
standard (1.9.1)
|
|
5
|
+
rubocop (= 1.26.1)
|
|
6
6
|
rubocop-performance (= 1.13.3)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
@@ -14,7 +14,7 @@ GEM
|
|
|
14
14
|
gimme (0.5.0)
|
|
15
15
|
method_source (1.0.0)
|
|
16
16
|
minitest (5.15.0)
|
|
17
|
-
parallel (1.22.
|
|
17
|
+
parallel (1.22.1)
|
|
18
18
|
parser (3.1.1.0)
|
|
19
19
|
ast (~> 2.4.1)
|
|
20
20
|
pry (0.14.1)
|
|
@@ -24,7 +24,7 @@ GEM
|
|
|
24
24
|
rake (13.0.6)
|
|
25
25
|
regexp_parser (2.2.1)
|
|
26
26
|
rexml (3.2.5)
|
|
27
|
-
rubocop (1.26.
|
|
27
|
+
rubocop (1.26.1)
|
|
28
28
|
parallel (~> 1.10)
|
|
29
29
|
parser (>= 3.1.0.0)
|
|
30
30
|
rainbow (>= 2.2.2, < 4.0)
|
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.26.
|
|
22
|
+
spec.add_dependency "rubocop", "1.26.1"
|
|
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.9.
|
|
4
|
+
version: 1.9.1
|
|
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-03-
|
|
11
|
+
date: 2022-03-28 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.26.
|
|
19
|
+
version: 1.26.1
|
|
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.
|
|
26
|
+
version: 1.26.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
|
-
rubygems_version: 3.2.
|
|
117
|
+
rubygems_version: 3.2.32
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: Ruby Style Guide, with linter & automatic code fixer
|