eyes_selenium 6.12.3 → 6.12.4

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: b2e6ac9f5fc737c8dd28dc3f97c5d07362617795b8ef5ec0249e5d572148054c
4
- data.tar.gz: 076c7b2c16ea1fe7a6a095d4b2eb9f67233f8bca98499823b5754c821a1b4c2b
3
+ metadata.gz: '0852b1348010e22ad7a1f2679548f470b58af0bcc16b5a6a5bdf7c6aa64adb74'
4
+ data.tar.gz: 853d125336713ee8e386c93aad4d70817b7f84239cdc07c18567ee24440d55d2
5
5
  SHA512:
6
- metadata.gz: fbc2ef4e4972ea9049109a447eec2e96047076cb32ca17d2cfae5a6a37098ce38b1db44cf14c8804f9332f366985967b2c2adc49615bf9b33f25cc206beed850
7
- data.tar.gz: 634cf109c7532a0aa9552952aa1088c58bb88e4e15a0e1676abea617d0a623eb841e07752d784525453f7ae8bc8978c3920591f69bd1ecb47439374659293e43
6
+ metadata.gz: 3732816beb5c8520aa77e7ab9daa1b41552b0230e2bbde13ba1ec567c2c1b586aab5424f43285ce49026bc222a49b3538e5feb11916be0a3ab87dd73e8b70dfe
7
+ data.tar.gz: 3de30b87aa6d4792ea809dd231a105767d7b6fbb090d8ec8c1d62ee45680ea3f007687d2d056200859e69c165fdca03e4c7795302c7334cd143e01494851549f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,56 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.3...ruby/eyes_selenium@6.12.4) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/dom-snapshot bumped to 4.13.7
13
+
14
+ * @applitools/socket bumped to 1.3.5
15
+
16
+ * @applitools/req bumped to 1.8.4
17
+
18
+ * @applitools/dom-capture bumped to 11.6.5
19
+
20
+ * @applitools/driver bumped to 1.23.5
21
+
22
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
23
+
24
+ * @applitools/spec-driver-selenium bumped to 1.7.5
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.6.5
27
+
28
+ * @applitools/screenshoter bumped to 3.12.5
29
+
30
+ * @applitools/nml-client bumped to 1.11.5
31
+
32
+ * @applitools/tunnel-client bumped to 1.11.2
33
+
34
+ * @applitools/ufg-client bumped to 1.17.4
35
+
36
+ * @applitools/core-base bumped to 1.27.4
37
+
38
+ * @applitools/ec-client bumped to 1.12.7
39
+
40
+ * @applitools/core bumped to 4.47.1
41
+ #### Bug Fixes
42
+
43
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
44
+
45
+
46
+
47
+ * eyes_universal bumped to 4.47.1
48
+
49
+ * eyes_core bumped to 6.9.4
50
+
51
+ * @applitools/test-server bumped to 1.3.3
52
+
53
+
3
54
  ## [6.12.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.2...ruby/eyes_selenium@6.12.3) (2025-09-15)
4
55
 
5
56
 
@@ -27,7 +27,7 @@ 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_core', "= 6.9.3"
30
+ spec.add_dependency 'eyes_core', "= 6.9.4"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3'
32
32
  spec.add_dependency 'css_parser'
33
33
  spec.add_dependency 'crass'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.3'.freeze
5
+ VERSION = '6.12.4'.freeze
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.12.3
4
+ version: 6.12.4
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-15 00:00:00.000000000 Z
11
+ date: 2025-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.9.3
19
+ version: 6.9.4
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.9.3
26
+ version: 6.9.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement