README.md in baton-0.5.4 vs README.md in baton-0.5.5

- old
+ new

@@ -1,8 +1,10 @@ # Baton - Server Orchestration Tool +[![Gem Version](https://badge.fury.io/rb/baton.png)](http://badge.fury.io/rb/baton) [![Build Status](https://secure.travis-ci.org/digital-science/baton.png?branch=master)](http://travis-ci.org/digital-science/baton) +[![Code Climate](https://codeclimate.com/github/digital-science/baton.png)](https://codeclimate.com/github/digital-science/baton) ## Description Baton is a general purpose server orchestration tool. @@ -87,5 +89,9 @@ If you would like to create your own extension, simply install baton (`gem install baton`) and run the following command: batonize gem GEMNAME -b This will create a basic gem structure with the necessary files to create a minimum viable baton extension. + +# Copyright + +Copyright (c) Digital Science. See [LICENSE](https://github.com/digital-science/baton/blob/master/LICENSE) for details.