eyes_appium 6.7.11 → 6.7.12

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: 05e7575830274f4c61afded05a5be681eed91bf939dc9d0c76762de35b0f1479
4
- data.tar.gz: 3a7814c43952c101753e48bd3c16282223d64e3e05207cfb93ade9938e396bad
3
+ metadata.gz: b032ecaeaeed2d68dd29e45aa572b6b54075fb6c7e641d33a93982c02b9b83e7
4
+ data.tar.gz: de479ed276d7786862dae37250b63a44601ec5152516161ddde0353565617fea
5
5
  SHA512:
6
- metadata.gz: f06b038b12d62c6971d7f67f15ba2c7ef2b39f10fa7167cdaf672d4428f6701de0f0ad64311c7f059eb30e3cb38bacc472c2fb2f3cb69e8c01aad06c0633fdd6
7
- data.tar.gz: '0880e51138aa382a2a9fb417ec67ee4ccdb3a396346a4b4d8dac18e3f3197ef54dcf97b6c6bccd4158d238a1f2582e94cd1de22798f8c478261b26c3f1a7b671'
6
+ metadata.gz: 62ad2889af257d322df428714b1c8dabdbc7815d992e777ca44b3ae7b93295fa4482924f788d23f89e6c5cda415358e80e6e552a9f7c10f6cf5a723fbee09152
7
+ data.tar.gz: 127b89289efe5abd6803c799d342baa5797045a43759b6646d751790e428c4aa82c710858141ed91d6febb6bddff341ec23c3f1ab65b6790a2a3345f5ecf23de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.7.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.11...ruby/eyes_appium@6.7.12) (2025-12-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.4
9
+ #### Bug Fixes
10
+
11
+ * CSS variables in Shadow DOM style tags not expanded | FLD-3790 ([#3427](https://github.com/Applitools-Dev/sdk/issues/3427)) ([3d84b5f](https://github.com/Applitools-Dev/sdk/commit/3d84b5f120dd5e72dea5ec77b5d446e7ca696d52))
12
+ * @applitools/core bumped to 4.54.1
13
+ #### Bug Fixes
14
+
15
+ * improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
16
+
17
+
18
+
19
+ * eyes_universal bumped to 4.54.1
20
+
21
+ * eyes_core bumped to 6.9.12
22
+
23
+ * eyes_selenium bumped to 6.12.12
24
+
25
+
3
26
  ## [6.7.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.10...ruby/eyes_appium@6.7.11) (2025-12-14)
4
27
 
5
28
 
data/eyes_appium.gemspec CHANGED
@@ -27,7 +27,7 @@ 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.12.11"
30
+ spec.add_dependency 'eyes_selenium', "= 6.12.12"
31
31
  spec.add_dependency 'appium_lib', '>= 10.6.0'
32
32
  # Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
33
33
  # appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.7.11'.freeze
5
+ VERSION = '6.7.12'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_appium
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.11
4
+ version: 6.7.12
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-12-14 00:00:00.000000000 Z
11
+ date: 2025-12-28 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.12.11
19
+ version: 6.12.12
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.12.11
26
+ version: 6.12.12
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement