Skip to content

Commit

Permalink
ruby-build 20130129
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Jan 30, 2013
1 parent edc9e59 commit d9bbeb3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## Version History

#### 20130129
* Changed `rbenv install` to attempt to install the local app-specific
version when it is invoked without any arguments.
* Added interactive confirmation to `rbenv install` when the
destination prefix exists. Pass `-f` or `--force` to force
installation of versions that are already installed.
* Added 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`.
* Modified the post-install process to invoke `chmod` only for group-
or world-writable directories.
* Added `before_install` and `after_install` hooks for `rbenv install`
plugins to facilitate post-installation automation.

#### 20130118
* Added a definition for 2.0.0-rc1
* Added a definition for 1.9.3-p374
Expand Down
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20130118"
RUBY_BUILD_VERSION="20130129"

set -E
exec 3<&2 # preserve original stderr at fd 3
Expand Down

0 comments on commit d9bbeb3

Please sign in to comment.