Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
d9bbeb3e
Commit
d9bbeb3e
authored
Jan 29, 2013
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20130129
parent
edc9e599
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
CHANGELOG.md
+14
-0
bin/ruby-build
+1
-1
No files found.
CHANGELOG.md
View file @
d9bbeb3e
## 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
...
...
bin/ruby-build
View file @
d9bbeb3e
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"201301
18
"
RUBY_BUILD_VERSION
=
"201301
29
"
set
-E
exec
3<&2
# preserve original stderr at fd 3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment