eyes_universal 4.11.2 → 4.12.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: 0c467862a3f2ec1104797aadd8e233f4fefd657bdb7fe93f2e536e7033df7bcf
4
- data.tar.gz: a1661ef0ea0bb79f512bbce0f34664dd6a2a9c0253787be34cd3f124e73607a5
3
+ metadata.gz: 76768c1f51f78a8bb4e83ddf1a69c03d285e43f84d864112b9f7b76df1d50b6b
4
+ data.tar.gz: ca48a30922ef7c035e4aed4d9da67d3c09c9d534e0dcc1e6440f4af240a2f67d
5
5
  SHA512:
6
- metadata.gz: e3e81315d36b58d85dd48fc9364a76514aed70c958d7262322ca7ea4c248163eed661127277b09efe62c911e1cc420e131de2dba17543cd359c6aaa695b0be0e
7
- data.tar.gz: 911c08d3fdb5b9876f4fccc3069b8e09fdb6742c02d4265b0ca332e965fa40e6a988404dc65be82de97c4b1c1da4a5c7d2875e58208c13be265a97fa17a49fc4
6
+ metadata.gz: fb09cc64e8a9584047e7ff007ea455bd3ff8f5b15448dc15433734ea9236fdcc1f860be2545bc958353fc0ecf651bfef12d09699a34ed6636cee3eaafd3c2d9b
7
+ data.tar.gz: f787a1a47c49a796d2948f6985b15733a55697525b39962e690f1dd3fc3436e0bbdca57334cc522f811019b09d05e94fc0bfb3ca097d4ef787f3bb3c9c7a9a62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.12.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.11.2...ruby/eyes_universal@4.12.2) (2024-04-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.1
9
+ #### Bug Fixes
10
+
11
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
12
+ * @applitools/logger bumped to 2.0.15
13
+
14
+ * @applitools/req bumped to 1.6.6
15
+
16
+ * @applitools/image bumped to 1.1.10
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
19
+
20
+ * @applitools/spec-driver-puppeteer bumped to 1.4.4
21
+
22
+ * @applitools/screenshoter bumped to 3.8.28
23
+
24
+ * @applitools/tunnel-client bumped to 1.5.1
25
+ #### Bug Fixes
26
+
27
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
28
+
29
+
30
+
31
+ * @applitools/ec-client bumped to 1.8.1
32
+ #### Bug Fixes
33
+
34
+ * change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
35
+ * create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
36
+
37
+
38
+
39
+ * @applitools/socket bumped to 1.1.15
40
+
41
+ * @applitools/spec-driver-selenium bumped to 1.5.75
42
+
43
+ * @applitools/driver bumped to 1.16.6
44
+
45
+ * @applitools/nml-client bumped to 1.8.1
46
+
47
+ * @applitools/ufg-client bumped to 1.11.1
48
+
49
+ * @applitools/core-base bumped to 1.11.1
50
+
51
+ * @applitools/core bumped to 4.12.2
52
+ #### Bug Fixes
53
+
54
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
55
+
56
+
57
+
58
+
3
59
  ## [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
60
 
5
61
 
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.11.2'.freeze
5
+ VERSION = '4.12.2'.freeze
6
6
  UNIVERSAL_CORE_VERSION = '4.10.5'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.11.2
4
+ version: 4.12.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: 2024-04-01 00:00:00.000000000 Z
11
+ date: 2024-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri