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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e84b3ff1e097e8a770f86e0cf566eaebcb07f59e65003c361ed1b468521c289
4
- data.tar.gz: de3eac40d8335192644d60133f54e44da14638be429ee34244048efd9953e0f4
3
+ metadata.gz: 243f2b9a1dc8318a9dbd941216b7927236939eb9bcc78699fa52879515c16640
4
+ data.tar.gz: 1d237b4d4a3b4b2a07defe0e54475e784ffbb84a87f1cb233214888cf907f052
5
5
  SHA512:
6
- metadata.gz: 82b318fac721afd87644fd48d412907b2707463fcbe8b84da640bdfa1f15c8e8f40c6e67bf6415a793fff91227352f033c27b8abd6c55090c49ccfabf9f4d6b7
7
- data.tar.gz: e9ce3bcf4c66df0fb7200fbe0c1c1ae65d753d5038d0d12701e412f58d46be40e18af0e9f2d35eb0644c58773b5a97a6ebad2bda6d28189ae21d397c88300f59
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
 
@@ -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.10.1"
30
+ spec.add_dependency 'eyes_selenium', "= 6.11.0"
31
31
  spec.add_dependency 'capybara'
32
32
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.5.1'.freeze
5
+ VERSION = '6.5.2'.freeze
6
6
  end
7
7
  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.1
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-15 00:00:00.000000000 Z
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.10.1
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.10.1
26
+ version: 6.11.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement