Mike McQuaid b2b413165f Upgrade vendored Ruby to 2.3.3.
Use this version whenever 2.3.3 isn't installed. Also, remove the Linux
portable Ruby for now until it's built to be the same version.
2017-09-21 14:27:17 +01:00
..
2017-09-12 09:36:07 +02:00
2017-09-21 14:27:17 +01:00
2017-09-10 16:40:18 +00:00
2017-09-21 14:27:17 +01:00
2017-09-02 14:27:02 +02:00
2017-09-21 14:27:17 +01:00
2017-09-21 14:27:17 +01:00
2017-09-16 12:41:08 +01:00
2017-08-27 01:18:41 +05:30
2017-09-01 01:50:26 +01:00
2017-08-05 18:03:04 +01:00
2017-08-07 11:16:36 +01:00
2017-09-07 12:12:22 +01: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!