eyes_capybara 6.3.2 → 6.3.4

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: e34d79eef78c0abff3b708787f15cb9a30ad28787d88af9e6cdc3e02fe790f39
4
- data.tar.gz: 5a9bb404aaf47f636c2a210e42aed0e81f33758647c481e1b5e4651ce27bd96c
3
+ metadata.gz: 4d0390e831008d55f727e85fcdd9e9e80e1e656f01bb013175fd6ceaa09d0e46
4
+ data.tar.gz: 87a34c5f2098587668ea141b2de12bc25af633f898402252cc11f3c705ee96f5
5
5
  SHA512:
6
- metadata.gz: 217cb8f6a54ebea01af99c86177ed8bb5b07e82419362930dae44987cd4aa353b76bf34e7484aa38e589e6f41d4b8055af7f24470f2a915260f1f75cbb767f45
7
- data.tar.gz: 7580bfacbf95885f8faf6fafc5c6b53ad9469426c4d98d42bbea10bab81c7837f728d99e9fea323667278a7e0d21f764b18976701ed6378a62519cf3d043ea6c
6
+ metadata.gz: 1cfa69adb170bef05dcd6273219b9afc43615eb37262d416e14252a8d1b2d1a704c6ab231e3f99044ce6ba50fb09e0ab49a2f2084435abcdfca0730487bf6208
7
+ data.tar.gz: cc17005d700dc03069714f425c17a17cdefe636d7d49708fdce3a12506ccd6440294e1ec962397bee3a242887a0f1a775d779a9ee0cd6717a133c11df7546788
data/CHANGELOG.md CHANGED
@@ -1,5 +1,116 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.3...ruby/eyes_capybara@6.3.4) (2024-05-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.11.1
9
+ #### Bug Fixes
10
+
11
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
12
+ * @applitools/core bumped to 4.14.0
13
+ #### Features
14
+
15
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
21
+ * support for using unicode and just using escape with numbers ([#2241](https://github.com/Applitools-Dev/sdk/issues/2241)) ([c59f47f](https://github.com/Applitools-Dev/sdk/commit/c59f47f73585d7f308c43c9ee1845e097a2111a3))
22
+
23
+
24
+
25
+ * @applitools/spec-driver-webdriver bumped to 1.1.7
26
+
27
+ * @applitools/spec-driver-selenium bumped to 1.5.78
28
+
29
+ * @applitools/spec-driver-puppeteer bumped to 1.4.7
30
+
31
+ * @applitools/driver bumped to 1.17.2
32
+ #### Bug Fixes
33
+
34
+ * cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
35
+ * @applitools/screenshoter bumped to 3.8.31
36
+
37
+ * @applitools/nml-client bumped to 1.8.4
38
+
39
+ * @applitools/ec-client bumped to 1.8.4
40
+
41
+ * @applitools/core-base bumped to 1.13.0
42
+ #### Features
43
+
44
+ * `matchTimeout` ([#2309](https://github.com/Applitools-Dev/sdk/issues/2309)) ([626529e](https://github.com/Applitools-Dev/sdk/commit/626529e839fd2a96ac0de98332f42873c0f387a4))
45
+ * eyes_universal bumped to 4.14.0
46
+
47
+ * eyes_core bumped to 6.3.4
48
+
49
+ * eyes_selenium bumped to 6.3.4
50
+
51
+
52
+ ## [6.3.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.2...ruby/eyes_capybara@6.3.3) (2024-04-15)
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * @applitools/utils bumped to 1.7.1
58
+ #### Bug Fixes
59
+
60
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
61
+ * @applitools/socket bumped to 1.1.15
62
+
63
+ * @applitools/tunnel-client bumped to 1.5.1
64
+ #### Bug Fixes
65
+
66
+ * 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))
67
+
68
+
69
+
70
+ * @applitools/ec-client bumped to 1.8.1
71
+ #### Bug Fixes
72
+
73
+ * 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))
74
+ * 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))
75
+
76
+
77
+
78
+ * @applitools/core bumped to 4.12.2
79
+ #### Bug Fixes
80
+
81
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
82
+
83
+
84
+
85
+ * @applitools/logger bumped to 2.0.15
86
+
87
+ * @applitools/req bumped to 1.6.6
88
+
89
+ * @applitools/image bumped to 1.1.10
90
+
91
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
92
+
93
+ * @applitools/spec-driver-selenium bumped to 1.5.75
94
+
95
+ * @applitools/spec-driver-puppeteer bumped to 1.4.4
96
+
97
+ * @applitools/driver bumped to 1.16.6
98
+
99
+ * @applitools/screenshoter bumped to 3.8.28
100
+
101
+ * @applitools/nml-client bumped to 1.8.1
102
+
103
+ * @applitools/ufg-client bumped to 1.11.1
104
+
105
+ * @applitools/core-base bumped to 1.11.1
106
+
107
+ * eyes_universal bumped to 4.12.2
108
+
109
+ * eyes_core bumped to 6.3.3
110
+
111
+ * eyes_selenium bumped to 6.3.3
112
+
113
+
3
114
  ## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.1...ruby/eyes_capybara@6.3.2) (2024-04-01)
4
115
 
5
116
 
@@ -2,7 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.3.2'.freeze
6
- # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
5
+ VERSION = '6.3.4'.freeze
7
6
  end
8
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_capybara
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.2
4
+ version: 6.3.4
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-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_selenium
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.3.2
19
+ version: 6.3.4
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.3.2
26
+ version: 6.3.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement