From a5c8fc6fbfba5ea41436e2c1766923734a2bf093 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Dec 2010 17:27:19 +0000 Subject: [PATCH 1/2] Version bump to 0.0.7 --- lib/redistat/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redistat/version.rb b/lib/redistat/version.rb index 9420013..68057e8 100644 --- a/lib/redistat/version.rb +++ b/lib/redistat/version.rb @@ -1,3 +1,3 @@ module Redistat - VERSION = "0.0.6" + VERSION = "0.0.7" end \ No newline at end of file From 745473862f49f3ca566487cd0c2542c9c3b066c2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 29 Dec 2010 17:28:56 +0000 Subject: [PATCH 2/2] added note about system_timer gem to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f920837..54665c5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Redis fits perfectly with all of these requirements. It has atomic operations li gem install redistat +If you are using Ruby 1.8.x, it's recommended you also install the `system_timer` gem, as the Redis gem will otherwise complain. + ## Usage The simplest way to use Redistat is through the model wrapper.