Skip to content

Commit

Permalink
Feature: 'rvm macruby' now defaults to the 'nightly' version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Oct 31, 2009
1 parent 8394743 commit 4a499ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/db
Expand Up @@ -2,7 +2,7 @@ niceness=0
ruby_repo_url=http://svn.ruby-lang.org/repos/ruby
rubinius_repo_url=git://github.com/evanphx/rubinius.git
shyouhei_repo_url=git://github.com/shyouhei/ruby.git
macruby_version=0.5beta1
macruby_version=nightly
macruby_repo_url=git://git.macruby.org/macruby/MacRuby.git
macruby_nightly_url=http://macruby.icoretech.org/latest
jruby_repo_url=git://kenai.com/jruby~main
Expand Down
1 change: 0 additions & 1 deletion scripts/ruby-installer
Expand Up @@ -154,7 +154,6 @@ function __rvm_install_ruby {
mv $rvm_archives_path/latest $rvm_archives_path/macruby_nightly.pkg
__rvm_run "macruby/extract" "sudo installer -pkg '$rvm_path/archives/$rvm_ruby_package_file.zip' -target '/'"
mkdir -p "$rvm_ruby_home/bin"

fi

binaries="erb gem irb rake rdoc ri ruby testrb" # Trick to work in more shells :)
Expand Down
1 change: 0 additions & 1 deletion scripts/selector
Expand Up @@ -23,7 +23,6 @@ function __rvm_select {
rvm_ruby_repo_url=${rvm_ruby_repo_url:-"$(__rvm_db "macruby_repo_url")"}
rvm_url="$rvm_ruby_repo_url"
else
rvm_ruby_version="${rvm_ruby_version:-nightly}"
rvm_ruby_version="${rvm_ruby_version:-"$(__rvm_db "macruby_version")"}"
rvm_ruby_package_name="${rvm_ruby_interpreter}_nightly-${rvm_ruby_version}"
rvm_ruby_package_file="MacRuby%200.5%20beta%201.zip"
Expand Down

0 comments on commit 4a499ba

Please sign in to comment.