Sha256: 716441f3b302790701ebacd434918022b7a47a17d37e6320b4d5d7fd8995fef3

Contents?: true

Size: 1.56 KB

Versions: 5

Compression:

Stored size: 1.56 KB

Contents

# Massa

[![Gem Version](https://badge.fury.io/rb/massa.svg)](https://rubygems.org/gems/massa)
[![Build Status](https://travis-ci.org/lucascaton/massa.svg?branch=master)](https://travis-ci.org/lucascaton/massa)
[![Coverage Status](https://img.shields.io/codeclimate/coverage/github/lucascaton/massa.svg)](https://codeclimate.com/github/lucascaton/massa)
[![Code Climate](https://codeclimate.com/github/lucascaton/massa/badges/gpa.svg)](https://codeclimate.com/github/lucascaton/massa)

It's common to see Rails projects becomming hard to maintain and less fun after a while.
This gem helps you to keep its quality, good practices and security.

## Installation

Add the following lines to your application's Gemfile:

```ruby
group :development, :test do
  gem 'massa'
end
```

And then execute:

    $ bundle

## About the gem name

"Massa" is a Portuguese slang which means "awesome",
so once you add it to your project, it becomes "massa"!

## Usage

Create a configuration file:

    $ ... # TODO

Then, run (or, ideally, add it to your CI config):

    $ bundle exec massa

## Contributing

[Bug reports](https://github.com/lucascaton/massa/issues) and [pull requests](https://github.com/lucascaton/massa/pulls) are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

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.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
massa-0.0.8 README.md
massa-0.0.7 README.md
massa-0.0.6 README.md
massa-0.0.5 README.md
massa-0.0.4 README.md