README.md in suo-0.1.1 vs README.md in suo-0.1.2

- old
+ new

@@ -1,6 +1,6 @@ -# Suo [![Build Status](https://travis-ci.org/nickelser/suo.png?branch=master)](https://travis-ci.org/nickelser/suo) +# Suo [![Build Status](https://travis-ci.org/nickelser/suo.svg?branch=master)](https://travis-ci.org/nickelser/suo) [![Gem Version](https://badge.fury.io/rb/suo.svg)](http://badge.fury.io/rb/suo) :lock: Distributed semaphores using Memcached or Redis in Ruby. Suo provides a very performant distributed lock solution using Compare-And-Set (`CAS`) commands in Memcached, and `WATCH/MULTI` in Redis. @@ -40,10 +40,9 @@ ``` ## TODO - better stale key handling (refresh blocks) - more race condition tests - - refactor clients to re-use more code ## History View the [changelog](https://github.com/nickelser/suo/blob/master/CHANGELOG.md)