eyes_selenium 6.5.0 → 6.5.1

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: 056515f2fd53bb4df4fd00e5ff6599771b72b0aa43fa4328583635b20cc39b2b
4
- data.tar.gz: 239b8327b5551b6bd123008cc1f3273534b7f9a0b2a3b8e779860a370c29d59b
3
+ metadata.gz: 35147a6ad0b937e381a9e5f348532b8c17ce2568d5ce1d21442d498665ed6a13
4
+ data.tar.gz: cc3588da91f105c3fcd938bd0f891eb43862482c331213e2df6a3da226978630
5
5
  SHA512:
6
- metadata.gz: c87b57fca46059ce4180dcdba6453bcf8e048f2a5d99bf414ab4dc023e03136d6c1cb183369c8c2b81259840eb65bad17a4fce04ccb90ea823ed68041575cb68
7
- data.tar.gz: 926f1529da96facee08cdf52869c929cce561260787e1eeb17df493efa411e8aac8ca62b148ec33b3280865b92da9543054825668a1b13d8637db2407f3a550c
6
+ metadata.gz: aa10fb61884516b86f5417d11cdfd8f0ee1eefc644755b99fb5522936ec53f8b0e2ada38749811d1d48f667466094803c7b9a217d299a3a9a4f35089fc6daa0a
7
+ data.tar.gz: 5a733b65de4834d828526e2b087fc72aafd4fd6025b0231402147ebdb278041c1efb7c7ce26cb66b21ea268df35d54a2ba50c51e05b6ac686a0c5018f3086e5b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.0...ruby/eyes_selenium@6.5.1) (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.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.4.0...ruby/eyes_selenium@6.5.0) (2024-10-29)
4
49
 
5
50
 
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
26
26
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
27
27
  spec.require_paths = %w(lib)
28
- spec.add_dependency 'eyes_core', "= 6.4.1"
28
+ spec.add_dependency 'eyes_core', "= 6.4.2"
29
29
  spec.add_dependency 'selenium-webdriver', '>= 3'
30
30
  spec.add_dependency 'css_parser'
31
31
  spec.add_dependency 'crass'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.5.0'.freeze
5
+ VERSION = '6.5.1'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_selenium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.0
4
+ version: 6.5.1
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: eyes_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.4.1
19
+ version: 6.4.2
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.4.1
26
+ version: 6.4.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement