summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-01-03 10:16:09 +0100
committerAzul <azul@riseup.net>2014-01-03 14:50:04 +0100
commit2365ee92396dba077f01d50f34fa2203841bde9f (patch)
tree1db8a0d73fce67ba9add6e770b4d21079f41f5f2
parent10807e06165bb78261b9da0f5e44666c56c1f8f2 (diff)
Version 0.3.2 - staying alive0.3.2
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
-rw-r--r--lib/tapicero/version.rb2
1 files changed, 1 insertions, 1 deletions
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