aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2009-11-06 15:06:42 +0000
committerMax Howell2009-11-07 18:22:36 +0000
commit3bbc0d1be0f5f50f31905451fc4819c4db0b1698 (patch)
tree5b81f4c90d0ca8ef771f5e8c357ac1e3b6631d00 /Library/Homebrew
parent9f389f52476fea77abc926ea7ef1b18c9c945e75 (diff)
downloadhomebrew-3bbc0d1be0f5f50f31905451fc4819c4db0b1698.tar.bz2
Blacklist RubyGems creation
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index d8c64b6fa..ed80ecc22 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -114,6 +114,8 @@ ENV.libxml2 in your formula's install function.
#{force_text}
EOS
+ when /rubygem/
+ raise "Sorry RubyGems comes with OS X so we don't package it.\n\n#{force_text}"
end unless ARGV.force?
__make url, name