ext/extconf.rb in voltos-0.3.0 vs ext/extconf.rb in voltos-0.3.2
- old
+ new
@@ -5,10 +5,10 @@
require 'zip'
require 'zlib'
def download_binary(platform)
local_bin_path = File.expand_path("../exe")
- latest_binary = "https://voltos.online/v1/download/#{platform}"
+ latest_binary = "https://voltos.io/v1/download/#{platform}"
open(latest_binary) do |remote_file|
case platform
when :osx
Zip.on_exists_proc = true
Zip::File.open(remote_file) do |zip_file|