eyes_images 6.3.7 → 6.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfbb915264ec2447bdd67fddaebb5fc8b86815759886460be4391cc60c2d5350
4
- data.tar.gz: cb2c21cd186a31e4370d04c2fb1d17e7565b1e1544c6e20e571933d0e9a82238
3
+ metadata.gz: a0c9762653e8131172ba3761d938e1713248bfd1727b0a5adf51e7b38b5d8e6b
4
+ data.tar.gz: 17223eb5070a94a67bc1cbb11aaed312bb8a2319f87c629f2d6254c0a65bed16
5
5
  SHA512:
6
- metadata.gz: 9827cf9a856ca873f1a8aea4a218eab6848e0bafaeee8a4577aa1581c56980a53c65f0e3ebc318d91d670cf7042eeb958bd1f9bddfe87979b4088ab3aab121fd
7
- data.tar.gz: b09d6335eaccde28aed56ab1515175c54b4bf848faff73acdf0a60c2d19091222fe6cc14a88d74c29d8204106fa9684894e7e3feea014097173957a1661b1d07
6
+ metadata.gz: d31b081de336a60d6b635a107b97d227f1099a622f0e7fbfd73ff6c2247a566caa2aba2d4210f36d494b367d6d9cd44f226ef0be54760e2b24cb54e6ea200b1a
7
+ data.tar.gz: 6b15fb2d08b9c08b85f439056f521fd3dd9faf6732e47f6e47fcd12eccf616a289c6da48c66b598fc57f6692c3149b26978cc9ef64da594f9be2cb1577fde05f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.3.7...ruby/eyes_images@6.3.8) (2024-09-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.4.0
9
+ #### Features
10
+
11
+ * ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
12
+ * @applitools/driver bumped to 1.19.0
13
+ #### Features
14
+
15
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
21
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
22
+ * @applitools/tunnel-client bumped to 1.5.8
23
+ #### Bug Fixes
24
+
25
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.16.1
30
+ #### Bug Fixes
31
+
32
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
33
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.5.83
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
38
+
39
+ * @applitools/screenshoter bumped to 3.8.36
40
+
41
+ * @applitools/nml-client bumped to 1.8.10
42
+
43
+ * @applitools/ec-client bumped to 1.9.4
44
+
45
+ * @applitools/core bumped to 4.18.2
46
+ #### Bug Fixes
47
+
48
+ * don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
49
+
50
+
51
+
52
+ * eyes_universal bumped to 4.18.2
53
+
54
+ * eyes_core bumped to 6.3.8
55
+
56
+
3
57
  ## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.3.6...ruby/eyes_images@6.3.7) (2024-07-23)
4
58
 
5
59
 
data/eyes_images.gemspec CHANGED
@@ -27,5 +27,5 @@ 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.3.7"
30
+ spec.add_dependency 'eyes_core', "= 6.3.8"
31
31
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.3.7'.freeze
5
+ VERSION = '6.3.8'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.7
4
+ version: 6.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-24 00:00:00.000000000 Z
11
+ date: 2024-09-10 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.3.7
19
+ version: 6.3.8
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.3.7
26
+ version: 6.3.8
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com
@@ -43,7 +43,7 @@ licenses:
43
43
  - Applitools
44
44
  metadata:
45
45
  yard.run: yri
46
- post_install_message:
46
+ post_install_message:
47
47
  rdoc_options: []
48
48
  require_paths:
49
49
  - lib
@@ -58,8 +58,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 3.5.9
62
- signing_key:
61
+ rubygems_version: 3.1.6
62
+ signing_key:
63
63
  specification_version: 4
64
64
  summary: Applitools Ruby Images SDK
65
65
  test_files: []