wraith 1.3.4 → 1.3.5

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
  SHA1:
3
- metadata.gz: 50255e3943e738660525a43a7b7c2ee7684fcd1a
4
- data.tar.gz: 65d9a998e8d600a423a6d907c5b82da5fd1a0142
3
+ metadata.gz: 2ebfe5fe37180bb6b77b632d78b74413b40128a3
4
+ data.tar.gz: 5bb9c8ddbd01aa5ecfbcaa468b0b783d41b6d2aa
5
5
  SHA512:
6
- metadata.gz: cef7251f822e15ddbb47f39ead5713f8ae41cb3d83be080f59cdba57cdd21a150bfeaa0f88fd4684cea4e87426b30fb42dc12fa289e49b975d24eb3eb8b75f58
7
- data.tar.gz: dc85381442005f7547ef66273ff3e20c07b709a8d37ad0c95a7efafddcc3428a2c00f572b2d650fc9a8fc54abf00ee0bfebc7d22334d42bf6774e4136ef5f019
6
+ metadata.gz: ab0f30baf5818b3846a615480f8814b222e332a2f6a19c9ba1a01bb86b62ae8859ecde98687d657398a8c4e19de91959f7ec4333dff8525fdfefb1afe74850a6
7
+ data.tar.gz: 56ef8eaa0b758e8c0566502ebc88446596af3e2e49d84456e7b621dc358d11ef291b394b4f11585b46747b948df8606b41b8cbd6814dc280198dbc23e9746d59
@@ -65,7 +65,7 @@ class Wraith::SaveImages
65
65
  compare_file_name = file_names(width, label, wraith.comp_domain_label)
66
66
 
67
67
  jobs << [label, path, width, base_url, base_file_name]
68
- jobs << [label, path, width, compare_url, compare_file_name]
68
+ jobs << [label, path, width, compare_url, compare_file_name] unless compare_url.nil?
69
69
  end
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module Wraith
2
- VERSION = '1.3.4'
2
+ VERSION = '1.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wraith
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Blooman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-06 00:00:00.000000000 Z
12
+ date: 2014-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry