public
Description: Pure Ruby implementation of an SSH (protocol 2) client
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-ssh.git
Version bump
jamis (author)
Wed Aug 27 20:58:11 -0700 2008
commit  9ff39fb8e7ca5690f2803b5288338bec2e6a0448
tree    78a40e5f1a927596fed5f039bc3971a076bc33ca
parent  e14b643574bb7257d7d658eeb8fff58e4ac3705b
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-=== (unreleased)
0
+=== 2.0.4 / 27 Aug 2008
0
 
0
 * Added Connection::Session#closed? and Transport::Session#closed? [Jamis Buck]
0
 
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@ module Net; module SSH
0
     MINOR = 0
0
 
0
     # The tiny component of this version of the Net::SSH library
0
- TINY = 3
0
+ TINY = 4
0
 
0
     # The current version of the Net::SSH library as a Version instance
0
     CURRENT = new(MAJOR, MINOR, TINY)

Comments

    No one has commented yet.