Commit graph

3 commits

Author SHA1 Message Date
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
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-10 16:16:54 -05:00
Jack Nagel
a1a62da80d gnunet 0.9.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-05 15:09:19 -05:00
Andy Christianson
0edba57997 New formula: gnunet
Closes Homebrew/homebrew#10452.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-11 17:57:15 -05:00