From bfe1a42741972773a0d3715057c63016d5c0207c Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Tue, 15 Jan 2013 19:06:19 -0800 Subject: [PATCH] chruby 0.3.2 Closes Homebrew/homebrew#17106. Signed-off-by: Adam Vandenberg --- Formula/chruby.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/chruby.rb b/Formula/chruby.rb index 20b3ea58ce..8a7e375af2 100644 --- a/Formula/chruby.rb +++ b/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