rbenv-gemset: remove outdated caveats

Closes Homebrew/homebrew#9334.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Joe Fiorini 2011-12-30 13:37:30 -05:00 committed by Jack Nagel
parent fa8a121a5b
commit 21f8434086

View file

@ -12,11 +12,4 @@ class RbenvGemset < Formula
def install
prefix.install Dir['*']
end
def caveats; <<-EOS.undent
Run the following command to complete the installation of rbenv-gemset:
rbenv gemset install
EOS
end
end