Update blacklist warnings

* MacRuby isn't in homebrew-alt anymore
* Removed the entire npm warning since it's installed with node.js
This commit is contained in:
Misty De Meo 2012-09-25 12:22:43 -05:00
parent b94e220bc3
commit b4e246e75d

View File

@ -36,14 +36,6 @@ def blacklisted? name
when 'macruby' then <<-EOS.undent
MacRuby works better when you install their package:
http://www.macruby.org/
Although if you prefer, there is a formula in homebrew-alt.
EOS
when 'npm' then <<-EOS.undent
Homebrew does not provide npm because it is self-updating. To install it, first
`brew install nodejs' and then:
curl https://npmjs.org/install.sh | sh
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."