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
495b248d
Commit
495b248d
authored
Oct 30, 2011
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20111030
parent
709b309b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
+17
-1
README.md
+16
-0
bin/ruby-build
+1
-1
No files found.
README.md
View file @
495b248d
...
...
@@ -37,6 +37,22 @@ ruby-build provides an `rbenv-install` command that shortens this to:
### Version History
#### 20111030
*
Added a Ruby 1.8.7-p334 definition.
*
Renamed the 1.9.4-dev definition to 2.0.0-dev to reflect the new
version numbering scheme.
*
ruby-build now automatically displays the last 10 lines of the error
log, if any, when a build fails.
*
Improved the GCC detection routines and added a more helpful error
message for Xcode 4.2 users.
*
JRuby installation no longer requires the install prefix to exist
first.
*
You can now pass
`$CONFIGURE_OPTS`
to the REE definitions.
*
Added a JRuby 1.6.5 definition.
*
Added a Ruby 1.9.2-p180 definition.
*
Added a Ruby 1.9.3-p0 definition.
#### 20110928
*
ruby-build now uses the
`--with-gcc`
configure flag on OS X Lion.
...
...
bin/ruby-build
View file @
495b248d
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"2011
0928
"
RUBY_BUILD_VERSION
=
"2011
1030
"
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