eyes_images 6.4.4 → 6.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +50 -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: 96609cf128c828e504d447821b2d48618677f0c619c202f281b41943c8b63719
|
4
|
+
data.tar.gz: f088d11ae6312ebe40b8af9c0e265a4b8a39f12ca7c84316e3e9d3a5d09cd0b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46b58196ebac04fd2d0f34dd1fb823ddf014fe9fb0540cf361832830c47f8d111c3fa9d83e0b447bfc66a4aba165d1ce3443baec8b88e6ae2e00bd05d218af0f
|
7
|
+
data.tar.gz: a75a270010cb9d80acd7cb673ed17002751d8eb7bb26cb8b9188cf73f778d9b4ccbe59371ed912a3d4e98dbaad37330f11f52510e9e42e8a2b453ffe8b263745
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,55 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.4.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.4...ruby/eyes_images@6.4.5) (2025-01-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
9
|
+
|
10
|
+
* @applitools/driver bumped to 1.20.4
|
11
|
+
#### Bug Fixes
|
12
|
+
|
13
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
14
|
+
* eyes_universal bumped to 4.31.0
|
15
|
+
#### Features
|
16
|
+
|
17
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
22
|
+
|
23
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
24
|
+
|
25
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
26
|
+
|
27
|
+
* @applitools/screenshoter bumped to 3.10.5
|
28
|
+
|
29
|
+
* @applitools/nml-client bumped to 1.8.24
|
30
|
+
|
31
|
+
* @applitools/ufg-client bumped to 1.16.3
|
32
|
+
#### Bug Fixes
|
33
|
+
|
34
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
35
|
+
* @applitools/ec-client bumped to 1.10.3
|
36
|
+
|
37
|
+
* @applitools/core bumped to 4.31.0
|
38
|
+
#### Features
|
39
|
+
|
40
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
41
|
+
|
42
|
+
|
43
|
+
#### Bug Fixes
|
44
|
+
|
45
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
46
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
* eyes_core bumped to 6.5.2
|
51
|
+
|
52
|
+
|
3
53
|
## [6.4.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.4.3...ruby/eyes_images@6.4.4) (2025-01-19)
|
4
54
|
|
5
55
|
|
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.5.
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.5.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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-30 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.5.
|
19
|
+
version: 6.5.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.5.
|
26
|
+
version: 6.5.2
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
28
28
|
email:
|
29
29
|
- team@applitools.com
|