aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-install.rb
AgeCommit message (Collapse)Author
2014-05-09ruby-install 0.4.3Shannon Skipper
Closes #29086. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-17ruby-install 0.4.2Shannon Skipper
Closes #28490. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-03-03ruby-install 0.4.1Shannon Skipper
Closes #27178. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-02-14ruby-install 0.4.0Shannon Skipper
Closes #26712. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-25ruby-install 0.3.4Shannon Skipper
### 0.3.4 / 2013-12-25 * Use the `.part` file extension for files being downloaded, to distinguish between already downloaded files. #### ruby * Added versions for 2.1.0-rc1 and 2.1.0. #### jruby * Added version for 1.7.9. #### rubinius * Added version for 2.2.2. Closes #25465. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-04ruby-install 0.3.3Shannon Skipper
### 0.3.3 / 2013-12-04 * Add support for the MacPorts package manager (@havenwood). * Fixed extglob pattern in `fetch`. Closes #24938. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-22ruby-install 0.3.2Shannon Skipper
### 0.3.2 / 2013-11-22 * Exit normally when `--no-reinstall` is specified and the ruby has already been installed. (@cbandy) * `fetch()` can now strip trailing tabs as well as spaces. #### ruby * Added version aliases for `2` and `1`. * Added versions 1.9.3-p484, 2.0.0-p353 and 2.1.0-preview2 for CVE-2013-4164. #### jruby * Added versions 1.7.6, 1.7.7 and 1.7.8. #### rubinius * Drop support for installing 2.0.0, due to multiple bugs. * Added versions 2.1.1, 2.2.0 and 2.2.1. Closes #24599. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-19ruby-install 0.3.1Shannon Skipper
### 0.3.1 / 2013-09-23 * Always use the system's `stat` command on OSX (@paul). * Do not assume homebrew is installed at `/usr/local/bin/brew`. * Properly quote/expand `$CONFIGURE_OPTS` to prevent incorrect word-splitting (@pbrisbin). * Style changes. #### ruby * Download from the new http://cache.ruby-lang.org/ CDN (@hsbt). * When installing ruby 1.8.x, rubygems-2.1.3 will now be installed. * Added the MD5 checksum for ruby-2.1.0-preview1.tar.bz2. * Added the `2.1` and `2.1.0` version aliases for 2.1.0-preview1. #### rubinius * Support the new 2.x installation process. * Added MD5s and versions for `2.1.0` and `2.0.0`. * Removed support for `2.0.0-rc1`. Closes #23361. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-07ruby-install 0.3.0cmar
Closes #21726. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-29ruby-install 0.2.1Shannon Skipper
Closes #20914. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23ruby-install 0.2.0Shannon Skipper
Closes #20732. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-19New formula: ruby-installhavenwood
Closes #20610. Signed-off-by: Jack Nagel <jacknagel@gmail.com>