eyes_appium 6.0.2 → 6.0.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: bf0181a491ead4ba93a17a4cf72c913c70123b542be6d4e5eec7f55ce7a4734e
4
- data.tar.gz: 0dc20e9f0b7286859268ed442260a42787d7ae62fc18a0c0798fed793ad47edc
3
+ metadata.gz: 1c0607127b500499a02b14921e87900abee25bcb4098af4fb7d76d9b453b2b76
4
+ data.tar.gz: f1bfda6d413f99d9af24d655635b3952210ab6f57b57ece7687dacc14cfc32c3
5
5
  SHA512:
6
- metadata.gz: f31822f8d4a1430096fed9290091f36905aa1e92764b7895eef772f6214bcad109f217425080581acb62ec12c4dad5e166814d296ce8a004de2d7cc21eae361b
7
- data.tar.gz: d8a7e57cb611a8a3222902949b3587817b358260fc30004ab5086d4951aa29c94a47f9a22da8f474752f1f7a5ed6634915717ec38648a3e704896670b7068d7f
6
+ metadata.gz: 4fe0b435eb8909f1c45d5d14633ce28c6cf6f05016ff1b95450da9d7ee8c4913914603655c07eea9b47899be9f69c89568f4ee6907a4df51c96ad9da7edbf06a
7
+ data.tar.gz: d65dbb569c0658487e61f94e379af0559a3824876223d720fe9f0b163cbcef993913da45a01a759ddeedfc96bde3b4c6c526b7971d3184e6a8e1a8f6a8f466e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.4] (2024-02-05)
4
+
5
+ * ### Bug Fixes
6
+ * Move from state_machine to state_machines gem (ROR with i18n compatability issue)
7
+
8
+ ## [6.0.3] (2024-02-02)
9
+
10
+ * ### Bug Fixes
11
+ * Fix Ruby 3 compatability issue with i18n integration
12
+ * Fix locate id parsing
13
+
14
+ * ### Features
15
+ * Add configure block-style of eyes_images configuration
16
+
17
+ ### Dependencies
18
+
19
+ * ### Updated
20
+ * Update version of Universal SDK Core to 4.7.0
21
+
22
+ * ### Features
23
+ * added support of proxy server url env var
24
+
25
+ * ### Bug Fixes
26
+ * losing root context after layout breakpoints reload
27
+ * add environment variable for setting ufg server ufg
28
+ * remove local environment id
29
+
3
30
  ## [6.0.2] (2024-01-03)
4
31
 
5
32
  ### Updated
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesAppium
5
- VERSION = '6.0.2'.freeze
5
+ VERSION = '6.0.4'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  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.0.2
4
+ version: 6.0.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-01-03 00:00:00.000000000 Z
11
+ date: 2024-02-05 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.0.2
19
+ version: 6.0.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.0.2
26
+ version: 6.0.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: appium_lib
29
29
  requirement: !ruby/object:Gem::Requirement