Skip to content

Commit

Permalink
Release 2.0.5 (stringio fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Aug 19, 2010
1 parent e645fbb commit 38b88a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Echoe.new('net-sftp', version) do |p|
p.changelog = "CHANGELOG.rdoc"

p.author = "Jamis Buck"
p.email = "jamis@jamisbuck.org"
p.email = "netsftp@solutious.com"
p.summary = "A pure Ruby implementation of the SFTP client protocol"
p.url = "http://net-ssh.rubyforge.org/sftp"

Expand Down
2 changes: 1 addition & 1 deletion lib/net/sftp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Net; module SFTP
class Version < Net::SSH::Version
MAJOR = 2
MINOR = 0
TINY = 4
TINY = 5

# The current version, as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit 38b88a6

Please sign in to comment.