diff options
| author | Jack Nagel | 2013-09-21 18:33:42 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-21 19:29:52 -0500 | 
| commit | 6a84921e8ad6c17ec957c44f77e3548a9afc2c69 (patch) | |
| tree | 6b7f0ef3b65b7f6e458679ee2c2bf664bf694e45 /Library | |
| parent | 6fe5459c30dc7374bea1b998a7d2f8e32d60b446 (diff) | |
| download | homebrew-6a84921e8ad6c17ec957c44f77e3548a9afc2c69.tar.bz2 | |
git-multipush: use spec deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-multipush.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/git-multipush.rb b/Library/Formula/git-multipush.rb index e51e411e5..4ade1e502 100644 --- a/Library/Formula/git-multipush.rb +++ b/Library/Formula/git-multipush.rb @@ -5,9 +5,10 @@ class GitMultipush < Formula    url 'http://git-multipush.googlecode.com/files/git-multipush-2.3.tar.bz2'    sha1 'a53f171af5e794afe9b1de6ccd9bd0661db6fd91' -  head 'https://github.com/gavinbeatty/git-multipush.git' - -  depends_on 'asciidoc' => :build if build.head? +  head do +    url 'https://github.com/gavinbeatty/git-multipush.git' +    depends_on 'asciidoc' => :build +  end    def install      if build.head? | 
