about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-16 09:28:48 -0700
committerEric Wong <normalperson@yhbt.net>2011-05-16 09:51:23 -0700
commitb9cf769a639d22e63d2c611541000b46e5d07d45 (patch)
tree73146b9d284e11cc25d523a6dd34031d23cf5040
parente662a7f7262cef0820c014ae533bdf199f0104d6 (diff)
downloadruby_io_splice-b9cf769a639d22e63d2c611541000b46e5d07d45.tar.gz
IO::Splice.copy_stream coerces based on the availability of
the #to_path method in source and destination arguments.

This is to be compatible with IO.copy_stream and also
Rack::File since this may be used in web servers.

This is NOT visible with Ruby 1.8 since File.open
doesn't coerce with #to_path on the given object.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e99b00f..962cda3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.0.0.GIT
+DEF_VER=v4.1.0.GIT
 
 LF='
 '