From 405aaf91ea57b1bd995b91f8c52ca27df92b2657 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Thu, 4 Mar 2010 08:54:30 -0600 Subject: [PATCH] Change JRuby download URL to use S3 --- scripts/selector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/selector b/scripts/selector index 24adaab5fd..3821207741 100755 --- a/scripts/selector +++ b/scripts/selector @@ -73,7 +73,7 @@ __rvm_select() { rvm_ruby_package_file="${rvm_ruby_interpreter}-bin-${rvm_ruby_version}" rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}" rvm_ruby_string="${rvm_ruby_interpreter}-${rvm_ruby_version}" - rvm_url="http://jruby.kenai.com/downloads/${rvm_ruby_version}/${rvm_ruby_package_file}.tar.gz" + rvm_url="http://jruby.org.s3.amazonaws.com/downloads/${rvm_ruby_version}/${rvm_ruby_package_file}.tar.gz" fi alias jruby_ng="jruby --ng" alias jruby_ng_server="jruby --ng-server"