From 978a703167fdd5039ea21209d033a4ce65f4ca39 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 23 Jan 2013 09:15:03 +0000 Subject: rbenv-bundler: add warning recommended by upstream(s). Closes #17262. References https://github.com/carsomyr/rbenv-bundler/issues/32 --- Library/Formula/rbenv-bundler.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb index 31090d99f..8cac9faa8 100644 --- a/Library/Formula/rbenv-bundler.rb +++ b/Library/Formula/rbenv-bundler.rb @@ -12,4 +12,13 @@ class RbenvBundler < Formula ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}" end + + def caveats; <<-EOS.undent + rbenv-bundler may cause problems with rbenv including significant slowdown + of shell initialisation and rehashing. + + Please report any issues with rbenv after installing this plugin here: + https://github.com/carsomyr/rbenv-bundler/issues/new + EOS + end end -- cgit v1.2.3