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-10-09 08:40:39 +00:00
|
|
|
url 'http://chromedriver.storage.googleapis.com/2.11/chromedriver_mac32.zip'
|
|
|
|
sha256 '5abe6c42cef691ae594fd385dad8c22ff73a8a91d54854dbb6a5ceed670ab570'
|
|
|
|
version '2.11'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|