eyes_capybara 6.6.13 → 6.6.15

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: 76c5041f9ab8a61796d21582b0159b4171ead103e0f7695d1e2c0a8c72879684
4
- data.tar.gz: 95fc5feb9856509e4fd6a8c32978c1c49713dd8c72a505128020a2baf7ef95c8
3
+ metadata.gz: c28e23afd8510787ebe2748b5f49f31276ddd1f549050fb3558d9422d0a93ba5
4
+ data.tar.gz: 35b9724df172356820752325a74085e440fcd6da80bdae7bdc6af1a55a761c52
5
5
  SHA512:
6
- metadata.gz: 6be209fbbbb3e4219d5c2e1f096394368a3422c67db0a7fcb18e9468ea02e57df8024ba69a3b31dd581c13c9df27315b1c7f04b435fd28ed15a211009c9deda8
7
- data.tar.gz: 30ab385a30734f28956f4dab61fda480a1dc623acf29a1d96d9cee1d099ec08701af54d90322c93f0c5d9a76c5afda10b0ee97817f645317f1d37eb63787d372
6
+ metadata.gz: '09553aacbfaf02280abd80c0efb1116a9edc11be4353388c63820867f5f9e2c671a8b894cd23e6dda30551c36c955790b7d47a57c6866d267da8a74861e00300'
7
+ data.tar.gz: 9b5d5f70051bde6cc7b758df54430a5d307fc1ac8ebfa588e4c55a1017e072cf8cbd2babadd560cc5cb598a5ccc0f35f8b49a8b83fdd4053f5aa7fff3677722e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.14...ruby/eyes_capybara@6.6.15) (2026-01-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.25.0
9
+ #### Features
10
+
11
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
12
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
13
+ #### Features
14
+
15
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
16
+
17
+
18
+
19
+ * @applitools/core bumped to 4.55.0
20
+ #### Features
21
+
22
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
23
+
24
+
25
+
26
+ * @applitools/dom-snapshot bumped to 4.15.6
27
+
28
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
29
+
30
+ * @applitools/spec-driver-selenium bumped to 1.7.11
31
+
32
+ * @applitools/screenshoter bumped to 3.12.12
33
+
34
+ * @applitools/nml-client bumped to 1.11.15
35
+
36
+ * @applitools/ec-client bumped to 1.12.17
37
+
38
+ * eyes_universal bumped to 4.55.0
39
+
40
+ * eyes_core bumped to 6.9.15
41
+
42
+ * eyes_selenium bumped to 6.12.15
43
+
44
+
45
+ ## [6.6.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.13...ruby/eyes_capybara@6.6.14) (2026-01-14)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * @applitools/core bumped to 4.54.3
51
+ #### Bug Fixes
52
+
53
+ * `close`/`getResults` race condition ([#3450](https://github.com/Applitools-Dev/sdk/issues/3450)) ([2e5437d](https://github.com/Applitools-Dev/sdk/commit/2e5437dcfde6fda58d76227659ee249bfa3885a7))
54
+ * eyes_universal bumped to 4.54.3
55
+
56
+ * eyes_core bumped to 6.9.14
57
+
58
+ * eyes_selenium bumped to 6.12.14
59
+
60
+
3
61
  ## [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
62
 
5
63
 
@@ -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.13"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.15"
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.13'.freeze
5
+ VERSION = '6.6.15'.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.13
4
+ version: 6.6.15
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-01-11 00:00:00.000000000 Z
11
+ date: 2026-01-19 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.13
19
+ version: 6.12.15
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.13
26
+ version: 6.12.15
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement