aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-22 21:40:32 -0600
committerJack Nagel2013-11-22 21:41:27 -0600
commit64d35cd031f5bf189a718af6d8ce0f0d9b8c2915 (patch)
treef37305eb63fc36a58a75182af9b19bc3b9651dc0 /Library/Formula
parentb26cd0a2812cf051efcfeec6fea64dde0003a0b7 (diff)
downloadhomebrew-64d35cd031f5bf189a718af6d8ce0f0d9b8c2915.tar.bz2
ruby: add caveat about restoring gem binstubs
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 0d294ce68..a721c44a6 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -60,10 +60,13 @@ class Ruby < Formula
end
def caveats; <<-EOS.undent
- NOTE: By default, gem installed binaries will be placed into:
+ By default, gem installed executables will be placed into:
#{opt_prefix}/bin
- You may want to add this to your PATH.
+ You may want to add this to your PATH. After upgrades, you can run
+ gem pristine --all --only-executables
+
+ to restore binstubs for installed gems.
EOS
end
end