diffux-core 0.0.5 → 0.0.6

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: 8f87e09961b1bd5d9f36a2786b657017f74828ba
4
- data.tar.gz: bf099cf00f3310ca0589921fb050df0b3abc58d2
3
+ metadata.gz: e5139113f0a26c0d298aadfe97ac011167893703
4
+ data.tar.gz: 8dbb4451471b2aa830612e5dfb25728bd272aa3b
5
5
  SHA512:
6
- metadata.gz: 02117d0af3500c1f63a60f26ebd7df4417e6c6665ab1de0a0f901f26c2819550b21a2ef065c292f62bd1a123605788b17800b78cf4dbf6fa1407879b9bd35084
7
- data.tar.gz: b5bde1f2aa1844c1a3c8a30148d4884fcd359b3d00024242b4ad9486d988adeda78ca4f1490f762ccb166130a8ebf661a8ef46711d28d209e18ea76becf897e9
6
+ metadata.gz: 4c6802799ce48193db580615c24e579f50a26a54b7da20c2e6a20d10c635c384e4b2880abeec1a39fec307af9bdb1eb975d2b56d6aa992eaa08585157f1bc6e9
7
+ data.tar.gz: 04bf2c66ba3a1e034ad0a72504ad7024dc15c3f184cd50219c089d4f894d4a0a1e406679ee0ab55dce6e27acfa6234d52c3b2845530fbd46dfde1ee97c3a3640
@@ -48,7 +48,7 @@ comparison = Diffux::SnapshotComparer.new(
48
48
  ).compare!
49
49
 
50
50
  if img = comparison[:diff_image]
51
- img.save(options[:outfile], :fast_rgb)
51
+ img.save(options[:outfile], :fast_rgba)
52
52
  puts "DIFF: #{comparison[:diff_in_percent]}%"
53
53
  exit 10
54
54
  end
@@ -1,4 +1,4 @@
1
1
  # Defines the gem version.
2
2
  module DiffuxCore
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffux-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Lencioni
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-18 00:00:00.000000000 Z
12
+ date: 2015-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chunky_png