aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/librets.rb
AgeCommit message (Collapse)Author
2012-10-31librets: use boost 1.49Adam Vandenberg
Also, disable building Ruby bindings, as they try to install to a system folder that the user may not have permission to. Closes #14341.
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-07-10librets 1.5.3Fred Ngo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-21librets: modify to work with Snow Leopard's SWIGBen Bleything
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-16librets 1.5.2Ben Bleything
Signed-off-by: Adam Vandenberg <flangy@gmail.com>