Check Requirement before Dependency
It's much more likely that an instance of Requirement is passed.
This commit is contained in:
parent
f47e43aa2b
commit
666b48e391
@ -54,7 +54,7 @@ class DependencyCollector
|
|||||||
parse_string_spec(spec, tag)
|
parse_string_spec(spec, tag)
|
||||||
when Symbol
|
when Symbol
|
||||||
parse_symbol_spec(spec, tag)
|
parse_symbol_spec(spec, tag)
|
||||||
when Dependency, Requirement
|
when Requirement, Dependency
|
||||||
spec
|
spec
|
||||||
when Class
|
when Class
|
||||||
parse_class_spec(spec, tag)
|
parse_class_spec(spec, tag)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user