README.md in reek-1.3.6 vs README.md in reek-1.3.7
- old
+ new
@@ -1,13 +1,20 @@
# Reek -- code smell detection for Ruby
-##Overview
+### Overview
+
+
[![Build Status](https://secure.travis-ci.org/troessner/reek.png?branch=master)](http://travis-ci.org/troessner/reek?branch=master)
[![Gem Version](https://badge.fury.io/rb/reek.png)](http://badge.fury.io/rb/reek)
+[![Dependency Status](https://gemnasium.com/troessner/reek.png)](https://gemnasium.com/troessner/reek)
+[![Inline docs](http://inch-pages.github.io/github/troessner/reek.png)](http://inch-pages.github.io/github/troessner/reek)
+### Synopsis
+
+
Reek is a tool that examines Ruby classes, modules and methods and
reports any code smells it finds. Install it like this:
```bash
$ gem install reek
@@ -129,16 +136,19 @@
There's a vim plugin for `reek`: [https://github.com/rainerborene/vim-reek](https://github.com/rainerborene/vim-reek)
TextMate Bundle for `reek`: [https://github.com/peeyush1234/reek.tmbundle](https://github.com/peeyush1234/reek.tmbundle)
+Colorful output for `reek`: [Preek](https://github.com/joenas/preek) (also with [Guard::Preek](https://github.com/joenas/guard-preek))
+
### Dependencies
Reek makes use of the following other gems:
* ruby_parser
* sexp_processor
* ruby2ruby
+* rainbow
### Learn More
Find out more about Reek from any of the following sources: