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 +4 -4
- data/lib/applitools/connectivity/server_connector.rb +1 -1
- 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: 67c9f0cb10feb122588fa6c6e405ad5cbcc3a71c493a8f9dd643bead4424c183
|
4
|
+
data.tar.gz: 431114b435d2ba0dc655b06543d05cd65eb59b97599bdc0ea497425b5857e396
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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)
|
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.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-
|
11
|
+
date: 2019-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oily_png
|