From eb6fa2c2f97794ad5953b6913be53cd2a5e6d17c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 9 Jul 2013 23:20:07 +0000 Subject: upr 0.3.0 - update for Moneta ~> 0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * From: Jérémy Bobbio Update Upr::Monitor to use Moneta 0.7 API We need to deactivate the serialization in Moneta so that the assumption (currently used in the tests) that the status object will be the same across the calls to the monitor still hold. --- GIT-VERSION-GEN | 2 +- lib/upr.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e36125a..576be63 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.2.0.GIT +DEF_VER=v0.3.0 LF=' ' diff --git a/lib/upr.rb b/lib/upr.rb index 515b170..0d08f1a 100644 --- a/lib/upr.rb +++ b/lib/upr.rb @@ -5,7 +5,7 @@ require 'upr/status' module Upr # Upr version number - VERSION = '0.2.0' + VERSION = '0.3.0' autoload :Monitor, 'upr/monitor' autoload :Params, 'upr/params' -- cgit v1.2.3-24-ge0c7