From 3bb3cc18ce5de275e5c0e6fe8521e033b0c33bfc Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Fri, 21 Mar 2014 01:04:35 +0100 Subject: [PATCH] getting rid of redirect for remote file --- recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index 24ab8d7..0ff2b93 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -19,7 +19,8 @@ include_recipe "ark" ark "chruby" do - url "https://github.com/postmodern/chruby/archive/v#{node['chruby']['version']}.tar.gz" + url "https://codeload.github.com/postmodern/chruby/tar.gz/v#{node['chruby']['version']}" + extension "tar.gz" action :install_with_make end