eyes_capybara 6.6.5 → 6.6.6

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: a6144a37e99166665157f3e465ad82bd853f81145c6085e37a26c7624f723b7f
4
- data.tar.gz: 948f510c99de75afb10c658dfe85e7c4491d9f11516f9df234b51443555fd3a4
3
+ metadata.gz: 88fbfbfcad3dc4c440553b5368c7975f745b9a64e3fc76fde1abec1b4fa18395
4
+ data.tar.gz: ff8042444ef1621db908650d91f749802a933368ea3a3b3a2398d247ba2570d9
5
5
  SHA512:
6
- metadata.gz: def5b204c48d14b70c0856d0b57c6fcd37a6c8107a6452f6f108910a02c1c793e83092eb77363bcddd89afa60bee9c1f34614f592c42b4ecb639fede0b730b12
7
- data.tar.gz: 30fde2a8300964f2e783d92b1efa43143fafa88c054b979d4b04d264bea4f02ad99419e76a22346a42567fdaafada58d4de5e2aa5f97a758165a1bcc0ccf61de
6
+ metadata.gz: 6a49d9f9009cf67814f4a459de9a5b075707efe473a286bd2208ebab1a56ae7641d2f993a138caa9f625c49cad7c6d91a629a6fb30d2802807525074de17ee36
7
+ data.tar.gz: c1cf825913f67672c85d5429526b4e89b07f00c5fa9f3eec3329d80a65e866c9592de6e38ee241e1fe876562dffc37e58f3bc42d1959dd38fd9904a2d8a9f98b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.6.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.5...ruby/eyes_capybara@6.6.6) (2025-10-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/screenshoter bumped to 3.12.6
9
+ #### Bug Fixes
10
+
11
+ * wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
12
+ * @applitools/nml-client bumped to 1.11.7
13
+
14
+ * @applitools/core-base bumped to 1.28.1
15
+ #### Bug Fixes
16
+
17
+ * unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
18
+ * @applitools/core bumped to 4.49.0
19
+ #### Features
20
+
21
+ * storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
22
+
23
+
24
+ #### Bug Fixes
25
+
26
+ * duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
27
+
28
+
29
+
30
+ * @applitools/ec-client bumped to 1.12.9
31
+
32
+ * eyes_universal bumped to 4.49.0
33
+
34
+ * eyes_core bumped to 6.9.6
35
+
36
+ * eyes_selenium bumped to 6.12.6
37
+
38
+
3
39
  ## [6.6.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.6.4...ruby/eyes_capybara@6.6.5) (2025-09-22)
4
40
 
5
41
 
@@ -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.5"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.6"
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.5'.freeze
5
+ VERSION = '6.6.6'.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.5
4
+ version: 6.6.6
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-22 00:00:00.000000000 Z
11
+ date: 2025-10-01 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.5
19
+ version: 6.12.6
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.5
26
+ version: 6.12.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement