Update Formula#to_hash for tweaked conflicts implementation

This commit is contained in:
Jack Nagel 2013-06-09 15:20:09 -05:00
parent 8b9a3a560f
commit a1e30cdd3a

View File

@ -519,7 +519,7 @@ class Formula
"linked_keg" => (linked_keg.realpath.basename.to_s if linked_keg.exist?),
"keg_only" => keg_only?,
"dependencies" => deps.map {|dep| dep.to_s},
"conflicts_with" => conflicts.map {|c| c.formula},
"conflicts_with" => conflicts.map(&:name),
"options" => [],
"caveats" => caveats
}