Mike McQuaid aa6ea4be83
Call Homebrew.install_bundler_gems! more consistently.
- Call `Homebrew.install_bundler_gems!` as early as possible
- Always call `Homebrew.install_bundler_gems!` in `dev-cmd` rather than
  in `Library/Homebrew` helpers method (to ensure we don't accidentally
  call this for non-dev-cmd commands)
2024-04-30 10:39:35 +01:00
..
2024-04-29 18:11:05 +00:00
2024-04-29 17:42:34 +01:00
2024-04-04 19:15:59 -07:00
2024-04-26 13:20:05 +02:00
2024-04-26 14:04:55 +02:00
2024-04-22 21:16:49 +02:00
2024-04-22 21:16:49 +02:00
2024-04-26 14:04:55 +02:00
2024-04-26 14:04:55 +02:00

Homebrew Ruby API

This is the 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!