browserstack-local 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/browserstack/localbinary.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ca98ff4438a5a68a212afe88cfdba08d6e6a939de423d9898065a26bc4d156f
|
4
|
+
data.tar.gz: 985ef0cc7344be68b1c2b3c73a0fe0d66c60757ffbd21016a4d1035e260a5040
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fee411830f8b6073eb4455f54765586b4c9e61e63c3e6ba0f580a667f0b0a931ef54dcce13259f7d32dceed5fd7d33923fcf6b89a7aaf9d784cdb9adb2b53aaf
|
7
|
+
data.tar.gz: 525e48ab0f508331ce85c29c6d5452072ae1f43490527d75ffa8dcb4c8e037686c21863eb807d2502214cca4bf64c890c5e4f71ef5f59ab2215b4a43bdc8be41
|
@@ -13,16 +13,16 @@ class LocalBinary
|
|
13
13
|
@http_path = case host_os
|
14
14
|
when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
|
15
15
|
@windows = true
|
16
|
-
"https://
|
16
|
+
"https://www.browserstack.com/local-testing/downloads/binaries/BrowserStackLocal.exe"
|
17
17
|
when /darwin|mac os/
|
18
|
-
"https://
|
18
|
+
"https://www.browserstack.com/local-testing/downloads/binaries/BrowserStackLocal-darwin-x64"
|
19
19
|
when /linux-musl/
|
20
|
-
"https://
|
20
|
+
"https://www.browserstack.com/local-testing/downloads/binaries/BrowserStackLocal-alpine"
|
21
21
|
when /linux/
|
22
22
|
if 1.size == 8
|
23
|
-
"https://
|
23
|
+
"https://www.browserstack.com/local-testing/downloads/binaries/BrowserStackLocal-linux-x64"
|
24
24
|
else
|
25
|
-
"https://
|
25
|
+
"https://www.browserstack.com/local-testing/downloads/binaries/BrowserStackLocal-linux-ia32"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: browserstack-local
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BrowserStack
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Ruby bindings for BrowserStack Local
|
14
14
|
email: support@browserstack.com
|