eyes_capybara 6.5.1 → 6.5.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 +38 -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: 243f2b9a1dc8318a9dbd941216b7927236939eb9bcc78699fa52879515c16640
|
4
|
+
data.tar.gz: 1d237b4d4a3b4b2a07defe0e54475e784ffbb84a87f1cb233214888cf907f052
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37ba17861c7c4f027e2c3962840301bc272f569dfc71bbf918e44c0fe9ede53c195e1a3ea1235fdd8ca611d69233a24316a547e5d0b566785201f585dd153204
|
7
|
+
data.tar.gz: e9ca8139e87e4d73114611cbd611578a1ce51962ace22182638a864b6a669909d5e97b075f86ae0a5e645140eddb645e325e741c4d91ffff90fc7a4bebdd40aa
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,43 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.5.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.5.1...ruby/eyes_capybara@6.5.2) (2025-07-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/nml-client bumped to 1.10.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
* @applitools/core-base bumped to 1.26.0
|
16
|
+
#### Features
|
17
|
+
|
18
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
19
|
+
* @applitools/core bumped to 4.43.0
|
20
|
+
#### Features
|
21
|
+
|
22
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
23
|
+
* batch properties limit | FLD-3174 ([#3080](https://github.com/Applitools-Dev/sdk/issues/3080)) ([feb9e79](https://github.com/Applitools-Dev/sdk/commit/feb9e79d79f5eab3c58eac2b4ef3c15a562f079c))
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
* @applitools/ec-client bumped to 1.11.1
|
28
|
+
|
29
|
+
* eyes_universal bumped to 4.43.0
|
30
|
+
|
31
|
+
* eyes_core bumped to 6.8.2
|
32
|
+
|
33
|
+
* eyes_selenium bumped to 6.11.0
|
34
|
+
#### Features
|
35
|
+
|
36
|
+
* android multi target | AD-9868 ([#2943](https://github.com/Applitools-Dev/sdk/issues/2943)) ([808aa21](https://github.com/Applitools-Dev/sdk/commit/808aa21e489c3562b93006e2e26ff7ffbb743dd6))
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
3
41
|
## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.5.0...ruby/eyes_capybara@6.5.1) (2025-07-15)
|
4
42
|
|
5
43
|
|
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.
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.11.0"
|
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.5.
|
4
|
+
version: 6.5.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-07-
|
11
|
+
date: 2025-07-23 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.
|
19
|
+
version: 6.11.0
|
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.
|
26
|
+
version: 6.11.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|