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
commit6d3f16aa5183415ad8820e80b992236981cc3e52 (patch)
treefa3f9803cbcfcbb8bda062bc51d06eb4d63c6985 /Library/Homebrew/formula.rb
parent054ddc1db659f060de2f8560a1fe351b97fcb9f5 (diff)
downloadhomebrew-6d3f16aa5183415ad8820e80b992236981cc3e52.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