Tim D. Smith ac16822a16 Prioritize TapDependency in parse_string_spec
test-bot expects the dependencies returned from SoftwareSpec#deps to
satisfy is_a?(TapDependency) if they come from a tap which might need to
be tapped.
2015-04-09 00:42:51 -07:00
..
2015-04-09 15:25:22 +08:00
2015-04-07 22:48:55 +08:00
2015-03-13 18:43:42 +08:00
2015-03-28 21:54:52 -07:00
2015-03-10 08:33:08 +00:00
2015-04-07 08:26:13 +01:00
2015-04-07 08:26:13 +01:00
2015-03-04 23:20:13 +08:00
2015-01-03 22:39:07 -05:00
2014-12-29 12:20:03 +00:00
2015-04-01 21:15:18 -04:00
2014-12-08 12:41:50 +00:00
2014-12-11 13:59:12 +00:00
2015-01-13 16:35:24 -05:00
2015-03-12 15:19:02 +00:00
2015-04-06 20:26:52 -07:00
2015-04-09 08:17:29 +01:00
2015-03-27 20:07:50 -04:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.