summaryrefslogtreecommitdiff
path: root/net-ssh.gemspec
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2012-05-17 07:31:29 -0400
committerdelano <delano@solutious.com>2012-05-17 07:31:29 -0400
commit2840dae8c196a1c84e6dd515c8630d9b0ce6d088 (patch)
tree8fd3e3b6ca3bf75ea901d215ecf7e9a4ee178113 /net-ssh.gemspec
parentf10c563115ecf3a5dd00b6907d11a7220facd2e7 (diff)
downloadnet-ssh-add-many-algorithms.tar.gz
Diffstat (limited to 'net-ssh.gemspec')
-rw-r--r--net-ssh.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 1caecce..b6c4283 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "net-ssh"
s.rubyforge_project = 'net-ssh'
- s.version = "2.3.1"
+ s.version = "2.4.0"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary + " It allows you to write programs that invoke and interact with processes on remote servers, via SSH2."
s.authors = ["Jamis Buck", "Delano Mandelbaum"]