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
b53c445c
Commit
b53c445c
authored
May 24, 2012
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20120524
parent
2d489e77
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
README.md
+12
-0
bin/ruby-build
+1
-1
No files found.
README.md
View file @
b53c445c
...
@@ -146,6 +146,18 @@ include the full build log for build failures.
...
@@ -146,6 +146,18 @@ include the full build log for build failures.
## Version History
## Version History
#### 20120524
*
Added definitions for JRuby 1.6.7.2 and 1.7.0-preview1.
*
Removed the definition for JRuby 1.7.0-dev. (In general we do not
like to remove definitions, but the JRuby team has deleted the
1.
7.0-dev package from their servers -- caveat emptor.)
*
Added support for specifying the build location with the
`RUBY_BUILD_BUILD_PATH`
environment variable.
*
Added a
`-k`
/
`--keep`
flag to
`ruby-build`
and
`rbenv install`
for
keeping the source code around after installation.
*
Updated the readme to emphasize installation as an rbenv plugin.
#### 20120423
#### 20120423
*
Improved error messages when dependencies are missing.
*
Improved error messages when dependencies are missing.
...
...
bin/ruby-build
View file @
b53c445c
#!/usr/bin/env bash
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"20120
423
"
RUBY_BUILD_VERSION
=
"20120
524
"
set
-E
set
-E
exec
3<&2
# preserve original stderr at fd 3
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