From 7adeb430267586f9a02c4577a310491bc7df7215 Mon Sep 17 00:00:00 2001 From: ryzy Date: Sun, 23 Mar 2014 12:57:55 +0000 Subject: [PATCH] More direct chruby download url to fix Chef::Exceptions::RedirectLimitExceeded exception --- recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/default.rb b/recipes/default.rb index 24ab8d7..e4fde3d 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