From abf9f6ad02b8b5ea0383bb9392503d1330eda177 Mon Sep 17 00:00:00 2001 From: delano Date: Tue, 1 Mar 2011 16:52:07 -0500 Subject: Release 2.1.1 --- lib/net/ssh/version.rb | 2 +- net-ssh.gemspec | 2 +- 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"] -- cgit v1.2.1