Mike McQuaid e1bbab6ca6 Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring"
This reverts commit 2372872974d1049c2beafe7dedb7f8f882502058, reversing
changes made to 3e4547f52e7ebec633f8bfefc8a396d944edf908.
2017-05-07 17:28:37 +01:00
..
2017-05-07 13:52:57 +01:00
2017-05-07 13:52:57 +01:00
2017-04-22 16:28:07 +01:00
2017-04-30 21:11:28 +02:00
2017-04-22 16:28:07 +01:00
2017-04-25 12:29:01 +02:00
2017-05-07 13:52:57 +01:00
2017-04-22 16:28:07 +01:00
2017-05-02 19:03:03 +01:00
2017-04-22 16:28:07 +01:00
2017-04-23 15:10:18 +01:00
2017-04-30 21:11:28 +02:00
2017-04-22 16:28:07 +01:00
2017-05-01 10:58:26 -07:00
2017-04-30 21:11:28 +02:00
2017-04-05 09:00:11 +01:00
2017-04-01 16:33:24 +01:00
2017-04-30 21:11:28 +02:00
2017-04-02 17:02:56 +01:00
2017-04-25 13:40:40 +01:00
2017-04-23 20:59:02 +02:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!