Merge pull request #8166 from Bo98/formula-deprecated-hash
formula: add deprecated/disabled info to hash
This commit is contained in:
commit
a605154ba9
@ -1727,6 +1727,8 @@ class Formula
|
|||||||
"linked_keg" => linked_version&.to_s,
|
"linked_keg" => linked_version&.to_s,
|
||||||
"pinned" => pinned?,
|
"pinned" => pinned?,
|
||||||
"outdated" => outdated?,
|
"outdated" => outdated?,
|
||||||
|
"deprecated" => deprecated?,
|
||||||
|
"disabled" => disabled?,
|
||||||
}
|
}
|
||||||
|
|
||||||
%w[stable devel].each do |spec_sym|
|
%w[stable devel].each do |spec_sym|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user