summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-03-25 23:02:22 -0600
committerJamis Buck <jamis@37signals.com>2008-03-25 23:02:22 -0600
commitcfd9afed1c12525e14318d258458c069cc0e0d08 (patch)
tree1bb81c6f644dac60a70c41ba7d7f9f1853987225
parent31659146734946936831a10fdeeaaea92d3c96f9 (diff)
downloadnet-ssh-gateway-cfd9afed1c12525e14318d258458c069cc0e0d08.tar.gz
add dependency on net-ssh
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d397d1b..4e07d13 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,6 +19,8 @@ Echoe.new('net-ssh-gateway', version) do |p|
p.summary = "a pure-Ruby implementation of the SSH2 client protocol"
p.url = "http://net-ssh.rubyforge.org/gateway"
+ p.dependencies = ["net-ssh >=1.99.1"]
+
p.need_zip = true
p.include_rakefile = true