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/'
|
2014-02-03 14:23:50 +00:00
|
|
|
url 'http://chromedriver.storage.googleapis.com/2.9/chromedriver_mac32.zip'
|
|
|
|
sha1 '16553f51a165dd202e842b99675ca6e5e1eb2a69'
|
|
|
|
version '2.9'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|