eyes_capybara 6.6.1 → 6.6.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: 80cc9147af117c98dc435b45d37c207a76291e54018bd1a4cf3ef7bda79bbe63
4
- data.tar.gz: d6d21884a83476734efffc1bb729a117a02a20be8539051d963bbf50c331939d
3
+ metadata.gz: ed20a894b7ab8466b5581f74533c54d788df1a5bef348dbb625d66ad0ea72df7
4
+ data.tar.gz: 8677bc164f5cddb14caf307e1e42807f2844bfd433d9d2dda8f6b6a611297875
5
5
  SHA512:
6
- metadata.gz: ebbb60136424f4a5b517b9fa655eca408245c305e66e99c1059ae900d546ae2136b64d22b157b4c2c813e9de8067e1a3cb173a4702cd7b40f35022291450937f
7
- data.tar.gz: 681208afdc7c677f901d5e0dda0089ed54fae1bc962bd6c88e7654159c70e94a06a1b75b5109f850f14ac9b616773a3fbd88c7ecde1cf9c7fdeffe3ed6b810af
6
+ metadata.gz: 6fb28cfe5904b414b547fe16eeccbb709bd142b18ecb1c49786e6efe912e0b66ebb9408457fbeb0c2163ca627d3c9e40f9bd857b6361823a77a0852964c57142
7
+ data.tar.gz: 20646c81d0a9d71461c16ad0dcf9db3b8984bf784628849a4e8b1c8c09081c68ee0405356a98cd2413028fb9b517102cda1bda8988fa0b3c3693ac20aa5ba646
data/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.1...ruby/eyes_capybara@6.6.2) (2025-09-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.12.0
9
+ #### Features
10
+
11
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
12
+ * @applitools/core bumped to 4.46.0
13
+ #### Features
14
+
15
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
21
+
22
+
23
+
24
+ * @applitools/logger bumped to 2.2.3
25
+
26
+ * @applitools/dom-snapshot bumped to 4.13.6
27
+
28
+ * @applitools/socket bumped to 1.3.4
29
+
30
+ * @applitools/req bumped to 1.8.3
31
+
32
+ * @applitools/image bumped to 1.2.3
33
+
34
+ * @applitools/dom-capture bumped to 11.6.4
35
+
36
+ * @applitools/driver bumped to 1.23.4
37
+
38
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
39
+
40
+ * @applitools/spec-driver-selenium bumped to 1.7.4
41
+
42
+ * @applitools/spec-driver-puppeteer bumped to 1.6.4
43
+
44
+ * @applitools/screenshoter bumped to 3.12.4
45
+
46
+ * @applitools/nml-client bumped to 1.11.4
47
+
48
+ * @applitools/tunnel-client bumped to 1.11.1
49
+
50
+ * @applitools/ufg-client bumped to 1.17.3
51
+
52
+ * @applitools/core-base bumped to 1.27.3
53
+
54
+ * @applitools/ec-client bumped to 1.12.6
55
+
56
+ * eyes_universal bumped to 4.46.0
57
+
58
+ * eyes_core bumped to 6.9.2
59
+
60
+ * eyes_selenium bumped to 6.12.2
61
+
62
+ * @applitools/test-server bumped to 1.3.2
63
+
64
+
3
65
  ## [6.6.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.0...ruby/eyes_capybara@6.6.1) (2025-09-04)
4
66
 
5
67
 
@@ -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.1"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.2"
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.1'.freeze
5
+ VERSION = '6.6.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.6.1
4
+ version: 6.6.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-09-04 00:00:00.000000000 Z
11
+ date: 2025-09-09 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.1
19
+ version: 6.12.2
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.1
26
+ version: 6.12.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement