aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-01-11 11:06:49 -0800
committerGitHub2017-01-11 11:06:49 -0800
commit6d13c31fa44f83966f5517aef7a4fee0ab5c977c (patch)
tree6b18763336dfab08f22c15168bed44ff0e1d7f15 /Library
parent2fcf349c9972c475f06589cfced822ab5a7b39ea (diff)
parent28ad8a06cc24d2d71400e9c860a52ef046022cf1 (diff)
downloadbrew-6d13c31fa44f83966f5517aef7a4fee0ab5c977c.tar.bz2
Merge pull request #1814 from MikeMcQuaid/json_runtime_dependencies
formula: return runtime_dependencies in to_hash.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index e6312ccdb..91a3e8150 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -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