summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2011-01-20 00:38:06 -0500
committerdelano <delano@solutious.com>2011-01-20 00:38:06 -0500
commit566b739dfbb248a061e3e827ecc1bedfd19ff826 (patch)
tree5995b85a337c257e90c114ff79efbd72e55b3709
parent64ad3820a1c3e601c0ac37eb320a856ebbb47d6c (diff)
downloadnet-ssh-566b739dfbb248a061e3e827ecc1bedfd19ff826.tar.gz
Release 2.1.0v2.1.0
-rw-r--r--lib/net/ssh/version.rb4
-rw-r--r--net-ssh.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index da35506..7a49aaf 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -48,10 +48,10 @@ module Net; module SSH
MAJOR = 2
# The minor component of this version of the Net::SSH library
- MINOR = 0
+ MINOR = 1
# The tiny component of this version of the Net::SSH library
- TINY = 24
+ TINY = 0
# 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 d9ce469..024652f 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.24"
+ s.version = "2.1.0"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]