eyes_core 3.16.3 → 3.16.4
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 +4 -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: 717e964000f184dc424c051cd69fbc7fa090bcc1f0c39476ad1deb4ff7ae10c8
|
4
|
+
data.tar.gz: fd5b29d5e82622756ebb1ce82b67420c0312dc96ca252e3bdb7f42e263427e59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 794bc135ba8fc6c75697ec26d5645031a8fe8483e9459017d7b46c90294882b3f0712d2e140c4d75b1697553b23bff8f4d71120f9de2e74fe9fbd505e3b7b0eb
|
7
|
+
data.tar.gz: d5da034e589e74738b8e6c590b0dd1e3dc34bb8e2dcb15ed746b884d9ae59ee51821ec42d7cc8a4b5d8cf074627ea670137de4ee9dbc0e3ce8f008a2b076f412
|
@@ -336,7 +336,8 @@ module Applitools::Connectivity
|
|
336
336
|
end
|
337
337
|
|
338
338
|
def request(url, method, options = {})
|
339
|
-
|
339
|
+
Applitools::EyesLogger.debug("Requesting #{url} (method: #{method})")
|
340
|
+
response = Faraday::Connection.new(
|
340
341
|
url,
|
341
342
|
ssl: { ca_file: SSL_CERT },
|
342
343
|
proxy: @proxy.nil? ? nil : @proxy.to_hash
|
@@ -347,6 +348,8 @@ module Applitools::Connectivity
|
|
347
348
|
req.params = { apiKey: api_key }.merge(options[:query] || {})
|
348
349
|
req.body = options[:body]
|
349
350
|
end
|
351
|
+
Applitools::EyesLogger.debug("Got a response: #{response.status} #{response.reason_phrase}")
|
352
|
+
response
|
350
353
|
end
|
351
354
|
|
352
355
|
def dummy_request(url, method, options = {})
|
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.16.
|
4
|
+
version: 3.16.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oily_png
|