eyes_core 3.15.7.beta → 3.15.8.beta
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 +4 -4
- data/lib/applitools/core/region.rb +4 -2
- 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: 925fa26b8964e51cbd2fbfd1a585bf5f9e3fee71a59c0e7264bb9fdb69124f05
|
|
4
|
+
data.tar.gz: ed07b56fde5dd981f8d3754b2bb8c2822191736c5e89e4bd9f0c09c665619487
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 851f764f8cf5a03bbab4838d10f44d959398fc3fcff2c642a822c135a165b880d03a04126617b85ef2040dd7953588b98304766a250fc2752ba9abf27e2d189d
|
|
7
|
+
data.tar.gz: f61d77c78d3d8b8cbd10e18c61c544afe870cc5b45901dd5fe6cbad7b05b50dd09705cc9046436c88945860f1d47a85f1a076bd4875b816bce42d4d4c1f40446
|
|
@@ -107,13 +107,15 @@ module Applitools
|
|
|
107
107
|
|
|
108
108
|
def to_hash
|
|
109
109
|
{
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
x: left,
|
|
111
|
+
y: top,
|
|
112
112
|
height: height,
|
|
113
113
|
width: width
|
|
114
114
|
}
|
|
115
115
|
end
|
|
116
116
|
|
|
117
|
+
alias :json_data :to_hash
|
|
118
|
+
|
|
117
119
|
def to_s
|
|
118
120
|
"(#{left}, #{top}), #{width} x #{height}"
|
|
119
121
|
end
|
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.8.beta
|
|
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-04-
|
|
11
|
+
date: 2019-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oily_png
|