percy-style 0.4.4 → 0.4.5

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
  SHA1:
3
- metadata.gz: 6cdf71fb28ef28166ecb90ef9efac40c320648be
4
- data.tar.gz: 0e8adfce9f950c17eb80d4288b85256b0ac4bbe1
3
+ metadata.gz: 6495dcef0833f1f6323071f67c82594523de6242
4
+ data.tar.gz: 31f8bb8770c1b2cdea8213a9491b1c6a42ab4aae
5
5
  SHA512:
6
- metadata.gz: 1d94878bec1aeb046a0131e2d1a145778995b0b444fd9f59d7c842a5abdd12b61be492b4045cf8bc9fc59c0fd72290c8bd8b3cae9009fee5fc514d8dede9c56d
7
- data.tar.gz: c7250ad4a38714f57aef66bb0bd38476179ce98c09f6008c3a93d283b5c8ed8eae21c336cd81b270478cb6c71d861a6f69030cd35692cdeecf0b316ca7745fcd
6
+ metadata.gz: 00fac7e5ad2384e5ca1b39eb678d41e00908b3b93ea5cc84456f03c8008c0da9a0ac54bee3d2216a2fb80ae8a82fb36294099603016c1a69a4f670ed344ceeb3
7
+ data.tar.gz: be8d1a9bdffc5a624a7d870449f21d28c6d60ccf2cc7cf1ab8b1597d0026e901eae025a60de2eb500750c34b3e51e0abcca6cf1c64d4e4e78543a5a85b174ccc
data/README.md CHANGED
@@ -40,4 +40,4 @@ Now, run:
40
40
  $ bundle exec rubocop
41
41
  ```
42
42
 
43
- You do not need to include rubocop directly in your application's dependences. Percy-style will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.
43
+ You do not need to include rubocop directly in your application's dependencies. Percy-style will include a specific version of `rubocop` and `rubocop-rspec` that is shared across all projects.
@@ -18,6 +18,9 @@ Layout/AlignParameters:
18
18
  Layout/CaseIndentation:
19
19
  EnforcedStyle: end
20
20
 
21
+ Layout/EndAlignment:
22
+ EnforcedStyleAlignWith: variable
23
+
21
24
  Layout/IndentArray:
22
25
  EnforcedStyle: consistent
23
26
 
@@ -34,9 +37,6 @@ Layout/SpaceInsideHashLiteralBraces:
34
37
  Layout/EmptyLinesAroundArguments:
35
38
  Enabled: false
36
39
 
37
- Lint/EndAlignment:
38
- EnforcedStyleAlignWith: variable
39
-
40
40
  Lint/RescueException:
41
41
  Exclude:
42
42
  - 'lib/tasks/*.rake'
@@ -109,7 +109,10 @@ Style/SymbolArray:
109
109
  Style/TrailingCommaInArguments:
110
110
  EnforcedStyleForMultiline: consistent_comma
111
111
 
112
- Style/TrailingCommaInLiteral:
112
+ Style/TrailingCommaInArrayLiteral:
113
+ EnforcedStyleForMultiline: consistent_comma
114
+
115
+ Style/TrailingCommaInHashLiteral:
113
116
  EnforcedStyleForMultiline: consistent_comma
114
117
 
115
118
  RSpec/AnyInstance:
@@ -1,5 +1,5 @@
1
1
  module Percy
2
2
  module Style
3
- VERSION = '0.4.4'.freeze
3
+ VERSION = '0.4.5'.freeze
4
4
  end
5
5
  end
@@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
28
28
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
29
  spec.require_paths = ["lib"]
30
30
 
31
- spec.add_dependency "rubocop", "~> 0.50"
32
- spec.add_dependency "rubocop-rspec", "~> 1.17"
31
+ spec.add_dependency "rubocop", "~> 0.53"
32
+ spec.add_dependency "rubocop-rspec", "~> 1.24"
33
33
  spec.add_development_dependency "bundler", "~> 1.15"
34
34
  spec.add_development_dependency "rake", "~> 10.0"
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Percy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-04 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.50'
19
+ version: '0.53'
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.50'
26
+ version: '0.53'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.17'
33
+ version: '1.24'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.17'
40
+ version: '1.24'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement