Modify to_hash output
This commit is contained in:
parent
3d27894015
commit
9a2f84d4a5
@ -1682,7 +1682,7 @@ class Formula
|
||||
"aliases" => aliases.sort,
|
||||
"versioned_formulae" => versioned_formulae.map(&:name),
|
||||
"desc" => desc,
|
||||
"license" => license.class == String ? [license] : license,
|
||||
"license" => license,
|
||||
"homepage" => homepage,
|
||||
"versions" => {
|
||||
"stable" => stable&.version&.to_s,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user