formula: add versioned_formulae to to_hash.

This commit is contained in:
Mike McQuaid 2018-05-12 14:37:34 -04:00
parent 840c97c1cc
commit 11c7b08a34

View File

@ -1559,6 +1559,7 @@ class Formula
"full_name" => full_name,
"oldname" => oldname,
"aliases" => aliases.sort,
"versioned_formulae" => versioned_formulae.map(&:name),
"desc" => desc,
"homepage" => homepage,
"versions" => {