aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-01-30 14:18:11 -0600
committerJack Nagel2013-01-30 14:18:34 -0600
commitbf19835a291cdf79292d10b2b76c88f248894923 (patch)
tree08f8f3d95bfcc6788cff2bcac743b2794ae6bc65 /Library
parent76b96fa2dc0262fc8cdc149a1fecc01db1e0f9f2 (diff)
downloadhomebrew-bf19835a291cdf79292d10b2b76c88f248894923.tar.bz2
Pass tag to class name style requirement declarations
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dependency_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dependency_collector.rb b/Library/Homebrew/dependency_collector.rb
index f022e870c..8acbc0948 100644
--- a/Library/Homebrew/dependency_collector.rb
+++ b/Library/Homebrew/dependency_collector.rb
@@ -63,7 +63,7 @@ private
spec
when Class
if spec < Requirement
- spec.new
+ spec.new(tag)
else
raise "#{spec} is not a Requirement subclass"
end