README.md in semmy-0.1.0 vs README.md in semmy-0.2.0

- old
+ new

@@ -1,15 +1,21 @@ # Semmy +[![Gem Version](https://badge.fury.io/rb/semmy.svg)](http://badge.fury.io/rb/semmy) +[![Dependency Status](https://gemnasium.com/badges/github.com/tf/semmy.svg)](https://gemnasium.com/github.com/tf/semmy) +[![Build Status](https://travis-ci.org/tf/semmy.svg?branch=master)](https://travis-ci.org/tf/semmy) +[![Coverage Status](https://coveralls.io/repos/github/tf/semmy/badge.svg?branch=master)](https://coveralls.io/github/tf/semmy?branch=master) +[![Code Climate](https://codeclimate.com/github/tf/semmy/badges/gpa.svg)](https://codeclimate.com/github/tf/semmy) + An opinionated set of rake tasks to maintain gems following semantic versioning principles. ## Installation Add development dependency to your gemspec: # your.gemspec - s.add_development_dependency "semmy", "~> 1.0" + s.add_development_dependency 'semmy', '~> 0.2' Install gems: $ bundle