README.md in partisan-0.2.3 vs README.md in partisan-0.3

- old
+ new

@@ -1,10 +1,17 @@ -# Partisan +<p align="center"> + <a href="https://github.com/mirego/partisan"> + <img src="http://i.imgur.com/npOjnF2.png" alt="Partisan" /> + </a> + <br /> + Partisan is a Ruby library that allows ActiveRecord records to follow other records. + <br /><br /> + <a href="https://rubygems.org/gems/partisan"><img src="https://badge.fury.io/rb/partisan.png" /></a> + <a href="https://codeclimate.com/github/mirego/partisan"><img src="https://codeclimate.com/github/mirego/partisan.png" /></a> + <a href="https://travis-ci.org/mirego/partisan"><img src="https://travis-ci.org/mirego/partisan.png?branch=master" /></a> +</p> -[![Gem Version](https://badge.fury.io/rb/partisan.png)](https://rubygems.org/gems/partisan) -[![Build Status](https://travis-ci.org/mirego/partisan.png?branch=master)](https://travis-ci.org/mirego/partisan) - -Partisan is a Ruby library that allows ActiveRecord records to follow other records. +--- It’s heavily inspired by `acts_as_follower`. However, it’s not 100% compatible with `acts_as_follower` as I removed some “features”: * Block a follower * Methods that returned mixed types of followers/following