summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2009-08-28 12:44:22 -0400
committerdelano <delano@solutious.com>2009-08-28 12:44:22 -0400
commitbe5992144d5da73db835ac9601c53edb0b5d4e0a (patch)
treeb709ff4082d81e3b2bdf9148949218d175f2ff8f
parente91c888cec6c1dcffea4e576cebd4da45eb77028 (diff)
downloadnet-ssh-be5992144d5da73db835ac9601c53edb0b5d4e0a.tar.gz
Release 2.0.14v2.0.14
-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 aaed64d..684b2e8 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 = 13
+ TINY = 14
# 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 324d5ae..08a400a 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.13"
+ s.version = "2.0.14"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]