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:
version bump
jamis (author)
Mon May 05 20:53:25 -0700 2008
commit  ff6713ebbd0eef61d236687cb66d3f3ffceb7c8b
tree    b751bd1f1ee8c704a18bb114c72dd033bee2c4e2
parent  ba7066885639c4e3ded3df4e05aae6fa2a9d1d6f
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-=== *unreleased*
0
+=== 2.0.1 / 5 May 2008
0
 
0
 * Teach Net::SSH about a handful of default key names [Jamis Buck]
0
 
...
49
50
51
52
 
53
54
55
...
49
50
51
 
52
53
54
55
0
@@ -49,7 +49,7 @@ module Net; module SSH
0
     MINOR = 0
0
 
0
     # The tiny component of this version of the Net::SSH library
0
- TINY = 0
0
+ TINY = 1
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.