chruby 0.3.2

Closes Homebrew/homebrew#17106.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Shannon Skipper 2013-01-15 19:06:19 -08:00 committed by Adam Vandenberg
parent ba7119d642
commit bfe1a42741

View file

@ -2,8 +2,8 @@ require 'formula'
class Chruby < Formula
homepage 'https://github.com/postmodern/chruby#readme'
url 'https://github.com/postmodern/chruby/archive/v0.3.1.tar.gz'
sha1 '90c3fce7a512acc8b60d5efd3e6a2eeadcd5a238'
url 'https://github.com/postmodern/chruby/archive/v0.3.2.tar.gz'
sha1 '32d951eb41af4c6ebccdf26eb43742591213daf6'
head 'https://github.com/postmodern/chruby.git'
@ -12,9 +12,8 @@ class Chruby < Formula
end
def caveats; <<-EOS.undent
Add the following to the /etc/profile.d/chruby.sh, ~/.bashrc or
~/.zshrc file:
Add the following to the /etc/profile.d/chruby.sh, ~/.bash_profile or
~/.zprofile file:
source #{HOMEBREW_PREFIX}/opt/chruby/share/chruby/chruby.sh
@ -36,7 +35,6 @@ class Chruby < Formula
To enable auto-switching of Rubies specified by .ruby-version files:
source #{HOMEBREW_PREFIX}/opt/chruby/share/chruby/auto.sh
EOS
end
end