Releases: rbenv/ruby-build
Releases · rbenv/ruby-build
Release list
ruby-build 20130501
- Cache git clone directory
- Restore -O3 default when building with clang
- Build REE --without-tk on Darwin if X11 is missing
- Pass $RUBY_CONFIGURE_OPTS to REE installer with -c
- Default RBENV_VERSION to the globally-specified Ruby
ruby-build 20130408
- Add mruby-dev
- Add topaz-dev 💎
- List matching definitions on ambiguous version specification
- Use
--continuewhen downloading tarball - Keep source tarball if
--keeportar xffails
ruby-build 20130227
- Default Ruby CFLAGS to
-Wno-error=shorten-64-to-32; don't setCC - Upgrades rubygems for 1.9.1: 1.3.5 -> 1.3.7
ruby-build 20130226
- Build a shared openssl to link to Ruby 2.0.0
ruby-build 20130225
- Add Ruby 2.1.0-dev
- Rename the CAfile to cert.pem
- Fix exit status of install with verbose
ruby-build 20130224
- Happy 20th 🎂, Ruby!
- Add Ruby 2.0.0-p0
- Autoclean on unsuccessful installation
ruby-build 20130222
- Upgrade to OpenSSL 1.0.1e
- Add JRuby 1.7.3
- Add Ruby 1.9.3-p392
ruby-build 20130208
- Add Ruby 2.0.0-rc2
- Build OpenSSL for Ruby 2.0 on OS X
ruby-build 20130206
ruby-build 20130129
- Change
rbenv installto attempt to install the local app-specific
version when it is invoked without any arguments - Add interactive confirmation to
rbenv installwhen the destination prefix
exists. Pass-for--forceto force installation of versions that are
already installed - Add support for specifying which program to use for
makevia 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
chmodonly for group- or
world-writable directories - Add
before_installandafter_installhooks forrbenv installplugins to
facilitate post-installation automation