We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e90ec commit b6faabeCopy full SHA for b6faabe
CHANGELOG.rdoc
@@ -1,3 +1,8 @@
1
+=== 2.0.4 / 23 Nov 2009
2
+
3
+* Fixed frozen string issue in StatusException.message [appoxy]
4
5
6
=== 2.0.3 / 17 Nov 2009
7
8
* Reference the correct Exception class when rescuing errors [Scott Tadman]
lib/net/sftp/version.rb
@@ -6,7 +6,7 @@ module Net; module SFTP
class Version < Net::SSH::Version
MAJOR = 2
MINOR = 0
9
- TINY = 3
+ TINY = 4
10
11
# The current version, as a Version instance
12
CURRENT = new(MAJOR, MINOR, TINY)
test/test_all.rb
@@ -1,3 +1,4 @@
+# $ ruby -Ilib -Itest -rrubygems test/test_all.rb
Dir.chdir(File.dirname(__FILE__)) do
Dir['**/test_*.rb'].each { |file| require(file) }
end
0 commit comments