eyes_images 3.14.3 → 3.14.4

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
- SHA1:
3
- metadata.gz: 81cb241a13fe1f5eead98dc31f15a1445ec8cebb
4
- data.tar.gz: 5c94838db192806ed9c2d1b9a0f39cb807e6cd0b
2
+ SHA256:
3
+ metadata.gz: ac5cf219c74c56c7fbe30faa44800e7a8bb9706f0f9d990d6530a9c7e125b338
4
+ data.tar.gz: ecc423f16c17ad228f56785754fa8d328136ff22dedc27da9be45f33bfe6eb79
5
5
  SHA512:
6
- metadata.gz: 39113c147c9e14b97015d90deb36d18d501e25392b50d2c9a8c934efeb7de4ffaa63d8e9e2fc08474f2189abe63e605fa62ec4486400a3faae75e3baacc6aecc
7
- data.tar.gz: 7e82153e30e836c60c033294919484436a4c04a54687283f72b816de3ef01a17117a977e7cce6b42ec1c69e07485af11569c42f6d535b422bcb7190602ef29a5
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
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Applitools::Images
2
4
  # @!visibility private
3
5
  class EyesImagesScreenshot < ::Applitools::EyesScreenshot
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Applitools::Images
2
4
  class Target
3
5
  include Applitools::FluentInterface
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: false
2
+
1
3
  module Applitools
2
- VERSION = '3.14.3'.freeze
4
+ VERSION = '3.14.4'.freeze
3
5
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'eyes_core'
2
4
 
3
5
  module Applitools
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.3
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: 2018-04-19 00:00:00.000000000 Z
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.3
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.3
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.6.14
60
+ rubygems_version: 2.7.7
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: Applitools Ruby Images SDK