From 2365ee92396dba077f01d50f34fa2203841bde9f Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 3 Jan 2014 10:16:09 +0100 Subject: Version 0.3.2 - staying alive This version mainly improves the stability and should keep tapicero from dying too early. * couchrest_changes 0.0.5 will resume if the connection died. * lock yajl version to 1.1.0 - 1.2.0 requires mkmf on the server * retry couch requests in case they fail * log all crashes --- lib/tapicero/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tapicero/version.rb b/lib/tapicero/version.rb index 18ee238..1d372e5 100644 --- a/lib/tapicero/version.rb +++ b/lib/tapicero/version.rb @@ -1,5 +1,5 @@ module Tapicero - VERSION = "0.3.1" + VERSION = "0.3.2" REQUIRE_PATHS = ['lib'] FLAGS = [] end -- cgit v1.2.3