eyes_universal 2.5.7 → 2.5.11
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a814555af8190967a980522537577fc71a9d2bee
|
4
|
+
data.tar.gz: f4f66554eab6ee4fea9d52a6acd2fed4b054188e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2126ca993fcae019f1ce7f721bc5d03077cc7c981a180800687767102f8363fa135c44cec232642300656d95e62a1ab42e7004b1a5515957310a330ef08037be
|
7
|
+
data.tar.gz: cd983f7e5e3c9332a26eda947086ca463f91995ec13edc29d6ac5cacc8e7c7bf2dca8d395a51c637d804516ba7ddd79271171f185fcd50f6db5fbf30fbf6a9f9
|
@@ -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%402.5.
|
30
|
+
'https://github.com/applitools/eyes.sdk.javascript1/releases/download/%40applitools/eyes-universal%402.5.11/'
|
31
31
|
end
|
32
32
|
|
33
33
|
def full_url
|
@@ -35,14 +35,14 @@ module Applitools
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def expected_binary_sha
|
38
|
-
return '
|
38
|
+
return 'dc8dd79855c0e7b2280afad9807be14ef03bf404c5f9610b51f10b319b92f11b' if Gem.win_platform?
|
39
39
|
case RUBY_PLATFORM
|
40
|
-
when /mswin|windows/i
|
41
|
-
'
|
40
|
+
when /mswin|windows|mingw/i
|
41
|
+
'dc8dd79855c0e7b2280afad9807be14ef03bf404c5f9610b51f10b319b92f11b'
|
42
42
|
when /linux|arch/i
|
43
|
-
'
|
43
|
+
'7a85935ebd3b29c198152e18a36b64abe10604f6c987dd4b2bc92e9dc5d2e2b0'
|
44
44
|
when /darwin/i
|
45
|
-
'
|
45
|
+
'b7867db41b2ed333856da9115f1ae062979e492a34ef2ea2d7ba3f705816bf48'
|
46
46
|
else
|
47
47
|
raise 'Unsupported platform'
|
48
48
|
end
|
@@ -51,7 +51,7 @@ module Applitools
|
|
51
51
|
def filename
|
52
52
|
return 'eyes-universal-win.exe' if Gem.win_platform?
|
53
53
|
case RUBY_PLATFORM
|
54
|
-
when /mswin|windows/i
|
54
|
+
when /mswin|windows|mingw/i
|
55
55
|
'eyes-universal-win.exe'
|
56
56
|
when /linux|arch/i
|
57
57
|
'eyes-universal-linux'
|
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: 2.5.
|
4
|
+
version: 2.5.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|