- Apr 07, 2014
-
-
Rajiv Aaron Manglani authored
-
- Apr 06, 2014
-
-
Mislav Marohnić authored
Stop maintaining the changelog
-
- Apr 05, 2014
-
-
Mislav Marohnić authored
All releases information has been migrated to GitHub Releases: https://github.com/sstephenson/ruby-build/releases This frees core contributors from having to maintain release notes in version control, and regular contributors from wondering whether they need to edit CHANGELOG while submitting a pull request. Benefits of release notes being outside of version control are that they can be edited post-release.
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
-
Mislav Marohnić authored
Seems like sed 4.1.5 on RHEL 5.3 doesn't support `-E`, and sed on OS X doesn't support `-r` to activate the extended regexp mode. Best to avoid extended regexp altogether for compatibility. Fixes #495
-
Mislav Marohnić authored
References #433
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
2.0.0-p451 should use libyaml-0.1.6 too
-
- Apr 04, 2014
-
-
Bryan Stearns authored
-
Kristofer White authored
The `-f` option allows for forcing installation of versions that already exist in the environment. If that option isn't used, then an interactive prompt is created which causes problems for non-interactive execution of the command. This change adds the `-s/--skip-existing` option to not install versions that already exist, while still exiting as success. Closes #543
-
- Mar 28, 2014
-
-
SHIBATA Hiroshi authored
Update libyaml to 0.1.6
-
- Mar 26, 2014
-
-
Jose Luis Salas authored
Security fix for CVE-2014-2525 Advisory: http://www.ocert.org/advisories/ocert-2014-003.html
-
- Mar 25, 2014
-
-
Mislav Marohnić authored
-
Mislav Marohnić authored
If there already exists a valid tarball in the build location, e.g. as artefact of a previous install using `--keep`, don't re-download the file, as there is no need. References #487
-
Mislav Marohnić authored
Previously, curl and wget were instructed to try to resume the download if the destination file already exists. This is supposed to be done via the "Range" HTTP header, but doesn't work well with CloudFront: HTTP server doesn't seem to support byte ranges. Cannot resume. CloudFront is supposed to support ranges, so I don't know what's going on here. It might be failing only in case the existing file is a fully downloaded tarball? In any case, this disables resuming downloads and resorts to simply re-downloading the tarball always, overwriting the existing file. Fixes #487
-
- Mar 18, 2014
-
-
Erik Michaels-Ober authored
This reverts commit 6cf348e4. See https://github.com/sstephenson/ruby-build/issues/526#issuecomment-37889552.
-
- Mar 17, 2014
-
-
Erik Michaels-Ober authored
Closes https://github.com/sstephenson/ruby-build/issues/526.
-
- Mar 12, 2014
-
-
Erik Michaels-Ober authored
Add Rubinius 2.2.6.
-
- Mar 11, 2014
-
-
Brian Shirai authored
-
- Feb 26, 2014
-
-
Mislav Marohnić authored
Fixes #517
-
Dan Poggi authored
Better to use -f than -e to check for a user-specified definition file. With -e, if the user accidentally types the name of a directory (or, far less likely, a device file) with the same name as the Ruby they're trying to install, they end up with ruby-build doing absolutely nothing at best, or an error message that could be pretty confusing at worst.
-
Erik Michaels-Ober authored
-
Erik Michaels-Ober authored
-
Mislav Marohnić authored
Closes #514
-
Mislav Marohnić authored
-
Chris Seaton authored
JRuby 9000 (the next major release) includes a backend that supports a new JVM JIT compiler called Graal. Graal is based on OpenJDK but hasn't been released yet. http://openjdk.java.net/projects/graal/
-
- Feb 25, 2014
-
-
Erik Michaels-Ober authored
Added a JRuby 1.7.11 recipe.
-
Kevin Menard authored
-
- Feb 24, 2014
-
-
Erik Michaels-Ober authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
Erik Michaels-Ober authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-
SHIBATA Hiroshi authored
-