README.md in git_flower-0.1.2 vs README.md in git_flower-0.1.3

- old
+ new

@@ -1,6 +1,10 @@ # GitFlower +[![build status](https://gitlab.com/alexwilkinson/git-flower/badges/master/build.svg)](https://gitlab.com/alexwilkinson/git-flower/commits/master) +[![coverage report](https://gitlab.com/alexwilkinson/git-flower/badges/master/coverage.svg)](https://gitlab.com/alexwilkinson/git-flower/commits/master) +[![Gem Version](https://badge.fury.io/rb/git_flower.svg)](https://badge.fury.io/rb/git_flower) + GitFlower is a command-line utility that starts features and hotfixes using the git-flow branching model and creates corresponding features and bugs on PivotalTracker using the Pivotal API. Link tickets in Pivotal with your git-flow branches without leaving the comfort of the command line! While GitFlower only supports Pivotal at the moment, the plan is to add support for all popular project management systems. Once I have developed an adapter system for easily working with multiple APIs, I will publish my priority list on this README. If I'm not currently planning on adding your favorite PM tool, or it's not happening fast enough, feel free to contribute!