eyes_core 3.15.30 → 3.15.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0efbcc3a6c44e935cd6364189f7e33f30fc972040488431ebdf5e39cecde312
4
- data.tar.gz: aa30fc0eb9e7ba527560c845cd041c077b52f08e75c9714bd573f7f12012b302
3
+ metadata.gz: 67c9f0cb10feb122588fa6c6e405ad5cbcc3a71c493a8f9dd643bead4424c183
4
+ data.tar.gz: 431114b435d2ba0dc655b06543d05cd65eb59b97599bdc0ea497425b5857e396
5
5
  SHA512:
6
- metadata.gz: a4df4ef722eaf7c65ee0d94761a0d7d519bc0c5f112fa3554e6b5f366314bde4e6c431820d8295d9db734fbce59590d2fd93d8603eb2d862dcbfa06347468f73
7
- data.tar.gz: f4ffab3b073fa0027040a95a8facabc000ce9d68b41d0e85738b2a3c4f30154b8e283c836d5e1c400be6d724ed2ffda8a63bc906799173d0b9d6f760c17bc678
6
+ metadata.gz: 25d4b29b9457988c7963470b2ebe7023e9187a306f00dc639950b01db38328d2e339fcd3b0843cc005a3e9354e6ef9b5fc76c5c0176a4923d5f5039a7b387aa9
7
+ data.tar.gz: b6c43236e51e2e431879bbcfbf43f512cbdc69ed6eb1aecd8c86c1c909ef704aba5d363e144371687592cebac2e845a0f38918e3ad84ba21839bee6bfeaa0971
@@ -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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.15.30'.freeze
4
+ VERSION = '3.15.31'.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.30
4
+ version: 3.15.31
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-08-12 00:00:00.000000000 Z
11
+ date: 2019-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oily_png