gnar-style 0.8.0 → 0.9.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/CHANGELOG.md +6 -0
- data/gnar-style.gemspec +1 -1
- data/lib/gnar/style/version.rb +1 -1
- data/rubocop/rubocop.yml +3 -3
- 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: 991862bd789ea72ec44319bdd2d7ce14efbce9c472a0e28aa2ce67f82390101a
|
|
4
|
+
data.tar.gz: 9923a1958f58c8ed436462ce2785ac34c2fc68c318e9c27fae55538c5875fa88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b84274171e361b3d5472f3473d5cf99e6d09ebed255f1e4c2f42326c68d08b4752a66f04324149b636c762eb74d53fe0f38e7d93b7d03e323e6493443126b327
|
|
7
|
+
data.tar.gz: 99efcd456711c3e76ca24db0f5f5a9d907fa9c3b012120a739a2f87e791b5a6bb0765e4657b2e2bf1f45911676ef7cda044ac4f7b48730653d129142f122e051
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## Current release (in development)
|
|
2
2
|
|
|
3
|
+
## 0.9.0 - 2019-11-27
|
|
4
|
+
|
|
5
|
+
* Rename AlignArguments, AlignParameters, IndentFirstArrayElement cops. [#42](https://github.com/TheGnarCo/gnar-style/pull/42)
|
|
6
|
+
|
|
7
|
+
[Mike Stone](https://github.com/mikestone14)
|
|
8
|
+
|
|
3
9
|
## 0.8.0 - 2019-08-08
|
|
4
10
|
|
|
5
11
|
* Include rubocop rails cops. [#41](https://github.com/TheGnarCo/gnar-style/pull/41)
|
data/gnar-style.gemspec
CHANGED
|
@@ -19,7 +19,7 @@ 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", "~> 0.
|
|
22
|
+
spec.add_dependency "rubocop", "~> 0.77"
|
|
23
23
|
spec.add_dependency "rubocop-performance"
|
|
24
24
|
spec.add_dependency "rubocop-rails", "~> 2.2.0"
|
|
25
25
|
spec.add_dependency "thor"
|
data/lib/gnar/style/version.rb
CHANGED
data/rubocop/rubocop.yml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
require: rubocop-performance
|
|
2
2
|
|
|
3
|
-
Layout/
|
|
3
|
+
Layout/ArgumentAlignment:
|
|
4
4
|
EnforcedStyle: with_fixed_indentation
|
|
5
5
|
|
|
6
|
-
Layout/
|
|
6
|
+
Layout/ParameterAlignment:
|
|
7
7
|
EnforcedStyle: with_fixed_indentation
|
|
8
8
|
|
|
9
|
-
Layout/
|
|
9
|
+
Layout/FirstArrayElementIndentation:
|
|
10
10
|
EnforcedStyle: consistent
|
|
11
11
|
|
|
12
12
|
Layout/MultilineMethodCallIndentation:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gnar-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Gnar Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-27 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: '0.
|
|
19
|
+
version: '0.77'
|
|
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: '0.
|
|
26
|
+
version: '0.77'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-performance
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
|
-
rubygems_version: 3.0.
|
|
159
|
+
rubygems_version: 3.0.3
|
|
160
160
|
signing_key:
|
|
161
161
|
specification_version: 4
|
|
162
162
|
summary: Style guide default configuration for The Gnar Company
|