aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShannon Skipper2013-01-15 19:06:19 -0800
committerAdam Vandenberg2013-01-15 20:15:54 -0800
commit9c54a6847694eeff6608bca15e6b5833bd76cfb4 (patch)
tree52f37f20c842410763a3a8c097511100a8f9c845 /Library
parenta9300c857f71e0c4dafd8ecdaa1486c11e7805fb (diff)
downloadhomebrew-9c54a6847694eeff6608bca15e6b5833bd76cfb4.tar.bz2
chruby 0.3.2
Closes #17106. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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