Skip to content

ruby-build 20130129

Compare
Choose a tag to compare
@mislav mislav released this 05 Feb 17:25
· 2137 commits to master since this release
  • Change rbenv install to attempt to install the local app-specific
    version when it is invoked without any arguments
  • Add interactive confirmation to rbenv install when the destination prefix
    exists. Pass -f or --force to force installation of versions that are
    already installed
  • Add support for specifying which program to use for make via the $MAKE
    environment variable. FreeBSD users can now instruct ruby-build to use GNU
    make by setting MAKE=gmake
  • Modify the post-install process to invoke chmod only for group- or
    world-writable directories
  • Add before_install and after_install hooks for rbenv install plugins to
    facilitate post-installation automation