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
c248f3f3
Commit
c248f3f3
authored
Dec 30, 2011
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ruby-build 20111230
parent
272edbbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
README.md
+14
-0
bin/ruby-build
+1
-1
No files found.
README.md
View file @
c248f3f3
...
...
@@ -37,6 +37,20 @@ ruby-build provides an `rbenv-install` command that shortens this to:
### Version History
#### 20111230
*
Added a definition for MagLev 1.0.0.
*
Added support for overriding
`make`
options with the
`$MAKEOPTS`
/
`$MAKE_OPTS`
environment variable.
*
Removed RubyGems installations from JRuby definitions in favor of
the bundled RubyGems versions.
*
Added a
`before_install_package`
hook.
*
Added definitions for REE 1.8.7-2009.09 and 1.8.7-2010.01.
*
Added definitions for Ruby 1.8.6-p383, 1.8.7-p302 and 1.8.7-p357.
*
Updated the JRuby 1.7.0-dev snapshot URL.
*
Changed the GCC detector to look for
`gcc-*`
anywhere in the
`$PATH`
, not just
`/usr/bin`
.
#### 20111030
*
Added a Ruby 1.8.7-p334 definition.
...
...
bin/ruby-build
View file @
c248f3f3
#!/usr/bin/env bash
RUBY_BUILD_VERSION
=
"20111
0
30"
RUBY_BUILD_VERSION
=
"20111
2
30"
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