README.md in rubocop-rake-0.5.0 vs README.md in rubocop-rake-0.5.1
- old
+ new
@@ -1,14 +1,17 @@
+[![Gem Version](https://badge.fury.io/rb/rubocop-rake.svg)](https://rubygems.org/gems/rubocop-rake)
+[![CircleCI](https://circleci.com/gh/rubocop-hq/rubocop-rake.svg?style=svg)](https://circleci.com/gh/rubocop-hq/rubocop-rake)
+
# RuboCop Rake
A [RuboCop](https://github.com/rubocop-hq/rubocop) plugin for Rake.
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'rubocop-rake'
+gem 'rubocop-rake', require: false
```
And then execute:
$ bundle install