eyes_universal 4.10.5 → 4.11.2

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: b532fefa6b35c6f8ebb6dec5efc289586de6b1a2e753d515cd758f5ac6a9cc1c
4
- data.tar.gz: 054cb544fcbef512e0b27cd5ed8511d4a8e65e67558cb6146e9b3f5521ca44d5
3
+ metadata.gz: 0c467862a3f2ec1104797aadd8e233f4fefd657bdb7fe93f2e536e7033df7bcf
4
+ data.tar.gz: a1661ef0ea0bb79f512bbce0f34664dd6a2a9c0253787be34cd3f124e73607a5
5
5
  SHA512:
6
- metadata.gz: 05e2cb35633b76051659ba84c3df1fe649f6af8fd3e767469943344b9519108926b847805f12f96a582d5b81c5b492de6f674d4acc1a6a4f7ab7269b756f9820
7
- data.tar.gz: 309cd411a655f437c542241943102f462d94accd58ba0cd095a803020550ec810181be7d5c6ae35ad9a9842d1348093f5a74aa4f00ac5d060703bc584e275986
6
+ metadata.gz: e3e81315d36b58d85dd48fc9364a76514aed70c958d7262322ca7ea4c248163eed661127277b09efe62c911e1cc420e131de2dba17543cd359c6aaa695b0be0e
7
+ data.tar.gz: 911c08d3fdb5b9876f4fccc3069b8e09fdb6742c02d4265b0ca332e965fa40e6a988404dc65be82de97c4b1c1da4a5c7d2875e58208c13be265a97fa17a49fc4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.11.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.11.0...ruby/eyes_universal@4.11.2) (2024-04-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/core bumped to 4.11.2
14
+ #### Bug Fixes
15
+
16
+ * trigger js core, python, ruby, dotnet release ([f072fd2](https://github.com/Applitools-Dev/sdk/commit/f072fd219aeb095e6caa94eed42d5ffb9b14f483))
17
+
18
+ ## [4.11.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.10.5...ruby/eyes_universal@4.11.0) (2024-03-31)
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/spec-driver-selenium bumped to 1.5.73
24
+ #### Bug Fixes
25
+
26
+ * remove getSessionDetails call in JS Selenium ([#2280](https://github.com/Applitools-Dev/sdk/issues/2280)) ([d15748f](https://github.com/Applitools-Dev/sdk/commit/d15748f68c931f2f84c13efd8472399c1ff72e25))
27
+ * @applitools/core-base bumped to 1.10.0
28
+ #### Features
29
+
30
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
31
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
32
+ * send heartbeat to keep test alive ([#2246](https://github.com/Applitools-Dev/sdk/issues/2246)) ([58636e7](https://github.com/Applitools-Dev/sdk/commit/58636e7dd353f06eb2b3bee1120ab81c3f9fcc94))
33
+
34
+
35
+ #### Bug Fixes
36
+
37
+ * retry Eyes request on ECONNREFUSED to improve stability during deployment ([d1e4dca](https://github.com/Applitools-Dev/sdk/commit/d1e4dcae79185578808b4f2c5f94fa79d7d914a3))
38
+ * @applitools/ec-client bumped to 1.7.31
39
+
40
+ * @applitools/core bumped to 4.11.0
41
+ #### Features
42
+
43
+ * Add GitMergeBaseTimestamp support ([#2281](https://github.com/Applitools-Dev/sdk/issues/2281)) ([5489608](https://github.com/Applitools-Dev/sdk/commit/54896085445663a51b5e5595a2517e48fa8736f3))
44
+ * batch buildId ([#2263](https://github.com/Applitools-Dev/sdk/issues/2263)) ([f19ac38](https://github.com/Applitools-Dev/sdk/commit/f19ac38612bc55d870f59161a39b5b7eb01e25f3))
45
+
46
+
47
+
48
+
3
49
  ## [4.10.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.10.4...ruby/eyes_universal@4.10.5) (2024-03-20)
4
50
 
5
51
 
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.10.5'.freeze
5
+ VERSION = '4.11.2'.freeze
6
6
  UNIVERSAL_CORE_VERSION = '4.10.5'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.10.5
4
+ version: 4.11.2
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-03-20 00:00:00.000000000 Z
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '0.1'
20
17
  - - ">="
21
18
  - !ruby/object:Gem::Version
22
19
  version: 0.1.0
20
+ - - "~>"
21
+ - !ruby/object:Gem::Version
22
+ version: '0.1'
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '0.1'
30
27
  - - ">="
31
28
  - !ruby/object:Gem::Version
32
29
  version: 0.1.0
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '0.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: stringio
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ homepage: https://www.applitools.com
66
66
  licenses:
67
67
  - Applitools
68
68
  metadata: {}
69
- post_install_message:
69
+ post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
72
72
  - lib
@@ -81,8 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.3.26
85
- signing_key:
84
+ rubygems_version: 3.0.3.1
85
+ signing_key:
86
86
  specification_version: 4
87
87
  summary: Applitools Ruby Universal binaries for SDK
88
88
  test_files: []