gnar-style 0.6.1 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8e009eb3ad1efe40752797b115a5049990659ae612a1c0fbfd353bf65a06432
4
- data.tar.gz: 857fac10893547b9cfa81ab2f8dc484758bba3dd75c46d1f1b4a1dbc944dbe20
3
+ metadata.gz: d3e9acf4488a7fe5bebe51ddd37306f4115a3ead6a6abe11fe70092a7f5524e9
4
+ data.tar.gz: 4a8af90799c1f6443db2bca651e4d6ecbca3b437c73e67ac18a37e615f4bb049
5
5
  SHA512:
6
- metadata.gz: aa3c16d4a28373bf7e70de24e53169fc0ccbe4479ef34e02e1b82ed10d22b77cbd50f9ed9633342981bfa69a7ab0ff4d5c51f13a1de4dbda4a313d43fb3cd57e
7
- data.tar.gz: d037dd3913018de3c7737a298829a6f157f2cdef80cf9857e310854b5c479f8da8c37839f0251a9a83deffec1337a76edb8f9efc5337fd599cc7be3b77ee1b45
6
+ metadata.gz: 1c5ace5e6b49899f45cc09ebfa8177d73cf4c428d50329b503d8f6a395ffbc41917df7355dd827833a27acbbe84a06b355c8b0c1efd9e33daa7f593bd6973289
7
+ data.tar.gz: d3268f50f4b72cebd3107db03491e095f3181751fe55b2bda133d58951e2485858fec4155f389117218f32c51d855a8e67ac9940a33e35dbccf8acbe78d9a710
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## Current release (in development)
2
2
 
3
+ ## 0.7.0 - 2019-05-21
4
+
5
+ * Align method arguments with fixed indentation. [#38](https://github.com/TheGnarCo/gnar-style/pull/38)
6
+
7
+ [Kevin Murphy](https://github.com/kevin-j-m)
8
+
3
9
  ## 0.6.1 - 2019-04-30
4
10
 
5
11
  * Rename IndentArray cop. [#37](https://github.com/TheGnarCo/gnar-style/pull/37)
@@ -1,5 +1,5 @@
1
1
  module Gnar
2
2
  module Style
3
- VERSION = "0.6.1".freeze
3
+ VERSION = "0.7.0".freeze
4
4
  end
5
5
  end
data/rubocop/rubocop.yml CHANGED
@@ -1,3 +1,6 @@
1
+ Layout/AlignArguments:
2
+ EnforcedStyle: with_fixed_indentation
3
+
1
4
  Layout/AlignParameters:
2
5
  EnforcedStyle: with_fixed_indentation
3
6
 
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.6.1
4
+ version: 0.7.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-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop