aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/phantomjs.rb
AgeCommit message (Collapse)Author
2012-12-23PhantomJS 1.8.0aaronchi
Closes #16721. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-24phantomjs 1.7.0Anton Ilin
Closes #15080. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-24phantomjs 1.6.1Alexander Surma
Closes #13568. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-21phantomjs 1.6.0Andrew Bennett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06phantomjs: style nitsAdam Vandenberg
2012-04-04Wrapper script for phantomjs to hide Dock icon.Ronny Haryanto
Closes #11412. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-01Update PhantomJS to 1.5.0.Fábio M. Costa
Use the upstream binaries to avoid building a copy of Qt. Fixes #11225. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-01-05update phantomjs to 1.4.1Sérgio Lopes
Closes #9383. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-09-25phantomjs 1.3Robert Gieseke
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-27phantomjs 1.2.0Ghislain Seguin
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2011-05-26PhantomJS 1.1.0Tobias Birmili
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-11fix phantomjs install commandkei
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-12Add formula for PhantomJS 1.0.0Chris Adams
Closes #4018. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>