| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-09 | Tab#with? accepts the same types as BuildOptions#with? | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2013-01-26 | missing: ignore unused optional and recommended deps | Jack Nagel | |
| 2012-08-18 | Refactor `brew missing` | Jack Nagel | |
| The heuristic for determining whether something is installed changes from "f.installed?" to "f.rack.exist? and f.rack.subdirs.length > 0" in order to properly consider outdated formulae. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-12 | Fix doctor's use of missing. | Adam Vandenberg | |
| `brew doctor` shelled to `brew missing` and parsed the results. When VERBOSE was true, this caused an error as extra, unexpected output is generated. Make missing an internal command, and give it a programmatic interface. | |||
