diff options
| author | delano <delano@solutious.com> | 2012-05-25 14:46:25 -0400 |
|---|---|---|
| committer | delano <delano@solutious.com> | 2012-05-25 14:46:25 -0400 |
| commit | 6a373b823f856830efce7556482fa57145b26f87 (patch) | |
| tree | 1a24cb4ea2124a66053ca441e79af3d9a5c8c45e /net-ssh.gemspec | |
| parent | 6abf9af8b1573582c129371cd5a07cfe742fbdd5 (diff) | |
| parent | 21dde273463f5aae11dcad34dfb3feb08dc81375 (diff) | |
| download | net-ssh-2.5.tar.gz | |
Diffstat (limited to 'net-ssh.gemspec')
| -rw-r--r-- | net-ssh.gemspec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec index ce683e9..56454a9 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.1" + s.version = "2.5.2" 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"] @@ -135,11 +135,13 @@ test/connection/test_session.rb test/manual/test_forward.rb test/start/test_transport.rb + test/known_hosts/github test/test_all.rb test/test_buffer.rb test/test_buffered_io.rb test/test_config.rb test/test_key_factory.rb + test/test_known_hosts.rb test/transport/hmac/test_md5.rb test/transport/hmac/test_md5_96.rb test/transport/hmac/test_none.rb |
