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
Search Repo:
prep for next preview release
jamis (author)
Thu Apr 10 10:13:11 -0700 2008
commit  183c94101115a2e9e30a2ca263731b34e05d05ce
tree    af161676b0eea754efb62975ccaaff05b5cd4d1b
parent  aa9b4246745370874c6797472a81d0db507952c0
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-=== *unreleased*
0
+=== 2.0 Preview Release 3 (1.99.2) / 10 Apr 2008
0
 
0
 * Session properties [Jamis Buck]
0
 
...
49
50
51
52
 
53
54
55
...
57
58
59
60
61
 
...
49
50
51
 
52
53
54
55
...
57
58
59
 
60
61
0
@@ -49,7 +49,7 @@ module Net; module SSH
0
     MINOR = 99
0
 
0
     # The tiny component of this version of the Net::SSH library
0
- TINY = 1
0
+ TINY = 2
0
 
0
     # The current version of the Net::SSH library as a Version instance
0
     CURRENT = new(MAJOR, MINOR, TINY)
0
@@ -57,4 +57,4 @@ module Net; module SSH
0
     # The current version of the Net::SSH library as a String
0
     STRING = CURRENT.to_s
0
   end
0
-end; end
0
\ No newline at end of file
0
+end; end

Comments

    No one has commented yet.