From b9cf769a639d22e63d2c611541000b46e5d07d45 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 16 May 2011 09:28:48 -0700 Subject: [PATCH] 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=' ' -- 2.11.4.GIT