eyes_core 3.15.12 → 3.15.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/applitools/core/eyes_base.rb +10 -1
- data/lib/applitools/core/eyes_base_configuration.rb +1 -0
- data/lib/applitools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d024cf8113054d898a8e8f600514efd86bcde59ffe43d4e95d4f270c9777903
|
4
|
+
data.tar.gz: 7374b37e12a1e0b623312a9c3064e3eed85838ba63e5eaef49305efc13d973c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 522dcc82dfe90cd2a4eb927371115b4cabdc27a9550a228d64469e8315bca45b546586011cff38446482a6b7a827a54e6be3d7f084f734ecfbc81693e8a6af31
|
7
|
+
data.tar.gz: c9b4a5b4145d8bb2960f9a3d50b179576a06b2d16f0b6654ad66187754d75a2449a087d1e94a4d9cb95a746d63189f3988f6670b75988bb275666635d9338768
|
@@ -8,6 +8,15 @@ require 'zlib'
|
|
8
8
|
require_relative 'match_level_setter'
|
9
9
|
|
10
10
|
module Applitools
|
11
|
+
module MatchLevel
|
12
|
+
NONE = 'None'.freeze
|
13
|
+
LAYOUT = 'Layout'.freeze
|
14
|
+
LAYOUT2 = 'Layout2'.freeze
|
15
|
+
CONTENT = 'Content'.freeze
|
16
|
+
STRICT = 'Strict'.freeze
|
17
|
+
EXACT = 'Exact'.freeze
|
18
|
+
end
|
19
|
+
|
11
20
|
MATCH_LEVEL = {
|
12
21
|
none: 'None',
|
13
22
|
layout: 'Layout',
|
@@ -92,7 +101,7 @@ module Applitools
|
|
92
101
|
end
|
93
102
|
|
94
103
|
self.exact = nil
|
95
|
-
self.match_level = Applitools::
|
104
|
+
self.match_level = Applitools::MatchLevel::STRICT
|
96
105
|
self.server_scale = 0
|
97
106
|
self.server_remainder = 0
|
98
107
|
self.compare_with_parent_branch = false
|
data/lib/applitools/version.rb
CHANGED
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.
|
4
|
+
version: 3.15.13
|
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-
|
11
|
+
date: 2019-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oily_png
|