summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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