Mike McQuaid b38e14bce7
Further Portable Ruby cleanup
- Use the `HOMEBREW_PORTABLE_RUBY_VERSION` environment variable to
  determine the version of the Portable Ruby to use in
  `vendor-install.sh` and `ruby.sh`.
- Replace the `docs/.ruby-version` file with a symlink to
 `Library/Homebrew/.ruby-version`.
- Fix an incorrect `HOMEBREW_LIBRARY` comment.
- Use a simpler `HOMEBREW_USING_PORTABLE_RUBY` definition.
2024-06-14 12:22:02 +01:00
..
2024-05-23 17:15:43 +01:00
2024-06-14 12:22:02 +01:00
2024-05-23 00:11:53 +00:00
2024-05-23 17:15:43 +01:00
2024-06-11 02:59:31 +01:00
2024-05-02 09:40:09 +02:00
2024-06-14 12:22:02 +01:00
2024-06-14 03:32:38 +01:00
2024-06-14 12:22:02 +01:00
2024-06-14 03:32:38 +01:00
2024-05-23 17:15:43 +01:00
2024-06-14 03:32:38 +01:00
2024-05-01 11:35:21 +02:00
2024-06-02 15:15:24 +01:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-06-11 23:03:53 +01:00
2024-05-02 09:40:09 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-23 17:15:43 +01:00
2024-05-17 14:25:54 +09:00
2024-05-23 17:15:43 +01:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-13 07:36:51 +01:00
2024-05-17 23:57:46 +09:00
2024-06-14 03:32:38 +01:00
2024-05-17 14:25:54 +09:00
2024-04-22 21:16:49 +02:00
2024-05-23 17:15:43 +01:00
2024-03-07 16:20:20 +00:00
2024-05-01 11:35:21 +02:00
2024-05-17 14:25:54 +09:00
2024-05-17 12:38:16 +09:00
2024-05-01 11:35:21 +02:00
2024-05-13 08:48:41 -04:00
2024-05-01 11:35:21 +02:00
2024-04-01 09:59:47 -07:00
2024-05-23 17:15:43 +01:00
2024-05-31 15:49:12 -07:00
2024-06-13 12:31:47 +01:00
2024-03-22 09:33:28 -07:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-06-11 23:03:53 +01: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!