Releases: rbenv/ruby-build
Releases · rbenv/ruby-build
ruby-build 20130206
- Add Ruby 1.9.3-p385
ruby-build 20130129
- 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
ruby-build 20130118
- Add Ruby 2.0.0-rc1
- Add Ruby 1.9.3-p374
ruby-build 20130104
- Add JRuby 1.7.2
ruby-build 20121227
- Add Ruby 1.9.3-p362
- Add Ruby 1.8.7-p371
- Move the default ruby-build mirror from GitHub Downloads to Amazon CloudFront
ruby-build 20121204
- Add JRuby 1.7.1
ruby-build 20121201
- Add Ruby 2.0.0-preview2
ruby-build 20121120
- Add optional package checksum support. When a package URL is annotated with
an MD5 checksum, ruby-build will use it to verify the contents of the
downloaded file. Package URLs in all existing definitions have been updated
with checksum annotations - Add an optional package download cache. When the
RUBY_BUILD_CACHE_PATH
environment variable is set to a directory of your choice, ruby-build will
store downloaded packages there and reuse them for future installations - Add mirror support for faster package downloads. Packages on the official
ruby-build mirror will be served via S3. You can point ruby-build to your own
local package mirror by setting theRUBY_BUILD_MIRROR_URL
environment
variable
ruby-build 20121110
- Add Ruby 1.9.3-p327
- Fetch Ruby 2.0.0.dev and 1.9.3.dev via Git instead of Subversion
ruby-build 20121104
- Add Ruby 2.0.0-preview1
- Add Rubinius 2.0.0-rc1