summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-03-30 16:45:22 -0600
committerJamis Buck <jamis@37signals.com>2008-03-30 16:45:22 -0600
commit934af963daf3414047f7ec826efe5931de189144 (patch)
treeaf35add025e59234929ebf6e27c0531b37936052
parentef82ba1eafc5b96f98437a0528735454c2d9f8bc (diff)
downloadnet-ssh-gateway-934af963daf3414047f7ec826efe5931de189144.tar.gz
update the project summary
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4e07d13..520728d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ Echoe.new('net-ssh-gateway', version) do |p|
p.author = "Jamis Buck"
p.email = "jamis@jamisbuck.org"
- p.summary = "a pure-Ruby implementation of the SSH2 client protocol"
+ p.summary = "A simple library to assist in establishing tunneled Net::SSH connections"
p.url = "http://net-ssh.rubyforge.org/gateway"
p.dependencies = ["net-ssh >=1.99.1"]