2011-07-09 18:16:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Chromedriver < Formula
|
2012-03-22 23:25:28 +00:00
|
|
|
homepage 'http://code.google.com/p/chromedriver/'
|
2012-06-27 18:41:56 +00:00
|
|
|
url 'http://chromedriver.googlecode.com/files/chromedriver_mac_21.0.1180.4.zip'
|
|
|
|
sha1 'ea6f2f45c835d3413fde3a7b08e5e3e4db6dc3f9'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|