eyes_images 6.0.2 → 6.0.3

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: 975485f6d385c9d2a577fac3383118ac3009ed6fe46bd984a31e2989a2e931f2
4
- data.tar.gz: 3fb910f32faf875e823b5bac33b576fb33766d27be5f0736074d925a22f28600
3
+ metadata.gz: 43cb315f4d9b96afefdbb5e0dc2cef000aa5a5236dd17592a523d3b0128b00a5
4
+ data.tar.gz: 8e2be058e1bf7514a6f387547c33369e7acc8fda957f78120aefed12930fff3a
5
5
  SHA512:
6
- metadata.gz: 4d96f84779aa3d8d9ed4e219dbafad80bda1bec8f88c84596e5ebd15b2dbfef3a6a16e2582b8190d98f7bb8b44a3eda0c632b9ac63a89aff393dc527261ae6c8
7
- data.tar.gz: 8a366b3af30b19a67c185e1da35a7d717477ef79c40688d64d165ae564913f8dc6f608a94597479b3929c1626bfd628971b728280a926158f179a5930d0028c4
6
+ metadata.gz: b0ad7cdc0fc8a1cc10a2fede47dad16ea33868e41fb61fea98bf6708fe17557347bc57fa89ffe6957698f5f1e20ab29f1e7190b2d21ef86033241b45c2c971b1
7
+ data.tar.gz: 341de4e84c1f46fbcbcfaac1b444186f0c82728093d0a91f88f868b186b7c71796a0e9d46060b11c24eea23c0e31c21628a4337432a3ac078f32974c10106acb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.3] (2024-02-02)
4
+
5
+ * ### Bug Fixes
6
+ * Fix Ruby 3 compatability issue with i18n integration
7
+ * Fix locate id parsing
8
+
9
+ * ### Features
10
+ * Add configure block-style of eyes_images configuration
11
+
12
+ ### Dependencies
13
+
14
+ * ### Updated
15
+ * Update version of Universal SDK Core to 4.7.0
16
+
17
+ * ### Features
18
+ * added support of proxy server url env var
19
+
20
+ * ### Bug Fixes
21
+ * losing root context after layout breakpoints reload
22
+ * add environment variable for setting ufg server ufg
23
+ * remove local environment id
24
+
3
25
  ## [6.0.2] (2024-01-03)
4
26
 
5
27
  ### Updated
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.0.2'.freeze
5
+ VERSION = '6.0.3'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
@@ -30,6 +30,11 @@ module Applitools::Images
30
30
  self.runner = Applitools::ClassicRunner.new
31
31
  end
32
32
 
33
+ def configure
34
+ return unless block_given?
35
+ yield(config)
36
+ end
37
+
33
38
  def self.environment_sdk
34
39
  {
35
40
  name: :eyes_images,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_images
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.2
4
+ version: 6.0.3
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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eyes_core
@@ -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.3
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.3
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com