From d4c898a4adc6cb6c3a20a648ae6b9b6a226066a6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 5 Oct 2010 23:34:39 +0000 Subject: upgrade to kgio 1.2.0 This provides the kgio_read! method which is like readpartial, only significantly cheaper when a client disconnects on us. --- script/isolate_for_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/isolate_for_tests') diff --git a/script/isolate_for_tests b/script/isolate_for_tests index ac856a0..7b2ee77 100755 --- a/script/isolate_for_tests +++ b/script/isolate_for_tests @@ -17,7 +17,7 @@ opts = { pid = fork do Isolate.now!(opts) do gem 'sqlite3-ruby', '1.2.5' - gem 'kgio', '1.1.0' + gem 'kgio', '1.2.0' gem 'rack', '1.1.0' end end -- cgit v1.2.3-24-ge0c7