2011-07-09 18:16:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Chromedriver < Formula
|
2012-01-16 23:02:46 +00:00
|
|
|
url 'http://chromium.googlecode.com/files/chromedriver_mac_18.0.995.0.zip'
|
2011-08-20 13:40:23 +00:00
|
|
|
homepage 'http://code.google.com/p/selenium/wiki/ChromeDriver'
|
2012-01-16 23:02:46 +00:00
|
|
|
sha1 '5ff64a13d56ad6b95a2c9d430f357d72064a6d7d'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|