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/'
|
2013-08-07 22:43:23 +00:00
|
|
|
url 'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.2.zip'
|
|
|
|
sha1 '8328d845afb2e5e124f38a2d72dbfc659c0936b0'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|