about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-09 23:20:07 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-09 23:20:07 +0000
commiteb6fa2c2f97794ad5953b6913be53cd2a5e6d17c (patch)
treec758587e20e3c88702bfc1b5ef2771bad356cbc4
parent3fa5a63b09b9600c1e2a1629fd7be3c5343cc465 (diff)
downloadupr-eb6fa2c2f97794ad5953b6913be53cd2a5e6d17c.tar.gz
upr 0.3.0 - update for Moneta ~> 0.7 v0.3.0
* From: Jérémy Bobbio <lunar@debian.org>

  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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/upr.rb2
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'