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 5109b4f commit efa056dCopy full SHA for efa056d
CHANGELOG.rdoc
@@ -1,3 +1,8 @@
1
+=== 1.1 / 3 Apr 2011
2
+
3
+* Rescue Timeout::Error so :on_error works as expected when server is unavailable. [Joel Watson]
4
5
6
=== 1.0.1 / 1 Feb 2009
7
8
* Remove redundant call to block_given? in Session#group [paddor]
lib/net/ssh/multi/version.rb
@@ -7,10 +7,10 @@ class Version < Net::SSH::Version
MAJOR = 1
9
# The minor component of the library's version
10
- MINOR = 0
+ MINOR = 1
11
12
# The tiny component of the library's version
13
- TINY = 1
+ TINY = 0
14
15
# The library's version as a Version instance
16
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments