Shaun Jackman c9a453d5d0 Symlink vendor/bundle-standalone/ruby/2.x [Linux]
Symlink 2.3.0 to 2.4.0, 2.5.0, and 2.6.0.

When using Ruby 2.4 or newer, fix the error:
/usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require':
cannot load such file -- active_support/core_ext/object/blank (LoadError)
2019-01-03 09:33:26 -08:00
..
2019-01-03 16:43:56 +00:00
2018-11-02 17:29:23 +00:00
2018-12-30 21:13:24 +00:00
2018-11-12 05:01:33 +01:00
2018-11-02 17:29:23 +00:00
2018-10-03 21:21:05 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:26 +00:00
2018-12-22 11:41:49 +00:00
2018-09-28 14:01:09 -07:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-10-19 16:38:41 +01:00
2018-11-02 17:29:23 +00:00
2018-11-08 15:54:47 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00: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!