eyes_universal 3.2.2 → 3.3.0

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: 63f876c144002755c427619b7f2b90d1c3795fe9f1dd510b3eb4d7aa747b8951
4
- data.tar.gz: 06ed66451631999b269b596955ed0f3a927da451a1e6cda616ad7f763693cb8d
3
+ metadata.gz: fd13bc27126ffdca2c161271c87f2fc68d2bed846afa689b65a5693177d4c470
4
+ data.tar.gz: 1e763e14eb27a5cfeaf101aff0121847eb46284a60abd4b477d242f2c19927e8
5
5
  SHA512:
6
- metadata.gz: ac8a18d9c0d41b2f6bdfe2c353490180f52af26f849b8bd81b0de4033128cc863ab739ef5c31d26a02c7e907bd20d4095764117fe4bf80489c148d9c00ddf31a
7
- data.tar.gz: 4fe2474564d5acc6a3f57724a3f42393f22e6a4cf65e4facaa9fd02c6dd89e15cec9ddd26cf1efe08f8d5f07086decb1a1ab57226fba12e217d84ea09640053c
6
+ metadata.gz: d068dd01fdbf7e29b694357fe43a605160bef3fc4f69b9bd4514ceaa4f3b36d02af4f42d96e91dec9823eb341b780bca2e1b7dead3ac5022da099023fa881052
7
+ data.tar.gz: '094b1511060c2217cb0fe35142afd90ba5ac9d4ca273dbb045e51faba00f6c7011cb6bf4027774be0b6d0696cdfd0dd4bc199e8039353f7023cae14614cbe29f'
@@ -27,7 +27,7 @@ module Applitools
27
27
  private
28
28
 
29
29
  def base_url
30
- "https://github.com/applitools/eyes.sdk.javascript1/releases/download/%40applitools/eyes-universal%40#{Applitools::UNIVERSAL_VERSION}/"
30
+ "https://github.com/applitools/eyes.sdk.javascript1/releases/download/%40applitools/core%40#{Applitools::UNIVERSAL_CORE_VERSION}/"
31
31
  end
32
32
 
33
33
  def full_url
@@ -35,36 +35,36 @@ module Applitools
35
35
  end
36
36
 
37
37
  def expected_binary_sha
38
- return 'f47b89a30a0216ee0df0057186737099f81947044e0d13b7af85a75a724e015c' if Gem.win_platform?
38
+ return '9f790b0731e620ddf39f80a7193585ecb99058a86a0eab89de70b5dc34dbcc7b' if Gem.win_platform?
39
39
  case RUBY_PLATFORM
40
40
  when /darwin/i
41
- 'c01045a0257f1d854a7adc5dd43c964a6e441b0f556278c785d895946f423677'
41
+ '5489be902fdc79b2d5c271c5c4a639db829a3f652280ab979759ff4a2d3675a4'
42
42
  when /arm/i
43
- 'bd37853385220c455caa106a3540d9784b894c5d1ca63c8eefc2b514389bb474'
43
+ '217cd833752547b4fe74e178e8526a87f4020974a4719bf032a0d818587e8651'
44
44
  when /mswin|windows|mingw/i
45
- 'f47b89a30a0216ee0df0057186737099f81947044e0d13b7af85a75a724e015c'
45
+ '9f790b0731e620ddf39f80a7193585ecb99058a86a0eab89de70b5dc34dbcc7b'
46
46
  when /musl/i
47
- 'e981cd393f71118844ceb8ddd66e7d45201551f1b71553113453e78690a3bdd6'
47
+ '5408a87369445f0d9a571e55b8e86755710ce59d1f3fac0df7bdcbc5243b11c8'
48
48
  when /linux|arch/i
49
- '1571977a28b0080d9a51a5fde5e0969a2ee6cce09793e03023c59db955136f37'
49
+ '7fa0b5ad01e7ac55e0574f40d80400404540f00f5ea92a852bd48299f600b787'
50
50
  else
51
51
  raise 'Unsupported platform'
52
52
  end
53
53
  end
54
54
 
55
55
  def filename
56
- return 'eyes-universal-win.exe' if Gem.win_platform?
56
+ return 'core-win.exe' if Gem.win_platform?
57
57
  case RUBY_PLATFORM
58
58
  when /darwin/i
59
- 'eyes-universal-macos'
59
+ 'core-macos'
60
60
  when /arm/i
61
- 'eyes-universal-linux-arm64'
61
+ 'core-linux-arm64'
62
62
  when /mswin|windows|mingw/i
63
- 'eyes-universal-win.exe'
63
+ 'core-win.exe'
64
64
  when /musl/i
65
- 'eyes-universal-alpine'
65
+ 'core-alpine'
66
66
  when /linux|arch/i
67
- 'eyes-universal-linux'
67
+ 'core-linux'
68
68
  else
69
69
  raise "Unsupported platform #{RUBY_PLATFORM}"
70
70
  end
@@ -1,7 +1,8 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '4.5.5'.freeze
5
- IMAGES_VERSION = '4.1.2'.freeze
6
- UNIVERSAL_VERSION = '3.2.2'.freeze
4
+ VERSION = '4.6.0'.freeze
5
+ IMAGES_VERSION = '4.2.0'.freeze
6
+ UNIVERSAL_VERSION = '3.3.0'.freeze
7
+ UNIVERSAL_CORE_VERSION = '2.3.10'.freeze
7
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2
4
+ version: 3.3.0
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-01-10 00:00:00.000000000 Z
11
+ date: 2023-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri