From 9c54a6847694eeff6608bca15e6b5833bd76cfb4 Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Tue, 15 Jan 2013 19:06:19 -0800 Subject: chruby 0.3.2 Closes #17106. Signed-off-by: Adam Vandenberg --- Library/Formula/chruby.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/chruby.rb b/Library/Formula/chruby.rb index 20b3ea58c..8a7e375af 100644 --- a/Library/Formula/chruby.rb +++ b/Library/Formula/chruby.rb @@ -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 -- cgit v1.2.3