eyes_core 3.15.14 → 3.15.15

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: fd500e532bc0968693a365e649e3750bca2115b9f217b8222498f9e0bce70777
4
- data.tar.gz: 38f0f8d949cc192a4ac9c6de43009be9b5bad03d2cc8c394e09b3515bf1cbeb6
3
+ metadata.gz: 1c054044ffcf520d94a3b068339cd335d5ca64b27c9dc68bea56b0670ec24f45
4
+ data.tar.gz: dcc3710cf778c0f4fa8514c0aad9daaf754c74e275886ab6483b3b3b4014745b
5
5
  SHA512:
6
- metadata.gz: 19f1543e84bdc7f0bfd8b0d7b68818fc586c3e1a937067a825a02eaf021245cc29d556e840786f77f46759a5135a4d3aabe8bfc8d6cd944626d8f27a4b8408e5
7
- data.tar.gz: f253e2a5d9028b35fa6f571921739e5d1f8c7cda3e929b8194dfb008b98f107e7ffa4ce30c077411d678c011d5b225073e7119f458c58619a90ec32cdc3beda2
6
+ metadata.gz: 0d6457a1d90821372e15d65b3840e0d36d979ac9868c353a691d19d15ba3312ec736dfe4251810661c98b62ba0e6364b59c45bd7254bba07107920a653f993c9
7
+ data.tar.gz: f9aa9e2e6886cddabc617e814ff9daf38fee266be369ddec7ba4065d5654eb94caba4948874515cb49f004e5dfa169d0c0073ed589f4f3b1b61e090661683314
@@ -143,7 +143,7 @@ module Applitools::Connectivity
143
143
  json_data = Oj.dump(Applitools::Utils.camelcase_hash_keys(data.to_hash)).force_encoding('BINARY')
144
144
  body = [json_data.length].pack('L>') + json_data + data.screenshot
145
145
  Applitools::EyesLogger.debug 'Sending match data...'
146
- # Applitools::EyesLogger.debug json_data
146
+ #Applitools::EyesLogger.debug json_data
147
147
  res = long_post(URI.join(endpoint_url, session.id.to_s), content_type: 'application/octet-stream', body: body)
148
148
  raise Applitools::EyesError.new("Request failed: #{res.status} #{res.headers}") unless res.success?
149
149
  # puts Oj.load(res.body)
@@ -109,6 +109,8 @@ module Applitools
109
109
  {
110
110
  x: left,
111
111
  y: top,
112
+ left: left,
113
+ top: top,
112
114
  height: height,
113
115
  width: width
114
116
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.14'.freeze
4
+ VERSION = '3.15.15'.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.14
4
+ version: 3.15.15
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-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oily_png