From 79d78bf93325cf069bd6e2dc1a3ac0d574660419 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 19 Aug 2011 16:01:39 +0100 Subject: [PATCH] Blacklist MacRuby For now we don't support this kind of thing because our formula is a worse option, even though you have to update it yourself. Closes Homebrew/homebrew#6174 --- Library/Homebrew/blacklist.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 4b219d1fe7..cab396c8d1 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -42,6 +42,12 @@ def blacklisted? name easy_install pip EOS + when 'macruby' then <<-EOS.undent + MacRuby works better when you install their package: + http://www.macruby.org/downloads.html + + Although if you prefer, there is a formula in homebrew-alt. + EOS when 'npm' then <<-EOS.undent npm can be installed thusly by following the instructions at http://npmjs.org/