rubocop-next 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop-next.gemspec +1 -1
  3. data/rubocop.yml +8 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8924e2fee9535fede4da34d3f14011c1ec259f14e993d1bbaca74ef6208b8904
4
- data.tar.gz: e5f759d9979c4064d5fae1b45db0bbd7bfa5f037890efab760e9d84e5e496dc6
3
+ metadata.gz: ed8eb6017fd83fef389e6d63bec63de61d7d5ca3674df9436ad9a1b80255d532
4
+ data.tar.gz: a2a30257690b0776ccd23a82117da4a29265ccb035a21ff3358900562867705c
5
5
  SHA512:
6
- metadata.gz: 559c9e002df9840de7f2f9601912dea5b9e64564e45b4226b3de16bec99c105b5dda393e38ab6f7a3881c586b68d001682d402a74bfcd1126cd209849da3a977
7
- data.tar.gz: cc5db51fedc8d4f7ca24b263ed2cb23f1d268e548a72a0ddae636fd6b2f53366fb1144b89a162bc17b529f47d46238bf16328968fb31f9ea0101d644cc23440e
6
+ metadata.gz: aed4190337cf8a530e798b9713b2865f49bd5014e1e4ce2bad14d2b0a3992dfab46b8fb0e1c7671c32af31ed636d96d8bb6cd6d0e85635299c0f33e2c61ac4d1
7
+ data.tar.gz: b2ae7213919872d67aea3bc736793f2f3295c19d366625165c1c5e29775801491bee5562821836622b2c13516215c80a28b11e0c4018582badfd48125bbe6d3f
data/rubocop-next.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'rubocop-next'
5
- spec.version = '1.0.3'
5
+ spec.version = '1.0.4'
6
6
 
7
7
  spec.authors = ['Third Party Transportation Systems LLC']
8
8
  spec.email = 'hello@next-tms.com'
data/rubocop.yml CHANGED
@@ -22,6 +22,14 @@ Layout/EndAlignment:
22
22
  Layout/FirstArrayElementIndentation:
23
23
  EnforcedStyle: align_brackets
24
24
 
25
+ Layout/FirstHashElementIndentation:
26
+ Enabled: true
27
+ EnforcedStyle: align_braces
28
+
29
+ Layout/HashAlignment:
30
+ Enabled: true
31
+ EnforcedStyle: align_braces
32
+
25
33
  Layout/LineEndStringConcatenationIndentation:
26
34
  Enabled: true
27
35
  EnforcedStyle: aligned
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Third Party Transportation Systems LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-20 00:00:00.000000000 Z
11
+ date: 2023-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -108,7 +108,7 @@ homepage: https://github.com/next-tms/rubocop-next
108
108
  licenses: []
109
109
  metadata:
110
110
  allowed_push_host: https://rubygems.org
111
- source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.3
111
+ source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.4
112
112
  post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths: