eyes_calabash 6.3.13 → 6.3.14

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: 6da77daf1678cd24c6342e985cf198a6256eef1d2c64f2efaa1f367651020cc2
4
- data.tar.gz: f4120a9a5455c4a12a1321e9e05263ca2fdb838634dae1e90e609104526201ee
3
+ metadata.gz: 9c2e188f9f672333668e482c929a6ae14f2709797bfe4864362ea952aa847d55
4
+ data.tar.gz: 699e536138a232a814842fa3429e8e02c19d08f95c01463a083aa5eb38b24907
5
5
  SHA512:
6
- metadata.gz: c95569bc17d88777450bc7ca20cf5d09c7a6c76c612fd821bd75a5107c62a2c2b744cfee5253aa8eaefbd23bd39a7ca7513136730a9c25aa6edfff547ff2b112
7
- data.tar.gz: fb602ca2b41073ef5e7def36edcaf4378294ae57920e9eddb443f5a6e7f087e3f01d25d6b5ec0fea082d28ebafa973342afbc93e14ab01650f654ef81806f325
6
+ metadata.gz: cad70ebe5ab36e29d28354933b57fbb4d0f413921c28349380f6c28f35629af0340fbb681f7a2ea81ad978f90c57eb7d8ff6f1935de1e539fcd213a9c48761de
7
+ data.tar.gz: 313714cc924c9e736e771c1bc2ce0a0362a1bb1af4ab61181c2ecc113a5d639b4d8ea0b32e2a48112aedcd326a685e289ee17eeea72aa30b7c260dcd7cef9fe0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.13...ruby/eyes_calabash@6.3.14) (2025-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.11.15
9
+
10
+ * @applitools/driver bumped to 1.20.4
11
+ #### Bug Fixes
12
+
13
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
14
+ * eyes_universal bumped to 4.31.0
15
+ #### Features
16
+
17
+ * 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))
18
+
19
+
20
+
21
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
22
+
23
+ * @applitools/spec-driver-selenium bumped to 1.5.95
24
+
25
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
26
+
27
+ * @applitools/screenshoter bumped to 3.10.5
28
+
29
+ * @applitools/nml-client bumped to 1.8.24
30
+
31
+ * @applitools/ufg-client bumped to 1.16.3
32
+ #### Bug Fixes
33
+
34
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
35
+ * @applitools/ec-client bumped to 1.10.3
36
+
37
+ * @applitools/core bumped to 4.31.0
38
+ #### Features
39
+
40
+ * 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))
41
+
42
+
43
+ #### Bug Fixes
44
+
45
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
46
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
47
+
48
+
49
+
50
+ * eyes_core bumped to 6.5.2
51
+
52
+
3
53
  ## [6.3.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.12...ruby/eyes_calabash@6.3.13) (2025-01-19)
4
54
 
5
55
 
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency 'cucumber'
32
32
  spec.add_dependency 'file_utils'
33
33
  spec.add_dependency 'rspec-expectations'
34
- spec.add_dependency 'eyes_core', "= 6.5.1"
34
+ spec.add_dependency 'eyes_core', "= 6.5.2"
35
35
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.3.13'.freeze
5
+ VERSION = '6.3.14'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.13
4
+ version: 6.3.14
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: cucumber
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 6.5.1
61
+ version: 6.5.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 6.5.1
68
+ version: 6.5.2
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com