aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nu.rb
AgeCommit message (Collapse)Author
2013-12-10nu: nuke dead codeJack Nagel
2013-12-09Silence some Ruby 2.1 warningsJack Nagel
2013-11-13nu: fix build patchesIonuț G. Stan
Closes #24267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27nu 2.1.1Adam Vandenberg
2013-06-23use more env helpersAdam Vandenberg
2013-06-18nu: use :macosAdam Vandenberg
2013-05-03nu: revert this changeAdam Vandenberg
2013-05-03Add frameworks helper to formulaAdam Vandenberg
2013-02-03nu: fix compiler pathsMisty De Meo
2013-01-27nu: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2013-01-18Use fatal DSL method in requirementsJack Nagel
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