eyes_capybara 6.6.40 → 6.6.41

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: 2b46bba79cccceef5a9e71445f5e80aa66efe8619cea862716c4fd1d4cc62422
4
- data.tar.gz: bb43b605ee114a1c0122e6b3b34cdce798dfeaa44f98c9faa08b99576640ed77
3
+ metadata.gz: 9f7d6504c804ac829cb64e7979b08e97b8151c80467ac64fbca7aba8b9047bf9
4
+ data.tar.gz: 2bc5c7bdb80351b1b8c45d010cb74365f3ab2de1a97e44c28ca3e3f718ea618e
5
5
  SHA512:
6
- metadata.gz: 64235912bf0816b7f77732f67d66070d0f0a8e4b4535e0820a2fe76f18b7ba3824411c92dfcfc09a3684a4b8607dc21c4362d72468b4185f60c1b71f2c3ecee5
7
- data.tar.gz: 4037615520c94fdf4e25b145cdafbad850468dc78b0b0d5d96afde2a39e02abf1d5983f180be9f11177165a464a93f5e17df38dfbb92563cc43bf538120e025e
6
+ metadata.gz: c85767b621ff9437da35b59347781111be7a4584fbcaa06c5e3321a30c76863ae6098d8fb8efde2e5febeedd24086fbf276ee026691ee0565acfa54f64641f92
7
+ data.tar.gz: c1555fff666ce679d7b3a405ea64229ba47dfe4a9cdb796530200a5dc08a6f46bbedc766b5b34921cdc6450326160b6d8fbba627c53190607284f59f55e631e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.41](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.40...ruby/eyes_capybara@6.6.41) (2026-06-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.15.0
9
+ #### Features
10
+
11
+ * one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
12
+ * @applitools/logger bumped to 2.2.13
13
+
14
+ * @applitools/dom-snapshot bumped to 4.17.4
15
+
16
+ * @applitools/socket bumped to 1.3.14
17
+
18
+ * @applitools/req bumped to 1.11.1
19
+ #### Bug Fixes
20
+
21
+ * bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
22
+
23
+
24
+
25
+ * @applitools/image bumped to 1.2.12
26
+
27
+ * @applitools/dom-capture bumped to 11.8.2
28
+
29
+ * @applitools/driver bumped to 1.26.4
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.6.4
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.8.4
34
+
35
+ * @applitools/spec-driver-playwright bumped to 1.9.4
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.8.4
38
+
39
+ * @applitools/screenshoter bumped to 3.12.23
40
+
41
+ * @applitools/nml-client bumped to 1.11.33
42
+
43
+ * @applitools/tunnel-client bumped to 1.12.1
44
+
45
+ * @applitools/ufg-client bumped to 1.22.4
46
+
47
+ * @applitools/core-base bumped to 1.35.3
48
+
49
+ * @applitools/ec-client bumped to 1.12.35
50
+
51
+ * @applitools/core bumped to 4.65.2
52
+
53
+ * eyes_universal bumped to 4.65.2
54
+
55
+ * eyes_core bumped to 6.11.7
56
+
57
+ * eyes_selenium bumped to 6.12.41
58
+
59
+ * @applitools/test-server bumped to 1.4.5
60
+
61
+
3
62
  ## [6.6.40](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.39...ruby/eyes_capybara@6.6.40) (2026-06-15)
4
63
 
5
64
 
@@ -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.40"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.41"
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.40'.freeze
5
+ VERSION = '6.6.41'.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.40
4
+ version: 6.6.41
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-06-15 00:00:00.000000000 Z
11
+ date: 2026-06-18 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.40
19
+ version: 6.12.41
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.40
26
+ version: 6.12.41
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement