eyes_capybara 6.3.12 → 6.3.13

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: 826f0d9d903e9b98900e24c9bc0d961555283654d0954200f4d27637b0464fc7
4
- data.tar.gz: 1432929f77176da818c64bbd95b1b6b0e04d5368fbe43e864e05a14472763e12
3
+ metadata.gz: 142d3fe269e0e2ae859013f2457a9f615365789d10e5704a8ff28178dd21be2e
4
+ data.tar.gz: a6c31c997fde0bad4016a39e91e1b8e7791cf155b3a4a71a1719997e63515e56
5
5
  SHA512:
6
- metadata.gz: 65ad6d7560b84752187dea88465870009f61cc4f03338a616fb158fe9b489648eb71aa15772737beb13b40be2b8ca9450ddf86ef1e95ae476cc1af069aa14239
7
- data.tar.gz: 9dae872895c9d10959fd940bd4d51f7e0177469d52e69e54d28c2e582bd2737e91cff3e2f8a00b3e4dff19adad683e012601bcd3a884819c3aa0cb62a80ddef3
6
+ metadata.gz: b01bdc40637da8bdb240061deccc86c98398fad471918164440997cd4f81a002c05d2fba7ba3ace660d8ba34973cbb6f58711fcc1ae687a80881b4d2d873f1dd
7
+ data.tar.gz: 3a39fffde8993a8ac6b5f0ea413b476d3f33572ad830af4857d4f87841f1a58078a0635018232a0e591873f1975f70b75d929cab9ec16cc3ea5a3012ab1a9f99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.12...ruby/eyes_capybara@6.3.13) (2025-01-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/socket bumped to 1.2.1
9
+ #### Bug Fixes
10
+
11
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
12
+ * @applitools/req bumped to 1.7.7
13
+ #### Bug Fixes
14
+
15
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
16
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
17
+ #### Bug Fixes
18
+
19
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
20
+ * @applitools/ufg-client bumped to 1.16.1
21
+ #### Bug Fixes
22
+
23
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
24
+
25
+
26
+
27
+ * @applitools/core bumped to 4.29.1
28
+ #### Bug Fixes
29
+
30
+ * mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
31
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
32
+
33
+
34
+
35
+ * @applitools/screenshoter bumped to 3.10.4
36
+
37
+ * @applitools/nml-client bumped to 1.8.23
38
+
39
+ * @applitools/tunnel-client bumped to 1.6.1
40
+ #### Bug Fixes
41
+
42
+ * memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
43
+
44
+
45
+
46
+ * @applitools/core-base bumped to 1.22.1
47
+
48
+ * @applitools/ec-client bumped to 1.10.2
49
+
50
+ * eyes_universal bumped to 4.29.1
51
+
52
+ * eyes_core bumped to 6.5.1
53
+
54
+ * eyes_selenium bumped to 6.6.1
55
+
56
+
3
57
  ## [6.3.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.11...ruby/eyes_capybara@6.3.12) (2024-12-31)
4
58
 
5
59
 
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
25
25
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
26
26
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
27
27
  spec.require_paths = %w(lib)
28
- spec.add_dependency 'eyes_selenium', "= 6.6.0"
28
+ spec.add_dependency 'eyes_selenium', "= 6.6.1"
29
29
  spec.add_dependency 'capybara'
30
30
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.3.12'.freeze
5
+ VERSION = '6.3.13'.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.3.12
4
+ version: 6.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-31 00:00:00.000000000 Z
11
+ date: 2025-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.6.0
19
+ version: 6.6.1
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.6.0
26
+ version: 6.6.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement