percy-capybara 0.4.1 → 0.4.2

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: b08eef19753c6cf3c0933fe6b5cfc83bdd0f158a
4
- data.tar.gz: 27a4c1eec39774d8d2319aa25917acc958c56b39
3
+ metadata.gz: 9549ee1204882c83ad555150b8d1919f47d43719
4
+ data.tar.gz: 51e0ace21cde7c1a3a5bf77ae780e406da466401
5
5
  SHA512:
6
- metadata.gz: 2acc70ed15ac3efc0de81b79f02b11a123c38d1a8f6ed64fb0c434057ac93a99e2994196351c421da72ccf97af63345753fcb9943b9c024131ec95b919897584
7
- data.tar.gz: d7f3b7eb44c7f88cc45cb8e6dc151bbd4807188e26c4d4ef8942918a9848bbb29c6241cec25955c9d7f055ba2141cf2cd417b3547a8140515b29124b28c659f3
6
+ metadata.gz: 93a99ef8a201048bf6732acff16409a3f6d2fd7253a4ae6cea4a36f438e9d51b34b97f16990a056347f1cc9f5efc7ed97937133a47f92c49bcef7a8bf889d164
7
+ data.tar.gz: 617e0c118c2d91de594d013b64b0e10a0e179761aa16cde5888a5f0805500ea38c11c27adda1fac34cd1848ee080ca6a16d689b2828359bcc626da4ba92fa542
@@ -55,6 +55,7 @@ module Percy
55
55
  logical_paths += precompile_list.flatten.select do |filename|
56
56
  Pathname.new(filename).absolute? if filename.is_a?(String)
57
57
  end
58
+ logical_paths.uniq
58
59
  end
59
60
  end
60
61
  end
@@ -1,5 +1,5 @@
1
1
  module Percy
2
2
  module Capybara
3
- VERSION = '0.4.1'
3
+ VERSION = '0.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perceptual Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-05 00:00:00.000000000 Z
11
+ date: 2015-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: percy-client