README.md in coveralls_reborn-0.10.0 vs README.md in coveralls_reborn-0.11.0
- old
+ new
@@ -1,11 +1,11 @@
-# [Coveralls Reborn](http://coveralls.io) for Ruby [![Test Coverage](https://coveralls.io/repos/tagliala/coveralls-ruby-reborn/badge.svg?branch=master)](https://coveralls.io/r/tagliala/coveralls-ruby-reborn) [![Build Status](https://secure.travis-ci.org/tagliala/coveralls-ruby-reborn.svg?branch=master)](https://travis-ci.org/tagliala/coveralls-ruby-reborn) [![Gem Version](https://badge.fury.io/rb/coveralls_reborn.svg)](http://badge.fury.io/rb/coveralls_reborn) [![Dependency Status](https://gemnasium.com/badges/github.com/tagliala/coveralls-ruby-reborn.svg)](https://gemnasium.com/github.com/tagliala/coveralls-ruby-reborn)
+# [Coveralls Reborn](http://coveralls.io) for Ruby [![Coverage Status](https://coveralls.io/repos/github/tagliala/coveralls-ruby-reborn/badge.svg?branch=master)](https://coveralls.io/github/tagliala/coveralls-ruby-reborn?branch=master) [![Build Status](https://secure.travis-ci.org/tagliala/coveralls-ruby-reborn.svg?branch=master)](https://travis-ci.org/tagliala/coveralls-ruby-reborn) [![Gem Version](https://badge.fury.io/rb/coveralls_reborn.svg)](http://badge.fury.io/rb/coveralls_reborn) [![Dependency Status](https://gemnasium.com/badges/github.com/tagliala/coveralls-ruby-reborn.svg)](https://gemnasium.com/github.com/tagliala/coveralls-ruby-reborn)
### [Read the docs →](https://coveralls.zendesk.com/hc/en-us/articles/201769485-Ruby-Rails)
An up-to-date fork of [lemurheavy/coveralls-ruby](https://github.com/lemurheavy/coveralls-ruby)
Add to your `Gemfile`:
```rb
-gem 'coveralls_reborn', '~> 0.10.0', require: false
+gem 'coveralls_reborn', '~> 0.11.0', require: false
```