diff options
| author | Adam Vandenberg | 2013-01-23 19:59:43 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 19:59:43 -0800 |
| commit | ea56af1e1b061e04d3622a87b539fde146561257 (patch) | |
| tree | 9622fc000d065e231e267b14c38721a3f031ea78 /Library/Formula | |
| parent | 322635a22bc34ac645831a0c42a2f8773f1fb3eb (diff) | |
| download | homebrew-ea56af1e1b061e04d3622a87b539fde146561257.tar.bz2 | |
Move rails-completion to https://github.com/Homebrew/homebrew-completions
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rails-completion.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/rails-completion.rb b/Library/Formula/rails-completion.rb deleted file mode 100644 index 407aeab30..000000000 --- a/Library/Formula/rails-completion.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class RailsCompletion < Formula - homepage 'https://github.com/jweslley/rails_completion' - url 'https://github.com/jweslley/rails_completion/tarball/v0.2.0' - sha1 '33c06ece02aaf3ceb55921c1b8359432cf4c61d8' - head 'https://github.com/jweslley/rails_completion.git' - - def install - (prefix+'etc/bash_completion.d').install Dir['rails.bash'] - end -end |
