rubocop-config-prettier 0.1.5 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56dbf84f3cf072d5e6728a25249c517cec1a82fd8797a273f7cc5798ed303b51
4
- data.tar.gz: d7049c03078aba51123befacb49b550f9bcadbaa80b3ea2c88eb3c0a859b29b2
3
+ metadata.gz: 3c399e1e791f05fa8c582e49c90eddebdd44791952360dff4696042c82791f0e
4
+ data.tar.gz: b82a3bf505c3e9ec95f851e0e98345e57f8ae92fa6fa6d2ca7bb7346e921a8f2
5
5
  SHA512:
6
- metadata.gz: 9be509fa713e70e5f0614e75dac120990dea908fb8d3896faf93282d1fb5257e8d563211121342ea2a18edb739b3fe5e537fa5b186f44fb7c67247d17290302c
7
- data.tar.gz: 82542f539e5897447645efcdabd04eb3d8d3da4e6752d886396b89a8fff23ef06778049bb37f34b11ab03cf8c558829f31710ec239bbac89bbec9ffb61063ea5
6
+ metadata.gz: 9a97bc7bb46a750a9a816e3d59c70bcf9b54ca568e5c9e501f6ce51532367880f0444691c06555cfd2dc53b6e24259acc415c411443db324fef419867764d73f
7
+ data.tar.gz: d6b8b40ef090bc36ca7a18f0d474c580400ec4591bea949afe7be313a9c01c4b5b7335b9f2475534e4bb0988cd610b98cfeab16b27a5e6bb14b9c1ced647c956
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-config-prettier (0.1.5)
4
+ rubocop-config-prettier (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/config/rubocop.yml CHANGED
@@ -7,7 +7,7 @@ Layout/ArgumentAlignment:
7
7
  Layout/ArrayAlignment:
8
8
  Enabled: false
9
9
 
10
- Layout/AssingmentIndentation:
10
+ Layout/AssignmentIndentation:
11
11
  Enabled: false
12
12
 
13
13
  Layout/BlockAlignment:
@@ -1,7 +1,7 @@
1
1
  module Rubocop
2
2
  module Config
3
3
  module Prettier
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-config-prettier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Huang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-14 00:00:00.000000000 Z
11
+ date: 2020-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler