diff options
| author | Adam Vandenberg | 2012-04-18 19:37:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-19 21:06:00 -0700 |
| commit | 78de146651d6328d2d026d3825abca46011624ea (patch) | |
| tree | f0416ba26a81b9fd4b7930b4e0ec7e737f39d1bc /Library/Formula/gremlin.rb | |
| parent | 15b06c5ddc9fce5483c01b0f633fce3ec8253665 (diff) | |
| download | homebrew-78de146651d6328d2d026d3825abca46011624ea.tar.bz2 | |
Remove redundant :using specs
Diffstat (limited to 'Library/Formula/gremlin.rb')
| -rw-r--r-- | Library/Formula/gremlin.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gremlin.rb b/Library/Formula/gremlin.rb index 70b4702c3..be48cb297 100644 --- a/Library/Formula/gremlin.rb +++ b/Library/Formula/gremlin.rb @@ -1,10 +1,11 @@ require 'formula' class Gremlin < Formula - url 'https://github.com/downloads/tinkerpop/gremlin/gremlin-1.3.zip' homepage 'http://gremlin.tinkerpop.com/' + url 'https://github.com/downloads/tinkerpop/gremlin/gremlin-1.3.zip' md5 'c524ee20e119c3b6059cfd0b7873d94c' - head 'https://github.com/tinkerpop/gremlin.git', :using => :git + + head 'https://github.com/tinkerpop/gremlin.git' depends_on 'maven' if ARGV.build_head? |
