diff options
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 34c693b..fb1fb5a 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.5.0" + s.version = "2.5.1" 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"] |
