diff options
author | delano <delano@solutious.com> | 2012-05-17 07:31:29 -0400 |
---|---|---|
committer | delano <delano@solutious.com> | 2012-05-17 07:31:29 -0400 |
commit | 2840dae8c196a1c84e6dd515c8630d9b0ce6d088 (patch) | |
tree | 8fd3e3b6ca3bf75ea901d215ecf7e9a4ee178113 /net-ssh.gemspec | |
parent | f10c563115ecf3a5dd00b6907d11a7220facd2e7 (diff) | |
download | net-ssh-add-many-algorithms.tar.gz |
Diffstat (limited to 'net-ssh.gemspec')
-rw-r--r-- | net-ssh.gemspec | 2 |
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"] |