README.md in quality-1.3.0 vs README.md in quality-1.3.1
- old
+ new
@@ -1,12 +1,14 @@
+[![Build Status](https://travis-ci.org/apiology/quality.png)](https://travis-ci.org/apiology/quality)
+
# Quality -- code quality ratchet for Ruby
##Overview
Quality is a tool that runs quality checks on Ruby code using cane,
-reek, flog and flay, and makes sure your numbers don't get any worse
-over time.
+reek, flog, flay and rubocop and makes sure your numbers don't get any
+worse over time.
```bash
$ gem install quality
```
@@ -69,14 +71,14 @@
### Dependencies
Quality makes use of the following other gems, which do the actual checking:
-* reek
-* cane
-* flog
-* flay
-* rubocop
+* [reek](https://github.com/troessner/reek)
+* [cane](https://github.com/square/cane)
+* [flog](https://github.com/seattlerb/flog)
+* [flay](https://github.com/seattlerb/flay)
+* [rubocop](https://github.com/bbatsov/rubocop)
### Learn More
* Browse the code or install the latest development version from [https://github.com/apiology/quality/tree](https://github.com/apiology/quality/tree)