From: Eric Wong Date: Mon, 16 May 2011 16:28:48 +0000 (-0700) Subject: io_splice 4.1.0 - copy_stream enhancement for 1.9 X-Git-Tag: v4.1.0^0 X-Git-Url: https://repo.or.cz/w/ruby_io_splice.git/commitdiff_plain/b9cf769a639d22e63d2c611541000b46e5d07d45 io_splice 4.1.0 - copy_stream enhancement for 1.9 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. --- 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=' '