aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nu.rb
AgeCommit message (Collapse)Author
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-03-15nu 2.0.1Zhitong He
Closes #9539. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-07brew-audit - catch more interpolation style issuesAdam Vandenberg
2010-08-09New formula: nuKevin Ballard
Signed-off-by: Kevin Ballard <kevin@sb.org> Signed-off-by: David Höppner <0xffea@gmail.com> * remove aka