eyes_core 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: 7217f9401829eea99dd0991c4485495b8c85cdaad443cee177dff57929ae4045
4
- data.tar.gz: 6633017050f8f65b952736b2506cdb981bab49540f8599a8c9bc36140f19bbb6
3
+ metadata.gz: 391c8bb10ca575b3556ec62876ebd2da33adc3b13c64a7cd115ca3e94398c94a
4
+ data.tar.gz: ba18c956cc59d0c280057c4a065b4407fcefa64b96d4f9e6b94a4c16d4e9a9e1
5
5
  SHA512:
6
- metadata.gz: a0a021e8291a7a5690727d44058d020d3eec4dfa676bd5724e957adbe0e919c1e589666610d2d30ffdab956dd07b359da762afe7241d265386d8e4fd63c489fb
7
- data.tar.gz: 2ab0df9c110a9dac73417ae5e88412655adb219908814c1e1d42154c3dae95bb6cfa879dceaa471f65fa6a4e9b5568a6a91b181f11c496ed339a90854bc106ba
6
+ metadata.gz: effe5eb5224d4aabab6567e2928b0fa805f01d890ee19e52cca4fa013dd349958043ada027ed64b6abd3b1eb3181be0ade7c85ffc3ceac57b2890a1c4853d1d6
7
+ data.tar.gz: c63be2a3a4fb9251558588f67172868e5d0828efe861fd76a480fc8ddc04edcbf9573515c1c95ec6e045c29b4aadedbf8a20839ad2dda28824fca8155c503b10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.7...ruby/eyes_core@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/core bumped to 4.18.2
23
+ #### Bug Fixes
24
+
25
+ * 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))
26
+
27
+
28
+
29
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
30
+
31
+ * @applitools/spec-driver-selenium bumped to 1.5.83
32
+
33
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
34
+
35
+ * @applitools/screenshoter bumped to 3.8.36
36
+
37
+ * @applitools/nml-client bumped to 1.8.10
38
+
39
+ * @applitools/tunnel-client bumped to 1.5.8
40
+ #### Bug Fixes
41
+
42
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
43
+
44
+
45
+
46
+ * @applitools/core-base bumped to 1.16.1
47
+ #### Bug Fixes
48
+
49
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
50
+ * @applitools/ec-client bumped to 1.9.4
51
+
52
+ * eyes_universal bumped to 4.18.2
53
+
54
+
3
55
  ## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.3.6...ruby/eyes_core@6.3.7) (2024-07-23)
4
56
 
5
57
 
data/eyes_core.gemspec CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
38
38
  spec.add_dependency 'colorize'
39
39
  spec.add_dependency 'websocket'
40
40
  spec.add_dependency 'sorted_set'
41
- spec.add_dependency 'eyes_universal', "= 4.18.0"
41
+ spec.add_dependency 'eyes_universal', "= 4.18.2"
42
42
 
43
43
  spec.add_development_dependency 'bundler'
44
44
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.3.7'.freeze
5
+ VERSION = '6.3.8'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
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: faraday
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 4.18.0
117
+ version: 4.18.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 4.18.0
124
+ version: 4.18.2
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement
@@ -370,7 +370,7 @@ licenses:
370
370
  - Applitools
371
371
  metadata:
372
372
  yard.run: yri
373
- post_install_message:
373
+ post_install_message:
374
374
  rdoc_options: []
375
375
  require_paths:
376
376
  - lib
@@ -385,8 +385,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
385
385
  - !ruby/object:Gem::Version
386
386
  version: '0'
387
387
  requirements: []
388
- rubygems_version: 3.5.9
389
- signing_key:
388
+ rubygems_version: 3.1.6
389
+ signing_key:
390
390
  specification_version: 4
391
391
  summary: Core of the Applitools Ruby SDK
392
392
  test_files: []