diff options
| author | Nils Caspar | 2012-04-13 15:33:49 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-13 19:58:21 -0700 |
| commit | cb067c0a61a1e44c45e828c19a592d10b6cd6b73 (patch) | |
| tree | 3ef62547e930b9d3212993a133462679b3af4cfb /Library/Formula/rails-completion.rb | |
| parent | 7b7e5e50c6a536ab10bc14d062c6e915dfda67ab (diff) | |
| download | homebrew-cb067c0a61a1e44c45e828c19a592d10b6cd6b73.tar.bz2 | |
rails-completion 0.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rails-completion.rb')
| -rw-r--r-- | Library/Formula/rails-completion.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/rails-completion.rb b/Library/Formula/rails-completion.rb new file mode 100644 index 000000000..15a229a72 --- /dev/null +++ b/Library/Formula/rails-completion.rb @@ -0,0 +1,12 @@ +require 'formula' + +class RailsCompletion < Formula + homepage 'https://github.com/jweslley/rails_completion' + url 'https://github.com/jweslley/rails_completion/tarball/v0.2.0' + md5 '9e3fad56de597752c4a2e10006e06ce5' + head 'https://github.com/jweslley/rails_completion.git' + + def install + (prefix+'etc/bash_completion.d').install Dir['rails.bash'] + end +end |
