summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2011-03-01 17:06:42 -0500
committerdelano <delano@solutious.com>2011-03-01 17:06:42 -0500
commitc1aadb71cf116bc9e6becb909fd71090dae9b524 (patch)
tree2e9a606914e4e57c476e22b24efce670c8c4a5ea
parent6812153a2d1e84853114622b3d9bacb4e7696bb4 (diff)
parentabf9f6ad02b8b5ea0383bb9392503d1330eda177 (diff)
downloadnet-ssh-c1aadb71cf116bc9e6becb909fd71090dae9b524.tar.gz
Merge branch 'master' into 2.1
-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 7a49aaf..cddeb23 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 1
# The tiny component of this version of the Net::SSH library
- TINY = 0
+ TINY = 1
# 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 024652f..9ef4730 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.1.0"
+ s.version = "2.1.1"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]