eyes_images 6.0.0 → 6.0.2

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: b0e197dec42ea5fc2e57563961566d2030578f5a1754be930820f3294dd74481
4
- data.tar.gz: fa47e843a4cf2153bf166b6a30ab930a227162ce32a1695aa16a2980ea298313
3
+ metadata.gz: 975485f6d385c9d2a577fac3383118ac3009ed6fe46bd984a31e2989a2e931f2
4
+ data.tar.gz: 3fb910f32faf875e823b5bac33b576fb33766d27be5f0736074d925a22f28600
5
5
  SHA512:
6
- metadata.gz: 873594dc81531e078fce85a22ae182703e616ded9089ea4ffaf63da8dee8b00a53ed88ba60df01a9e981317d8b224d3217b3f10e48612ea05068bfcdfb417b1a
7
- data.tar.gz: c262440f31a536a20d2af20e0beab63eeab0b82b5d7080a17749e435717711302842cd904f3f6021983be89ca3f037b899732c7a1babbb80870c2fb7622222ee
6
+ metadata.gz: 4d96f84779aa3d8d9ed4e219dbafad80bda1bec8f88c84596e5ebd15b2dbfef3a6a16e2582b8190d98f7bb8b44a3eda0c632b9ac63a89aff393dc527261ae6c8
7
+ data.tar.gz: 8a366b3af30b19a67c185e1da35a7d717477ef79c40688d64d165ae564913f8dc6f608a94597479b3929c1626bfd628971b728280a926158f179a5930d0028c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.2] (2024-01-03)
4
+
5
+ ### Updated
6
+ * Update version of Universal SDK Core to 4.5.2
7
+
8
+ ### Dependencies
9
+
10
+ * ### Features
11
+ * sign windows binaries
12
+ * support updated applitools lib protocol
13
+ * add set of env variables to skip/ignore some optional automations
14
+
15
+ * ### Bug Fixes
16
+
17
+ * layout breakpoints reload and lazy load
18
+ * fix safe selector generation
19
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
20
+ * avoid caching concurrency
21
+ * environment for each check for local environment
22
+ * fixed concurrency splank logging
23
+ * fixed the issue when custom os name passed through configuration wasn't respected
24
+
25
+
26
+ ## [6.0.1] (2023-12-13)
27
+ ### Bug Fixes
28
+ * fix code loading error (NameError in environment_sdk)
29
+
3
30
  ## [6.0.0] (2023-12-13)
4
31
 
5
32
  ### Dependencies
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.0.0'.freeze
5
+ VERSION = '6.0.2'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
data/lib/eyes_images.rb CHANGED
@@ -16,3 +16,4 @@ module Applitools
16
16
  end
17
17
 
18
18
  Applitools::Images.require_dir 'images'
19
+ Applitools::Images.require_dir '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.0
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-13 00:00:00.000000000 Z
11
+ date: 2024-01-03 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.0
19
+ version: 6.0.2
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.0
26
+ version: 6.0.2
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com