diff options
| author | Mike McQuaid | 2015-01-02 12:42:02 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-02 12:42:02 +0000 |
| commit | 9e8103cf38f10a4240f0a796bbecdb635dbc74d4 (patch) | |
| tree | ea272f7fc17ba44240ad8f494d904f0c9c0d8477 /Library/Homebrew/cmd/man.rb | |
| parent | 81986ee7a75befabd0e4998568349163049b843b (diff) | |
| download | brew-9e8103cf38f10a4240f0a796bbecdb635dbc74d4.tar.bz2 | |
Add Homebrew.install_gem_setup_path! function.
This uses the logic from tests.rb in man.rb too so that this can be
shared in a few places.
Diffstat (limited to 'Library/Homebrew/cmd/man.rb')
| -rw-r--r-- | Library/Homebrew/cmd/man.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/man.rb b/Library/Homebrew/cmd/man.rb index f28d76de1..c1a202156 100644 --- a/Library/Homebrew/cmd/man.rb +++ b/Library/Homebrew/cmd/man.rb @@ -13,7 +13,7 @@ module Homebrew end end - which("ronn") || odie("You need to \"gem install ronn\" and put it in your path.") + Homebrew.install_gem_setup_path! "ronn" if ARGV.include?("--server") || ARGV.include?("-s") puts "Man page test server: http://localhost:1207/" |
