eyes_calabash 6.3.10 → 6.3.11

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: c77d87c6ff3ecb6de1104b1f33a457536bf518f91ffdd766d9997794e8536bdd
4
- data.tar.gz: 6d4ca954f7a041f85cfeed6b93e99e2372e2ea17bb3bd709daa4a80d5b731813
3
+ metadata.gz: 271994c21dcc76264ebbe94e6bc99b9b86dbd6868f360e3eb5b8ffe3e6dbbb6f
4
+ data.tar.gz: 1e6cd95e41e74b7aae2481d57e5958c6f96bd336354585417d98a04ab8e7e261
5
5
  SHA512:
6
- metadata.gz: 26adb6aedac03d39c4cbb54403dd9c06185e3a79d286d3bf1296e08037e0cd7d05ccd25aca6921ea8128c0a6b788f0b81e458a0e2c7489f498599a99249e219f
7
- data.tar.gz: 6882689c83ebd85cbf226052fac802b31a948a9d22c85a24c5083bb543b78af4ae8a80282f552063330eda63db1de0e01fce27e41609f82f339f65e47a289508
6
+ metadata.gz: 17042eb1a614bb10b8db6b4be37f96594407e4c244f102d1bac7ca8339574e774796d9f9407b6a47f467579c3e1a1d2871857957e093ae5d76e37ecce73aec71
7
+ data.tar.gz: ae0a571d087e8ab73a2673fd358adac91c7a7214773054871d06393694a4ed295251522147da5e05d4b600465c505d7bc4851f3e56a827d1ef1207dbf31dfb70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.10...ruby/eyes_calabash@6.3.11) (2024-11-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.0.16
9
+ #### Bug Fixes
10
+
11
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
12
+ * @applitools/req bumped to 1.7.4
13
+ #### Bug Fixes
14
+
15
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
16
+ * @applitools/core-base bumped to 1.19.3
17
+ #### Bug Fixes
18
+
19
+ * set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
20
+
21
+
22
+
23
+ * @applitools/dom-capture bumped to 11.5.2
24
+
25
+ * @applitools/nml-client bumped to 1.8.19
26
+
27
+ * @applitools/ufg-client bumped to 1.14.1
28
+
29
+ * @applitools/core bumped to 4.24.2
30
+ #### Bug Fixes
31
+
32
+ * don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
33
+ * enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
34
+
35
+
36
+
37
+ * @applitools/dom-snapshot bumped to 4.11.11
38
+
39
+ * @applitools/tunnel-client bumped to 1.5.10
40
+
41
+ * @applitools/ec-client bumped to 1.9.15
42
+
43
+ * eyes_universal bumped to 4.24.2
44
+
45
+ * eyes_core bumped to 6.4.2
46
+
47
+
3
48
  ## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.9...ruby/eyes_calabash@6.3.10) (2024-10-29)
4
49
 
5
50
 
@@ -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.4.1"
34
+ spec.add_dependency 'eyes_core', "= 6.4.2"
35
35
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.3.10'.freeze
5
+ VERSION = '6.3.11'.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.10
4
+ version: 6.3.11
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-10-29 00:00:00.000000000 Z
11
+ date: 2024-11-27 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.4.1
61
+ version: 6.4.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.4.1
68
+ version: 6.4.2
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com