formula: return runtime_dependencies in to_hash.

Which, in turn, provides it for `brew info --json=v1` so other tools
such as e.g. `brew bundle` can make use of this information.
This commit is contained in:
Mike McQuaid 2017-01-09 21:03:37 +00:00
parent 9cce3414fb
commit 28ad8a06cc

View File

@ -1618,6 +1618,7 @@ class Formula
"used_options" => tab.used_options.as_flags,
"built_as_bottle" => tab.built_as_bottle,
"poured_from_bottle" => tab.poured_from_bottle,
"runtime_dependencies" => tab.runtime_dependencies,
}
end