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-12-24 07:04:12 +00:00
|
|
|
url 'http://chromedriver.storage.googleapis.com/2.8/chromedriver_mac32.zip'
|
|
|
|
sha1 'b44d4666d00531f9edc5f1e89534a789fb4ec162'
|
|
|
|
version '2.8'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|