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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c054044ffcf520d94a3b068339cd335d5ca64b27c9dc68bea56b0670ec24f45
|
|
4
|
+
data.tar.gz: dcc3710cf778c0f4fa8514c0aad9daaf754c74e275886ab6483b3b3b4014745b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
#
|
|
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.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-
|
|
11
|
+
date: 2019-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oily_png
|