eyes_images 3.14.3 → 3.14.4
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ac5cf219c74c56c7fbe30faa44800e7a8bb9706f0f9d990d6530a9c7e125b338
|
4
|
+
data.tar.gz: ecc423f16c17ad228f56785754fa8d328136ff22dedc27da9be45f33bfe6eb79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35e3307381cf946852ebe7dd5302a48e285b6336d8d856251bb369b7215d0699fc806c364ed4b9328ac4da5a837dcc0b3796a63efdb8c5e09931fa048c5596c8
|
7
|
+
data.tar.gz: c03388a52f9642b326cd720a1afaa8dc5325f45bc145a741507ae43d7ee88c1a7edaafb9a954b06290933165818aadb0b36470d952bf0276e20e94f3a2f9b264
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: false
|
2
|
+
|
1
3
|
require 'applitools/core/eyes_base'
|
2
4
|
|
3
5
|
# Eyes Images SDK
|
@@ -72,7 +74,7 @@ module Applitools::Images
|
|
72
74
|
options_for_open = Applitools::Utils.extract_options!(args)
|
73
75
|
open(options_for_open)
|
74
76
|
result = yield(*args)
|
75
|
-
close
|
77
|
+
close(true, true)
|
76
78
|
result
|
77
79
|
end
|
78
80
|
|
data/lib/applitools/version.rb
CHANGED
data/lib/eyes_images.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_images
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.14.
|
4
|
+
version: 3.14.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:
|
11
|
+
date: 2019-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eyes_core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.14.
|
19
|
+
version: 3.14.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.14.
|
26
|
+
version: 3.14.4
|
27
27
|
description: Applitools Ruby Images SDK
|
28
28
|
email:
|
29
29
|
- team@applitools.com
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
version: '0'
|
58
58
|
requirements: []
|
59
59
|
rubyforge_project:
|
60
|
-
rubygems_version: 2.
|
60
|
+
rubygems_version: 2.7.7
|
61
61
|
signing_key:
|
62
62
|
specification_version: 4
|
63
63
|
summary: Applitools Ruby Images SDK
|