eyes_capybara 6.6.12 → 6.6.13

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: b05a2cdd585b30666438b6794f0a960c56b357b79e566ed80208af00f4ba8a91
4
- data.tar.gz: 868034ff5459b4ee93adb8274687bfbc9c797ab9f0fda614f72113eee5b484a5
3
+ metadata.gz: 76c5041f9ab8a61796d21582b0159b4171ead103e0f7695d1e2c0a8c72879684
4
+ data.tar.gz: 95fc5feb9856509e4fd6a8c32978c1c49713dd8c72a505128020a2baf7ef95c8
5
5
  SHA512:
6
- metadata.gz: b7f7021c45f53b420149dfbfc45d03211b5524c9cc853fb1ea5a2e468ba2c5449ded87a8517d1a1f8389e11ab42ae8c1f64492a1325f8339e4426e9c746a2e4d
7
- data.tar.gz: a91b4855dea464311ea3363f3f601d4543eccd3ead0d69eef29c14b734e4ee4eb8c0d8895782f00dbe8abc5f98ddd708f4a0383f5877f7417947897d41909671
6
+ metadata.gz: 6be209fbbbb3e4219d5c2e1f096394368a3422c67db0a7fcb18e9468ea02e57df8024ba69a3b31dd581c13c9df27315b1c7f04b435fd28ed15a211009c9deda8
7
+ data.tar.gz: 30ab385a30734f28956f4dab61fda480a1dc623acf29a1d96d9cee1d099ec08701af54d90322c93f0c5d9a76c5afda10b0ee97817f645317f1d37eb63787d372
data/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.12...ruby/eyes_capybara@6.6.13) (2026-01-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.24.4
9
+ #### Bug Fixes
10
+
11
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
12
+ * @applitools/dom-snapshot bumped to 4.15.5
13
+
14
+ * @applitools/dom-capture bumped to 11.6.8
15
+ #### Bug Fixes
16
+
17
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
18
+ * @applitools/nml-client bumped to 1.11.14
19
+ #### Bug Fixes
20
+
21
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
22
+
23
+
24
+
25
+ * @applitools/core bumped to 4.54.2
26
+ #### Bug Fixes
27
+
28
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
29
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
30
+
31
+
32
+
33
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.7.10
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
38
+
39
+ * @applitools/screenshoter bumped to 3.12.11
40
+
41
+ * @applitools/core-base bumped to 1.31.1
42
+ #### Bug Fixes
43
+
44
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
45
+ * @applitools/ec-client bumped to 1.12.16
46
+
47
+ * eyes_universal bumped to 4.54.2
48
+
49
+ * eyes_core bumped to 6.9.13
50
+
51
+ * eyes_selenium bumped to 6.12.13
52
+
53
+
3
54
  ## [6.6.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.11...ruby/eyes_capybara@6.6.12) (2025-12-28)
4
55
 
5
56
 
@@ -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.12"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.13"
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.6.12'.freeze
5
+ VERSION = '6.6.13'.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.6.12
4
+ version: 6.6.13
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-12-28 00:00:00.000000000 Z
11
+ date: 2026-01-11 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.12
19
+ version: 6.12.13
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.12
26
+ version: 6.12.13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement