aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-26 16:05:34 -0500
committerJack Nagel2014-12-26 16:05:34 -0500
commit1bdeeefb94c557252f139a51b58f27e7b51d4ece (patch)
treedfdb40c632dac213833b784e29c893a5aec44618 /Library/Homebrew/formula.rb
parentdbfbe76ac15338c010a252739b24ea03a2f9a170 (diff)
downloadbrew-1bdeeefb94c557252f139a51b58f27e7b51d4ece.tar.bz2
Overriding #initialize is not supported, so drop late validation
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 78b5752eb..1c8417f0f 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -370,8 +370,6 @@ class Formula
# yields self with current working directory set to the uncompressed tarball
# @private
def brew
- validate_attributes :name, :version
-
stage do
begin
patch