public
Description: Pure Ruby implementation of the SCP protocol
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-scp.git
version bump
jamis (author)
Thu May 29 14:33:01 -0700 2008
commit  bbb7ba621f420e099eae88d13cd129b20710a1cf
tree    75c5a6835f94ea81b562ab4797b53feb25333d91
parent  37e84fb1ae9d3667dd3d61b0e5bf8968e28e24d7
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-=== *unreleased*
0
+=== 1.0.1 / 29 May 2008
0
 
0
 * Make sure downloads open the file in binary mode to appease Windows [Jamis Buck]
0
 
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ module Net; class SCP
0
   class Version < Net::SSH::Version
0
     MAJOR = 1
0
     MINOR = 0
0
- TINY = 0
0
+ TINY = 1
0
 
0
     # The current version, as a Version instance
0
     CURRENT = new(MAJOR, MINOR, TINY)

Comments

    No one has commented yet.