| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-17 | Convert brew-aspell-dictionaries to Ruby and output resources | Jack Nagel | |
| This makes the script much more readable, and also allows us to download the language packs into the cache where they can be used when installing aspell. | |||
| 2013-06-03 | aspell: fix audit warning | Jack Nagel | |
| Closes Homebrew/homebrew#19731. | |||
| 2013-04-21 | Remove global methods from formulae | Simon Sigurdhsson | |
| Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-02-18 | Rename Library/Contributions/cmds -> cmd. | Mike McQuaid | |
