File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased] - yyyy-mm-dd
88
9- ## [ 1.4.1 ] - 2023-02 -06
9+ ## [ 1.4.2 ] - 2023-06 -06
1010
11- ### Fixed
12- Stop API in case of multiple instances on same machine
11+ ### Changed
12+ Update download links
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'browserstack-local'
3- s . version = '1.4.1 '
4- s . date = '2023-02 -06'
3+ s . version = '1.4.2 '
4+ s . date = '2023-06 -06'
55 s . summary = "BrowserStack Local"
66 s . description = "Ruby bindings for BrowserStack Local"
77 s . authors = [ "BrowserStack" ]
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ def initialize
1313 @http_path = case host_os
1414 when /mswin|msys|mingw|cygwin|bccwin|wince|emc/
1515 @windows = true
16- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal.exe"
16+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal.exe"
1717 when /darwin|mac os/
18- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-darwin-x64"
18+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-darwin-x64"
1919 when /linux-musl/
20- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-alpine"
20+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-alpine"
2121 when /linux/
2222 if 1 . size == 8
23- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-linux-x64"
23+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-linux-x64"
2424 else
25- "https://bstack-local-prod.s3.amazonaws. com/BrowserStackLocal-linux-ia32"
25+ "https://www.browserstack. com/local-testing/downloads/binaries /BrowserStackLocal-linux-ia32"
2626 end
2727 end
2828
You can’t perform that action at this time.
0 commit comments