eyes_capybara 6.3.10 → 6.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +47 -0
- data/eyes_capybara.gemspec +1 -1
- data/lib/applitools/eyes_capybara/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: afc9ec542741836c055c438598b2af9b9a898d7b775c52d5d9071b98cceeb34e
|
4
|
+
data.tar.gz: adb36d898c9784602a198e8c75a6c896fb3f17ad41fa4382617ce19569366283
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65bb8d1a7c2ad2c1d517900e68f61330a2bda816bfb9432a196f23df8b55d0feaecb02e5000bb08cb23186e2361be11088291b7fdc12afdecbff616b54c91ab5
|
7
|
+
data.tar.gz: d7912d09f9c6647149cc8c930cf9111d8d357fd58bce65f08aeaf0e0f653900b3f5eb68fe686ab1401c1f1ea71e506c67213109676a26c1022d73b77e3a9d3de
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,52 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.10...ruby/eyes_capybara@6.3.11) (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/dom-snapshot bumped to 4.11.11
|
13
|
+
|
14
|
+
* @applitools/req bumped to 1.7.4
|
15
|
+
#### Bug Fixes
|
16
|
+
|
17
|
+
* 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))
|
18
|
+
* @applitools/core bumped to 4.24.2
|
19
|
+
#### Bug Fixes
|
20
|
+
|
21
|
+
* 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))
|
22
|
+
* 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))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
* @applitools/dom-capture bumped to 11.5.2
|
27
|
+
|
28
|
+
* @applitools/nml-client bumped to 1.8.19
|
29
|
+
|
30
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
31
|
+
|
32
|
+
* @applitools/ufg-client bumped to 1.14.1
|
33
|
+
|
34
|
+
* @applitools/core-base bumped to 1.19.3
|
35
|
+
#### Bug Fixes
|
36
|
+
|
37
|
+
* 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))
|
38
|
+
|
39
|
+
|
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
|
+
* eyes_selenium bumped to 6.5.1
|
48
|
+
|
49
|
+
|
3
50
|
## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.9...ruby/eyes_capybara@6.3.10) (2024-10-29)
|
4
51
|
|
5
52
|
|
data/eyes_capybara.gemspec
CHANGED
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
26
26
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
27
27
|
spec.require_paths = %w(lib)
|
28
|
-
spec.add_dependency 'eyes_selenium', "= 6.5.
|
28
|
+
spec.add_dependency 'eyes_selenium', "= 6.5.1"
|
29
29
|
spec.add_dependency 'capybara'
|
30
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.11
|
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_selenium
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.5.
|
19
|
+
version: 6.5.1
|
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.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|