eyes_capybara 6.6.28 → 6.6.29
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 +31 -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: 7bd4d4b999f95413ffc6697892b4f5a5e0a93998959cbcba8f18ea20f0a25329
|
|
4
|
+
data.tar.gz: 77525c72617da063edbf1a8fdfa08a7efa46902433ee1082745cc13b08b9a91f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 726e889d0b1fb15ce5f74f64006f2b341c2cf1eba5e6debc7d33662b8ac38d84f9e1beb4bb39837161418f3a6ba03d75676bbc818d8336e774409c6f0fb4831f
|
|
7
|
+
data.tar.gz: eaec1760a0968657b97add9353f57665fda75e9ff6df95304e4713ab121982d88821bfff104a3cc1c2bbafb3ff8562bc7cb9e88ba52fa07d6ffdfc46246e3693
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.6.29](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.28...ruby/eyes_capybara@6.6.29) (2026-04-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.16.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.23
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
|
|
16
|
+
* @applitools/ufg-client bumped to 1.20.2
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
20
|
+
* @applitools/core bumped to 4.59.2
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* protect page render target from pointing to html instead of cdt | FLD-4313 ([#3758](https://github.com/Applitools-Dev/sdk/issues/3758)) ([fd8008a](https://github.com/Applitools-Dev/sdk/commit/fd8008af0f6b491d3a3a9dce648bef1c18118b9b))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
* eyes_universal bumped to 4.59.2
|
|
28
|
+
|
|
29
|
+
* eyes_core bumped to 6.10.2
|
|
30
|
+
|
|
31
|
+
* eyes_selenium bumped to 6.12.29
|
|
32
|
+
|
|
33
|
+
|
|
3
34
|
## [6.6.28](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.27...ruby/eyes_capybara@6.6.28) (2026-04-06)
|
|
4
35
|
|
|
5
36
|
|
data/eyes_capybara.gemspec
CHANGED
|
@@ -27,6 +27,6 @@ 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_selenium', "= 6.12.
|
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.12.29"
|
|
31
31
|
spec.add_dependency 'capybara'
|
|
32
32
|
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.6.
|
|
4
|
+
version: 6.6.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-13 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.12.
|
|
19
|
+
version: 6.12.29
|
|
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.12.
|
|
26
|
+
version: 6.12.29
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: capybara
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|