summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-01-15 13:20:51 -0500
committerdelano <delano@solutious.com>2010-01-15 13:20:51 -0500
commit6fd7dcdcb56a278c11c4065fda183ba5694f4c98 (patch)
treea0ee45a805f1a0d7a50502c976a933da438c9960
parent5d63f9bbff00993d7834f38cab59e7252776b1c6 (diff)
downloadnet-ssh-6fd7dcdcb56a278c11c4065fda183ba5694f4c98.tar.gz
Release 2.0.18 (readpartial test fix)v2.0.18
-rw-r--r--CHANGELOG.rdoc2
-rw-r--r--lib/net/ssh/version.rb2
-rw-r--r--net-ssh.gemspec4
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index c0c525e..caaf07f 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,4 +1,4 @@
-=== Unreleased
+=== 2.0.18 / 15 Jan 2010
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index bdd75cd..2a8e03e 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 = 17
+ TINY = 18
# 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 a42fc61..260b4bf 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.17"
+ s.rubyforge_project = 'net-ssh'
+ s.version = "2.0.18"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]