eyes_capybara 6.3.4 → 6.3.5

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: 4d0390e831008d55f727e85fcdd9e9e80e1e656f01bb013175fd6ceaa09d0e46
4
- data.tar.gz: 87a34c5f2098587668ea141b2de12bc25af633f898402252cc11f3c705ee96f5
3
+ metadata.gz: 549cb3e6b6e799d8378ed75e98668c83f2a121499df0f54ece441bfd0198f2b6
4
+ data.tar.gz: 293a8eb9a2eeaeba285787b3aeea801def58d603e198c672a07f9782fb456e63
5
5
  SHA512:
6
- metadata.gz: 1cfa69adb170bef05dcd6273219b9afc43615eb37262d416e14252a8d1b2d1a704c6ab231e3f99044ce6ba50fb09e0ab49a2f2084435abcdfca0730487bf6208
7
- data.tar.gz: cc17005d700dc03069714f425c17a17cdefe636d7d49708fdce3a12506ccd6440294e1ec962397bee3a242887a0f1a775d779a9ee0cd6717a133c11df7546788
6
+ metadata.gz: 49c66fecbf36614f9b202efac2b65f89f1d30bb99b67fd438a7519ed2111be4d5f167f94a3cdd955c653923f32caccbdf8d17eb43c6c7668348c2cc0514ef22e
7
+ data.tar.gz: f77ec5710913ac3377bc146598f4d64a791cc0fc6d8d7f637f6fa4c48f46adbb96f680da00ea7862609c1e993afa8a2e62fc79296d89bfc49fd5e06d354e1774
data/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.4...ruby/eyes_capybara@6.3.5) (2024-05-07)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.2.7
9
+ #### Bug Fixes
10
+
11
+ * capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
12
+ * @applitools/ec-client bumped to 1.8.5
13
+
14
+ * @applitools/core-base bumped to 1.14.0
15
+ #### Features
16
+
17
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
18
+ * long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
19
+ * @applitools/core bumped to 4.15.0
20
+ #### Features
21
+
22
+ * expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
23
+
24
+
25
+
26
+ * eyes_universal bumped to 4.15.0
27
+
28
+ * eyes_core bumped to 6.3.5
29
+
30
+ * eyes_selenium bumped to 6.3.5
31
+
32
+
3
33
  ## [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
34
 
5
35
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCapybara
5
- VERSION = '6.3.4'.freeze
5
+ VERSION = '6.3.5'.freeze
6
6
  end
7
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.4
4
+ version: 6.3.5
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-05-01 00:00:00.000000000 Z
11
+ date: 2024-05-08 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.4
19
+ version: 6.3.5
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.4
26
+ version: 6.3.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: capybara
29
29
  requirement: !ruby/object:Gem::Requirement