eyes_core 3.14.8 → 3.14.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4624958021d0ecf5c443a0a9df7edc84158b2bf26b1caf920ccda6e19776f85
|
4
|
+
data.tar.gz: 3494e2526ef93192d57c1604074fc497c668a6e140c0727650d76ec4d0043de2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 215fc9a1362141e7241ef3460be3e376d75d21b2fa660d43a454fe42149f1389fd8a49499b9fa8e2ca5dbc66ff397859d23c6553680673733ade5868b8a3f99a
|
7
|
+
data.tar.gz: abde370aea21b82fe2a5da16a2cb1e7478c6c6737b0e9ded6342052b9201fcff136a69aab73f517dbae55f00aaaf10e5ab28831b06dc692029a09e4d01ae02fb
|
@@ -127,7 +127,7 @@ module Applitools::Connectivity
|
|
127
127
|
def post_dom_json(dom_data)
|
128
128
|
Applitools::EyesLogger.debug 'About to send captured DOM...'
|
129
129
|
request_body = Oj.dump(dom_data)
|
130
|
-
Applitools::EyesLogger.debug request_body
|
130
|
+
# Applitools::EyesLogger.debug request_body
|
131
131
|
processed_request_body = yield(request_body) if block_given?
|
132
132
|
res = post(
|
133
133
|
endpoint_url + 'data',
|
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.14.
|
4
|
+
version: 3.14.10
|
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-03-
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oily_png
|