summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-06-03 18:22:50 -0400
committerdelano <delano@solutious.com>2010-06-03 18:22:50 -0400
commit33bb87e95d1e142d5b6a3b12f8460f415decbdda (patch)
treedc84f4beff2c3a18e730fa129e982857a98116e5
parent624ffe63d18543e4c1112100611d7135e7eb5aa4 (diff)
downloadnet-ssh-33bb87e95d1e142d5b6a3b12f8460f415decbdda.tar.gz
Release 2.0.23v2.0.23
-rw-r--r--lib/net/ssh/version.rb2
-rw-r--r--net-ssh.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 83b4fe3..299083a 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 = 22
+ TINY = 23
# 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 79084ff..d89c9dc 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.22"
+ s.version = "2.0.23"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]