Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Mar 1, 2011
1 parent c1aadb7 commit ee6bbef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,5 +1,5 @@

=== 2.1.1 / 1 Mar 2011
=== 2.1.2 / 1 Mar 2011

* Fix for Net::SSH Continues to attempt authentication when notified it is not allowed [Eric Hodel]
(see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/26)
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ssh/version.rb
Expand Up @@ -51,7 +51,7 @@ def to_i
MINOR = 1

# The tiny component of this version of the Net::SSH library
TINY = 1
TINY = 2

# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down
2 changes: 1 addition & 1 deletion 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.1"
s.version = "2.1.2"
s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
s.description = s.summary
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
Expand Down

0 comments on commit ee6bbef

Please sign in to comment.