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-01-24 02:17:38 +00:00
|
|
|
url 'https://chromedriver.googlecode.com/files/chromedriver_mac_26.0.1383.0.zip'
|
|
|
|
sha1 '5aec8bccdb601a5cc0a03ba5bfe32b4ac39399a1'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|