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
commit351cd89a7178f4f827455d96fa91488374e47e87 (patch)
tree2fd4bdbb385d73265dd2fc196172aeda72ab5ffd /Library
parent1fbc32d8423f0518f295f1fa4e7485b7db4600ff (diff)
downloadbrew-351cd89a7178f4f827455d96fa91488374e47e87.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