diff options
| author | Shannon Skipper | 2013-10-18 21:55:13 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-19 09:18:36 +0100 | 
| commit | 38f8d17cb3c056a596c739bea341a4ac5a986e75 (patch) | |
| tree | 24a1b856a792c4bb9be4fd94434eee4ddea30ab2 /Library/Formula/ruby-install.rb | |
| parent | 64b0665725214894c2f87246b2ba679765e7f3e5 (diff) | |
| download | homebrew-38f8d17cb3c056a596c739bea341a4ac5a986e75.tar.bz2 | |
ruby-install 0.3.1
### 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>
Diffstat (limited to 'Library/Formula/ruby-install.rb')
| -rw-r--r-- | Library/Formula/ruby-install.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/ruby-install.rb b/Library/Formula/ruby-install.rb index 717201c81..6f4e37e2d 100644 --- a/Library/Formula/ruby-install.rb +++ b/Library/Formula/ruby-install.rb @@ -2,8 +2,8 @@ require 'formula'  class RubyInstall < Formula    homepage 'https://github.com/postmodern/ruby-install#readme' -  url 'https://github.com/postmodern/ruby-install/archive/v0.3.0.tar.gz' -  sha1 '5e3044119248f3150d5faf3bbbf7bf48adfb2177' +  url 'https://github.com/postmodern/ruby-install/archive/v0.3.1.tar.gz' +  sha1 'e7e8a8b7e7138c6d364367a161dbb5a0a2bceda8'    head 'https://github.com/postmodern/ruby-install.git' | 
