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-10-02 13:16:19 +00:00
|
|
|
url 'http://chromedriver.storage.googleapis.com/2.4/chromedriver_mac32.zip'
|
|
|
|
sha1 'b78a808c083fe17215069c9d0ff0e6b6455d8964'
|
2013-10-02 15:04:21 +00:00
|
|
|
version '2.4'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|