eyes_core 3.15.37 → 3.15.38

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
  SHA256:
3
- metadata.gz: a5bc549f02e42978f0f8b1c0354dc9211c04a43982ef0a96b0734a10ebecdaf3
4
- data.tar.gz: 26012a8b6c30ec7fc36ce87a93837ab059d7f1dc5274e7393eb530fb99ca1a9f
3
+ metadata.gz: b8633772307ef369666e3fac92c4334d712fd1b55bad8b7b74f526ae69a7b9d2
4
+ data.tar.gz: 1d1b2edd56f509d3d224608b8b93852a884872cc0508a6b61da00376dad55afc
5
5
  SHA512:
6
- metadata.gz: e8bd53adbf09648e26cdb331571d3b686ca725efe193a95e0074b1827e61faf2e7d753f53608d56bcefc341ce9b50b34ed16378974ac0eff704d73835f4fbc3b
7
- data.tar.gz: e401a5cb7187c1eacc86970796ac85ccef0b365aabbcf2ba02c0eb9f73c37e106751984403611121fcfce1acf9f5f276e4261158d2e6efed6bd524935f8a7818
6
+ metadata.gz: 6b126d462f430e6538436691e660216142c3ccb12ce216eb52dc364ec4a4df3069aa22f11bb61570ea4c38e38703f39f971cf3fe156f313cdc106c8f28fda6eb
7
+ data.tar.gz: 56d32c0e522f3cf24ff5920c5407755e5e135262ddf709d201e4567d6ed394229ccd9e030482ee009165832b91d02d5c3d770808937773295cc7c3517828ca48
@@ -18,7 +18,6 @@ module Applitools
18
18
 
19
19
  def open(options = {})
20
20
  Applitools::ArgumentGuard.hash options, 'open(options)', [:app_name, :test_name]
21
- # options[:viewport_size] = Applitools::RectangleSize.from_any_argument options[:viewport_size]
22
21
  open_base options
23
22
  end
24
23
 
@@ -176,8 +175,8 @@ module Applitools
176
175
  end
177
176
 
178
177
  def get_tag_for_debug(name)
179
- return "#{current_app_name} #{test_name}" if name.empty?
180
- "#{current_app_name} #{test_name} - #{name}"
178
+ return "#{app_name} #{test_name}" if name.empty?
179
+ "#{app_name} #{test_name} - #{name}"
181
180
  end
182
181
  end
183
182
  end
@@ -9,7 +9,7 @@ Given(/^eyes test name is "([^"]*)"$/) do |name|
9
9
  end
10
10
 
11
11
  Given(/^eyes viewport size is "([^"]*)"$/) do |size|
12
- Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size).to_h
12
+ Applitools::Calabash::EyesSettings.instance.viewport_size = Applitools::RectangleSize.from_any_argument(size)
13
13
  end
14
14
 
15
15
  Given(/^eyes API key "([^"]*)"$/) do |key|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.37'.freeze
4
+ VERSION = '3.15.38'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.15.37
4
+ version: 3.15.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-11 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oily_png