Mike McQuaid 28f26e0c9f reinstall, upgrade: tweak use of tab build_bottle.
In the case where a bottle wasn't around before and is now it probably
doesn't make sense to use `build-bottle` to build something that will
be identical to the binary bottle package anyway. After all, when you
use the bottle you will end up with something that has been built with
`build-bottle` anyway (just not by you).
2015-03-24 12:11:40 +00:00
..
2015-03-04 23:20:13 +08:00
2015-03-13 18:43:42 +08:00
2015-02-26 11:32:42 +00:00
2015-03-10 08:33:08 +00:00
2015-03-05 20:48:47 -05:00
2015-03-18 08:07:35 +00:00
2014-12-26 22:58:36 -05: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
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-03-23 08:08:25 -07:00
2015-03-14 17:59:06 -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.