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-05-03 08:57:08 +00:00
|
|
|
url 'http://chromedriver.storage.googleapis.com/2.10/chromedriver_mac32.zip'
|
|
|
|
sha256 'fc412529600693430a17434652e1b765b2bd61f20a829b626d752a7b7d237c56'
|
|
|
|
version '2.10'
|
2011-07-09 18:16:49 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'chromedriver'
|
|
|
|
end
|
|
|
|
end
|