eyes_core 6.3.4 → 6.3.5
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 +26 -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: f564026baa825ad2b0c0316ba7aab493f37e00197e9d3a5496035d53771c9450
|
|
4
|
+
data.tar.gz: bac8ddd3699c9371e77fdea8ed79d7c4043beffd842d1ebc025f112b9bbd96aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98fc0d492c4465bb7fbe08c166cdf1ee2a970dea1648aeccf8e0772a74974a901d3ddd68d20bc69bacbb01ef7fe86d66be936c1c2094c8b24522dd3a3ebd311f
|
|
7
|
+
data.tar.gz: aa8d2ae635ec66e5b06a8979e26801e208ff1018edc6afd0a9b0f244ee68609f7473de8d39e5a29ed3754025834bebe3aadea7b1725233982f5d12955cc10df4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.4...ruby/eyes_core@6.3.5) (2024-05-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.2.7
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
|
12
|
+
* @applitools/ec-client bumped to 1.8.5
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.14.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
18
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
|
19
|
+
* @applitools/core bumped to 4.15.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* eyes_universal bumped to 4.15.0
|
|
27
|
+
|
|
28
|
+
|
|
3
29
|
## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.3...ruby/eyes_core@6.3.4) (2024-05-01)
|
|
4
30
|
|
|
5
31
|
|
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.15.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.3.
|
|
4
|
+
version: 6.3.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: 2024-05-
|
|
11
|
+
date: 2024-05-08 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.15.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.15.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|