Jason Tedor 4b2eb86bbf audit: allow whitelisting of versioned Kibana.
This commit modifies the whitelisting of the Kibama formula from the
npm audit check to allow the versioned Kibana formulae to receive the
same whitelisting.

Closes Homebrew/homebrew#47500.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-29 19:17:55 +00:00
..
2015-12-25 21:05:28 +00:00
2015-12-14 13:50:00 +01:00
2015-12-27 02:20:41 +01:00
2015-12-26 23:00:38 +01:00
2015-11-23 22:56:18 -08:00
2015-12-09 16:56:59 +08:00
2015-12-26 23:00:38 +01:00
2015-11-29 19:25:27 -08:00
2015-12-13 01:29:52 +08:00
2015-12-09 16:56:59 +08:00
2015-10-18 22:57:42 +08:00
2015-12-19 22:05:30 +08:00
2015-12-22 12:46:03 +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!