aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/chruby.rb')
-rw-r--r--Library/Formula/chruby.rb10
1 files changed, 4 insertions, 6 deletions
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