eyes_universal 4.5.2 → 4.7.0
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 +22 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d777c1ce518d682ed3ed0b2876653d16b98e47522b229af77d6c621b9aab6cc6
|
|
4
|
+
data.tar.gz: a4036ddc0929f59a5ba31bff4e4a123c837e22e953844715fe1cd35e486537fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2627e3f94a0602c85a5fb6aefe0fea6b0c5b3c379061af4dfcb41109b01b7b0230f23b8e693ad2e5db41c184c5121ec051a8937c9e6b9fb8f51cb0b7005775a
|
|
7
|
+
data.tar.gz: 44e123a774c13c3b748e52de1985e8c6422e31930857bf94c85f76dad9d12d10b282ae0d4b8fcbffa78835dd204dd078f05538df5f51013748172e7b10d69f6b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.3] (2024-02-02)
|
|
4
|
+
|
|
5
|
+
* ### Bug Fixes
|
|
6
|
+
* Fix Ruby 3 compatability issue with i18n integration
|
|
7
|
+
* Fix locate id parsing
|
|
8
|
+
|
|
9
|
+
* ### Features
|
|
10
|
+
* Add configure block-style of eyes_images configuration
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* ### Updated
|
|
15
|
+
* Update version of Universal SDK Core to 4.7.0
|
|
16
|
+
|
|
17
|
+
* ### Features
|
|
18
|
+
* added support of proxy server url env var
|
|
19
|
+
|
|
20
|
+
* ### Bug Fixes
|
|
21
|
+
* losing root context after layout breakpoints reload
|
|
22
|
+
* add environment variable for setting ufg server ufg
|
|
23
|
+
* remove local environment id
|
|
24
|
+
|
|
3
25
|
## [6.0.2] (2024-01-03)
|
|
4
26
|
|
|
5
27
|
### Updated
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_universal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.7.0
|
|
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-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: open-uri
|