2012-04-13 13:33:49 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RailsCompletion < Formula
|
|
|
|
homepage 'https://github.com/jweslley/rails_completion'
|
|
|
|
url 'https://github.com/jweslley/rails_completion/tarball/v0.2.0'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '33c06ece02aaf3ceb55921c1b8359432cf4c61d8'
|
2012-04-13 13:33:49 +00:00
|
|
|
head 'https://github.com/jweslley/rails_completion.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
(prefix+'etc/bash_completion.d').install Dir['rails.bash']
|
|
|
|
end
|
|
|
|
end
|