eyes_selenium 2.20.0 → 2.21.0

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: f2a03af87e605624000861188061a24e4a5a0c17
4
- data.tar.gz: cc98a04b4d9d8e3f3b4a1a01b844f8cd5d2a6e50
3
+ metadata.gz: 6cafb6e83fd2af67660efbe44913576f7102dcfe
4
+ data.tar.gz: 0c4512546191cd0939b7cf96ee7136627bcfba3a
5
5
  SHA512:
6
- metadata.gz: aa6cec3f2ff9eac384a78900262852c6801b22bddec37839594e2669aba0a5aa4d2c5331e43e172b34e32ecbd903fb61341e5841e923f31df553015607d7e380
7
- data.tar.gz: 86df288b0117f79ab91dedf90b051190e94048e679b1486ba4ea5b7b347c06c39d0d9976d3765c8bdbb3b742700c7c9d8a0b39af875e28947ba503ecfa132f47
6
+ metadata.gz: 55dbbc01bc03afdddc338006c5a7794307c5f7d6874c0a72f6c39919ed7334d444c3e340f07108e45b8d88d82198a66e6545acdfe625b7d1451713fc8143f959
7
+ data.tar.gz: e36715f0256e2f2c9ee1a173655d4ef276fed39f98d1d419ca013f61d08a88249b6ada60f44b325e3a83f926eb121e6e0ff8248f3ac24a0ea46dc74b1e62e74b
@@ -396,7 +396,7 @@ class Applitools::Eyes
396
396
  @should_match_window_run_once_on_timeout = true
397
397
  return if @session.new_session?
398
398
 
399
- Applitools::EyesLogger.info %( mismatch #{ tag ? '' : "(#{tag})" } )
399
+ Applitools::EyesLogger.info %(mismatch #{tag ? '' : "(#{tag})"})
400
400
  return unless failure_reports.to_i == Applitools::Eyes::FAILURE_REPORTS[:immediate]
401
401
 
402
402
  raise Applitools::TestFailedError.new("Mismatch found in '#{@session_start_info.scenario_id_or_name}' "\
@@ -33,7 +33,7 @@ module Applitools::Utils
33
33
  # Returns:
34
34
  # +String+ The PNG bytes of the image.
35
35
  def bytes_from_png_image(image)
36
- image.to_blob
36
+ image.to_blob(:fast_rgb)
37
37
  end
38
38
 
39
39
  # Get the Base64 representation of the raw PNG bytes of an image.
@@ -1,3 +1,3 @@
1
1
  module Applitools
2
- VERSION = '2.20.0'.freeze
2
+ VERSION = '2.21.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0
4
+ version: 2.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-03 00:00:00.000000000 Z
11
+ date: 2015-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver