README.mdown in split-0.4.1 vs README.mdown in split-0.4.2

- old
+ new

@@ -4,10 +4,12 @@ Split is heavily inspired by the Abingo and Vanity rails ab testing plugins and Resque in its use of Redis. Split is designed to be hacker friendly, allowing for maximum customisation and extensibility. +[![Build Status](https://secure.travis-ci.org/andrew/split.png?branch=master)](http://travis-ci.org/andrew/split) [![Dependency Status](https://gemnasium.com/andrew/split.png)](https://gemnasium.com/andrew/split) + ## Requirements Split uses redis as a datastore. Split only supports redis 2.0 or greater. @@ -266,11 +268,9 @@ Source hosted at [GitHub](http://github.com/andrew/split). Report Issues/Feature requests on [GitHub Issues](http://github.com/andrew/split/issues). Tests can be ran with `rake spec` - -[![Build Status](https://secure.travis-ci.org/andrew/split.png?branch=master)](http://travis-ci.org/andrew/split) [![Dependency Status](https://gemnasium.com/andrew/split.png)](https://gemnasium.com/andrew/split) ### Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix.