From 4dcf1d5efa013023b9a585a249533d73db6e0722 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 26 Dec 2014 11:51:32 +0100 Subject: [PATCH] HTTPS required (redirect from HTTP) --- bitcoin_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin_ b/bitcoin_ index 735a231..45e4683 100755 --- a/bitcoin_ +++ b/bitcoin_ @@ -26,7 +26,7 @@ script = File.basename($0) $stderr = IO.new(2, "w") def uri(currency) - "http://api.bitcoinaverage.com/ticker/#{currency}" # HTTPS supported + "https://api.bitcoinaverage.com/ticker/#{currency}" end def echo_price(currency, data)