Sam Ford 17d15615d8
livecheck: finish expanding typed: strict
I previously expanded use of `typed: strict` in livecheck files but
the exception was `livecheck/strategy.rb`. This addresses the
`@strategies` type errors in that file and upgrades it to
`typed: strict`.

Co-authored-by: apainintheneck <apainintheneck@gmail.com>
2024-07-07 22:04:25 -04:00
..
2024-07-04 12:08:01 -04:00
2024-05-23 17:15:43 +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-07-01 18:10:50 +00:00
2024-06-14 12:22:02 +01:00
2024-07-04 18:49:16 +00: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-07-05 08:20:28 +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-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-07-04 18:49:16 +00:00
2024-05-17 14:25:54 +09:00
2024-06-30 02:35:29 -04:00
2024-05-23 17:15:43 +01: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-05-23 17:15:43 +01:00
2024-06-30 23:05:29 -04:00
2024-05-31 15:49:12 -07:00
2024-06-30 01:51:56 +01: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!