Mike McQuaid f76b083b91
Use FrozenStringLiteralComment instead of flag.
Unfortunately we cannot use `--frozen-string-literal` with Ruby 2.3 due
to https://bugs.ruby-lang.org/issues/12031 and our usage of ERB.
2019-04-20 13:25:33 +09:00
..
2019-02-27 14:02:46 +00:00
2019-04-19 21:46:20 +09:00
2019-04-17 22:16:50 +09:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00
2019-04-13 21:29:32 -04:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00
2018-07-26 10:09:02 +01:00
2019-04-19 10:12:03 +09:00
2019-04-13 21:29:32 -04:00
2019-03-13 08:56:16 +00:00
2019-04-08 10:33:49 -07:00
2019-04-19 21:46:20 +09:00
2017-11-05 15:37:57 +00:00
2019-04-01 15:07:50 +01:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00
2019-04-13 21:29:32 -04:00
2019-04-13 21:32:04 -04:00
2018-09-17 03:45:59 +02:00
2019-04-13 21:32:04 -04:00
2018-11-02 17:29:23 +00:00
2019-04-13 21:29:32 -04:00
2019-04-01 15:07:50 +01:00
2019-04-19 21:46:20 +09:00
2019-02-21 21:15:01 -08:00
2019-04-17 22:16:50 +09:00
2017-09-24 21:23:59 +01:00
2019-04-13 21:32:04 -04:00
2018-11-02 17:29:23 +00:00
2019-04-19 21:46:20 +09:00
2018-09-17 03:45:59 +02:00
2019-04-19 21:46:20 +09:00
2018-09-17 03:45:59 +02:00
2019-04-19 21:46:20 +09:00
2019-04-13 21:32:04 -04:00
2019-04-13 21:29:32 -04:00
2018-07-14 15:41:16 +01:00
2018-11-02 17:29:23 +00:00
2018-09-17 03:45:59 +02:00
2018-04-20 19:11:22 +02:00
2018-11-02 17:29:23 +00:00
2019-04-18 14:46:40 +09:00
2019-03-28 21:15:50 +00:00
2019-04-13 21:32:04 -04:00
2018-10-19 16:38:41 +01:00
2019-04-13 21:29:32 -04:00
2019-04-04 19:49:06 +01:00
2019-04-01 15:07:50 +01:00
2019-03-18 15:04:37 +00:00
2019-04-19 21:46:20 +09:00
2019-04-19 21:46:20 +09:00

Homebrew's Formula API

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