eyes_images 6.4.1 → 6.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +45 -0
- data/eyes_images.gemspec +1 -1
- data/lib/applitools/eyes_images/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22fb3ed977da854bd07c1a2d01499e305dec80a2c7d1014cb1add23bd4677a99
|
4
|
+
data.tar.gz: 4f0c12a47f7dfc724c43fdb07e7066e22eb1f3666293c52a09fc9f032a42ff2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7f3b59216206db277e99ed99fe7f4def2f3dfb59206e7da3af11cfff717f0a6a6c897488d8fea51dc39b067b68706800a1637738ee59a6ce13ecae7844bcae5
|
7
|
+
data.tar.gz: 5f9c4152acf5239c80ebb31f6a9c1bedaabd5d9545e94caf25181ced375e28d024fab185e2bc150553a3cf9c66ddb371fd7fc72e34a71761658c7260eb95776f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,50 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.4.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.1...ruby/eyes_images@6.4.2) (2024-11-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-shared bumped to 1.0.16
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
12
|
+
* @applitools/req bumped to 1.7.4
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
16
|
+
* @applitools/core-base bumped to 1.19.3
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
* @applitools/dom-capture bumped to 11.5.2
|
24
|
+
|
25
|
+
* @applitools/nml-client bumped to 1.8.19
|
26
|
+
|
27
|
+
* @applitools/ufg-client bumped to 1.14.1
|
28
|
+
|
29
|
+
* @applitools/core bumped to 4.24.2
|
30
|
+
#### Bug Fixes
|
31
|
+
|
32
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
33
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
38
|
+
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
40
|
+
|
41
|
+
* @applitools/ec-client bumped to 1.9.15
|
42
|
+
|
43
|
+
* eyes_universal bumped to 4.24.2
|
44
|
+
|
45
|
+
* eyes_core bumped to 6.4.2
|
46
|
+
|
47
|
+
|
3
48
|
## [6.4.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.0...ruby/eyes_images@6.4.1) (2024-10-29)
|
4
49
|
|
5
50
|
|
data/eyes_images.gemspec
CHANGED
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
29
29
|
spec.require_paths = %w(lib)
|
30
|
-
spec.add_dependency 'eyes_core', "= 6.4.
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.4.2"
|
31
31
|
end
|
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: 6.4.
|
4
|
+
version: 6.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-27 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: 6.4.
|
19
|
+
version: 6.4.2
|
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: 6.4.
|
26
|
+
version: 6.4.2
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
28
28
|
email:
|
29
29
|
- team@applitools.com
|