eyes_capybara 6.4.4 → 6.5.0
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 +4 -4
- data/CHANGELOG.md +29 -0
- data/eyes_capybara.gemspec +1 -1
- data/lib/applitools/eyes_capybara/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '089fbc39a742be0d7b989f95a4a74d9cd9ae3b91b9a4ab137091fd0c096b5bd7'
|
4
|
+
data.tar.gz: 3852b758ec9ea63b392038ea1764e6aa4ac0320d6df925c8df44c555f7ac786c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3032a7b97f19cab641ce236b0a9f4723217bc3242659de9b6adad33e1646b49e82e07195b0eb6e3a427fc1fb532fe8c853ae0211e067f4d5ecac63afb96d5f1
|
7
|
+
data.tar.gz: 3e6879def55b6b5a2370df6338dbb64679f44ef2c6e9904b005ae273875b9bbe5df93f3753ae198455f2dd2f1aa4a57534a8f6805329b5aa102c30754947346c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.4.4...ruby/eyes_capybara@6.5.0) (2025-07-14)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* eyes_universal bumped to 4.41.0
|
14
|
+
#### Features
|
15
|
+
|
16
|
+
* updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
|
17
|
+
* eyes_core bumped to 6.8.0
|
18
|
+
#### Features
|
19
|
+
|
20
|
+
* updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
* eyes_selenium bumped to 6.10.0
|
25
|
+
#### Features
|
26
|
+
|
27
|
+
* updated ruby dummy files ([#3095](https://github.com/Applitools-Dev/sdk/issues/3095)) ([fcacc0f](https://github.com/Applitools-Dev/sdk/commit/fcacc0f5ca14e0159bc0060ce5c085c40b9f5569))
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
3
32
|
## [6.4.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.4.3...ruby/eyes_capybara@6.4.4) (2025-06-15)
|
4
33
|
|
5
34
|
|
data/eyes_capybara.gemspec
CHANGED
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
29
29
|
spec.require_paths = %w(lib)
|
30
|
-
spec.add_dependency 'eyes_selenium', "= 6.
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.10.0"
|
31
31
|
spec.add_dependency 'capybara'
|
32
32
|
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.
|
4
|
+
version: 6.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-14 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.
|
19
|
+
version: 6.10.0
|
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.
|
26
|
+
version: 6.10.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|