eyes_images 6.0.2 → 6.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 975485f6d385c9d2a577fac3383118ac3009ed6fe46bd984a31e2989a2e931f2
4
- data.tar.gz: 3fb910f32faf875e823b5bac33b576fb33766d27be5f0736074d925a22f28600
3
+ metadata.gz: 1f0b4da112203addc1a066c1abfe631d8908df3d8c77ee221d43d1e6d192d396
4
+ data.tar.gz: ed3c9ed349e72772f3aaec0e6e084515ac0b1d7810d326ca404e2bec3247d9a0
5
5
  SHA512:
6
- metadata.gz: 4d96f84779aa3d8d9ed4e219dbafad80bda1bec8f88c84596e5ebd15b2dbfef3a6a16e2582b8190d98f7bb8b44a3eda0c632b9ac63a89aff393dc527261ae6c8
7
- data.tar.gz: 8a366b3af30b19a67c185e1da35a7d717477ef79c40688d64d165ae564913f8dc6f608a94597479b3929c1626bfd628971b728280a926158f179a5930d0028c4
6
+ metadata.gz: a912ee810d3082d68f93e9f1da35108118d43b7654a5ecd6649cd92d6bf27d5f1e08274ccd68f00e6f7f4f178f38fa744c9df4b707ea4fd995bb51378a5d5095
7
+ data.tar.gz: f6dfe51a0bb01e69a95c9c3753df2292e775411829c609e50d9fba0bf4b2b5deaa7972a025d96655a4751304e198282da878885a2eb063ec7792a4eb120de2a6
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 EyesImages
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
@@ -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.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_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.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
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com