eyes_core 6.5.1 → 6.5.2

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: ffb4916338839fd6ca6b15874a65fe26cffe27a156d1e6c5b59b55465327f658
4
- data.tar.gz: 895c11c0f2843558090b0f9e86bf1900984b478af4796cfb01bf5867cb597e6e
3
+ metadata.gz: 83ea998b342bca603ccd802a56edb5c8f341855400de744b1339aa9c75601818
4
+ data.tar.gz: d033e8ebf3a0c59bcaff73e1af61b5a29e7f3b3094f428a683b203840f52c6f7
5
5
  SHA512:
6
- metadata.gz: 17a35ac64ce18ad2fce6b3608ccee63ba281614b535b02fdc23d10e8528fce1717cbcd81031b77b0e1cadf2146a33849238379acded3daa87588b289318e9be3
7
- data.tar.gz: 04cad673216a1b91942b3e25dea06361d47ae1f7c17132e29d4f02e170a9949348b0117cda204edd3ee41ccdc30107a0973af6eba5d5c4b155c50b2753b7b08e
6
+ metadata.gz: 565415bbaef02505827ae9affadf8377a75e3f0c4b047bb7654fd5cd38f320c0bb500b1291b463789cf9ee3ccc1d1b44c1b07f0cb8f7ad194954b2be5c5322e7
7
+ data.tar.gz: bbb77cb7b65a96c55961188ccd4cc431dfa176fd91824bdf81930f76c348ca916251bdd6c4307e8eebaf20340eca2fbdcbef839c4bd45209779db1f2d708d0df
data/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.5.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.5.1...ruby/eyes_core@6.5.2) (2025-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.20.4
9
+ #### Bug Fixes
10
+
11
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
12
+ * @applitools/ufg-client bumped to 1.16.3
13
+ #### Bug Fixes
14
+
15
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
16
+ * @applitools/core bumped to 4.31.0
17
+ #### Features
18
+
19
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
25
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
26
+
27
+
28
+
29
+ * @applitools/dom-snapshot bumped to 4.11.15
30
+
31
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
32
+
33
+ * @applitools/spec-driver-selenium bumped to 1.5.95
34
+
35
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
36
+
37
+ * @applitools/screenshoter bumped to 3.10.5
38
+
39
+ * @applitools/nml-client bumped to 1.8.24
40
+
41
+ * @applitools/ec-client bumped to 1.10.3
42
+
43
+ * eyes_universal bumped to 4.31.0
44
+ #### Features
45
+
46
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
47
+
48
+
49
+
50
+
3
51
  ## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.5.0...ruby/eyes_core@6.5.1) (2025-01-19)
4
52
 
5
53
 
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.29.1"
41
+ spec.add_dependency 'eyes_universal', "= 4.31.0"
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.5.1'.freeze
5
+ VERSION = '6.5.2'.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.5.1
4
+ version: 6.5.2
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-01-19 00:00:00.000000000 Z
11
+ date: 2025-01-30 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.29.1
117
+ version: 4.31.0
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.29.1
124
+ version: 4.31.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement