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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99669b31d17f34f6a29365d3aa30df2b8947c8e3ed71a2b0649f60ea1cc8b007
4
- data.tar.gz: 6181740fe07b164c8c7617308b4acd6de9e37a35d4743af005cd2ea5978dd4b4
3
+ metadata.gz: 925fa26b8964e51cbd2fbfd1a585bf5f9e3fee71a59c0e7264bb9fdb69124f05
4
+ data.tar.gz: ed07b56fde5dd981f8d3754b2bb8c2822191736c5e89e4bd9f0c09c665619487
5
5
  SHA512:
6
- metadata.gz: 19a9e8bdaf5d2e089a50752bb2dca193fa494f5d487e79a186e223b5515c6bf2b61aace719f36878555ecb9d4eec69d125fe7c4899f52067540db945a7888e1b
7
- data.tar.gz: 0705edd3d2dcd15db7d1e8f0d94d1b412662330372555a9c1394b9489475039420711772e66cd4ad202b426ead215a990993c276786c82ee0f2a824d0c11e176
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
- left: left,
111
- top: top,
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.7.beta'.freeze
4
+ VERSION = '3.15.8.beta'.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.7.beta
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-05 00:00:00.000000000 Z
11
+ date: 2019-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oily_png