README.md in massa-0.5.0 vs README.md in massa-0.6.0
- old
+ new
@@ -1,13 +1,14 @@
# 👌 Massa
[![Gem Version](https://badge.fury.io/rb/massa.svg)](https://rubygems.org/gems/massa)
+[![Dependency Status](https://gemnasium.com/badges/github.com/lucascaton/massa.svg)](https://gemnasium.com/github.com/lucascaton/massa)
[![Build Status](https://travis-ci.org/lucascaton/massa.svg?branch=master)](https://travis-ci.org/lucascaton/massa)
[![Test Coverage](https://codeclimate.com/github/lucascaton/massa/badges/coverage.svg)](https://codeclimate.com/github/lucascaton/massa/coverage)
[![Code Climate](https://codeclimate.com/github/lucascaton/massa/badges/gpa.svg)](https://codeclimate.com/github/lucascaton/massa)
-It's not rare to have Ruby (and Rails) projects becomming hard to maintain and less fun after a while.
+It's not rare to have Ruby (and Rails) projects becoming hard to maintain and less fun after a while.
This gem helps you to keep or increase the quality, good practices and security of your projects.
**Massa** can run in your CI using different code analyzers tools along with automated tests, instead of running only your automated tests.
Ie.: Instead of:
@@ -44,10 +45,12 @@
Generate a config file (optional):
$ bundle exec massa -g
+This will generate a `config/massa.yml` file, which you can customize.
+
Then, run:
$ bundle exec massa
It's recommended to use `-V` (or `--verbose`) flag when running it in a CI:
@@ -66,6 +69,6 @@
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Copyright
-Copyright (c) 2016 Lucas Caton.
+Copyright (c) Lucas Caton.