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
Search Repo:
prepping for the 1.0 release
jamis (author)
Thu May 01 21:13:30 -0700 2008
commit  6c9d479a8d3aeeea7f588c2004f950575dc3a4fc
tree    b0d0d87111fcc5db7c406aca9426e3c8d45362b9
parent  5b512cf084b76444dca1c7face0e84a10694c263
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-=== *unreleased*
0
+=== 1.0.0 / 1 May 2008
0
 
0
 * Pass the channel object as the first argument to the progress callback [Jamis Buck]
0
 
...
4
5
6
7
8
 
 
9
10
11
...
4
5
6
 
 
7
8
9
10
11
0
@@ -4,8 +4,8 @@ module Net; class SCP
0
 
0
   # Describes the current version of the Net::SCP library.
0
   class Version < Net::SSH::Version
0
- MAJOR = 0
0
- MINOR = 99
0
+ MAJOR = 1
0
+ MINOR = 0
0
     TINY = 0
0
 
0
     # The current version, as a Version instance

Comments

    No one has commented yet.