summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-04-20 16:33:53 -0400
committerdelano <delano@solutious.com>2010-04-20 16:33:53 -0400
commit134af9733175494361a30272970c850f190fc797 (patch)
treed3477a70faa1f93ded4c7d8dba4c2a66f030413a
parent84577012a5d31ac6be7b20843268024dd0a157fc (diff)
downloadnet-ssh-134af9733175494361a30272970c850f190fc797.tar.gz
Release 2.0.22v2.0.22
-rw-r--r--lib/net/ssh/version.rb2
-rw-r--r--net-ssh.gemspec3
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index be882f2..83b4fe3 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 0
# The tiny component of this version of the Net::SSH library
- TINY = 21
+ TINY = 22
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 35d1ed4..79084ff 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.0.21"
+ s.version = "2.0.22"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
@@ -107,6 +107,7 @@
test/configs/host_plus
test/configs/multihost
test/configs/nohost
+ test/configs/numeric_host
test/configs/wild_cards
test/connection/test_channel.rb
test/connection/test_session.rb