eyes_core 6.9.1 → 6.9.2
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 +4 -4
- data/CHANGELOG.md +58 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/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: 1d0f29b21113799da6e94b82636e2134bd3ca4e06c8afcbf29f9ad8a742e5b15
|
4
|
+
data.tar.gz: 20b2e8fba2aa8923ba8e4b58115276ba122cf3f24f54a64aed1b48e7dfee03ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42a6de503c3adedabff4c2e8fd8f40406b6e6be36360fd7a0537607376675de743618e3a0e86fad1034f0a14e3de6d0823039b88964778675b98b3b7ae884c41
|
7
|
+
data.tar.gz: 702665e90becd97e3601e31b92bdf7f4c5d3167d1132e3e50bd8fbe4c81687c0a94e5f18c50d2b9012b3edd84fb1261252c844d2c496fdb5e965de1114bc0fad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,63 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.9.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.1...ruby/eyes_core@6.9.2) (2025-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/utils bumped to 1.12.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
12
|
+
* @applitools/core bumped to 4.46.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
16
|
+
|
17
|
+
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
* @applitools/logger bumped to 2.2.3
|
25
|
+
|
26
|
+
* @applitools/dom-snapshot bumped to 4.13.6
|
27
|
+
|
28
|
+
* @applitools/socket bumped to 1.3.4
|
29
|
+
|
30
|
+
* @applitools/req bumped to 1.8.3
|
31
|
+
|
32
|
+
* @applitools/image bumped to 1.2.3
|
33
|
+
|
34
|
+
* @applitools/dom-capture bumped to 11.6.4
|
35
|
+
|
36
|
+
* @applitools/driver bumped to 1.23.4
|
37
|
+
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.4
|
39
|
+
|
40
|
+
* @applitools/spec-driver-selenium bumped to 1.7.4
|
41
|
+
|
42
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.4
|
43
|
+
|
44
|
+
* @applitools/screenshoter bumped to 3.12.4
|
45
|
+
|
46
|
+
* @applitools/nml-client bumped to 1.11.4
|
47
|
+
|
48
|
+
* @applitools/tunnel-client bumped to 1.11.1
|
49
|
+
|
50
|
+
* @applitools/ufg-client bumped to 1.17.3
|
51
|
+
|
52
|
+
* @applitools/core-base bumped to 1.27.3
|
53
|
+
|
54
|
+
* @applitools/ec-client bumped to 1.12.6
|
55
|
+
|
56
|
+
* eyes_universal bumped to 4.46.0
|
57
|
+
|
58
|
+
* @applitools/test-server bumped to 1.3.2
|
59
|
+
|
60
|
+
|
3
61
|
## [6.9.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.0...ruby/eyes_core@6.9.1) (2025-09-04)
|
4
62
|
|
5
63
|
|
data/eyes_core.gemspec
CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
40
40
|
spec.add_dependency 'colorize'
|
41
41
|
spec.add_dependency 'websocket'
|
42
42
|
spec.add_dependency 'sorted_set'
|
43
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
43
|
+
spec.add_dependency 'eyes_universal', "= 4.46.0"
|
44
44
|
|
45
45
|
spec.add_development_dependency 'bundler'
|
46
46
|
spec.add_development_dependency 'rake'
|
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: 6.9.
|
4
|
+
version: 6.9.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: 2025-09-
|
11
|
+
date: 2025-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 4.
|
117
|
+
version: 4.46.0
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - '='
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 4.
|
124
|
+
version: 4.46.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: bundler
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|