- 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 settingMAKE=gmake
- Modify the post-install process to invoke
chmod
only for group- or
world-writable directories - Add
before_install
andafter_install
hooks forrbenv install
plugins to
facilitate post-installation automation