nomoon/ragabash

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Ragabash

[![Gem Version](https://badge.fury.io/rb/ragabash.svg)](https://badge.fury.io/rb/ragabash)
[![Dependency Status](https://gemnasium.com/badges/github.com/nomoon/ragabash.svg)](https://gemnasium.com/github.com/nomoon/ragabash)
[![Build Status](https://travis-ci.org/nomoon/ragabash.svg?branch=master)](https://travis-ci.org/nomoon/ragabash)
[![Coverage Status](https://coveralls.io/repos/github/nomoon/ragabash/badge.svg?branch=develop)](https://coveralls.io/github/nomoon/ragabash?branch=develop)
[![Inline docs](http://inch-ci.org/github/nomoon/ragabash.svg?branch=master)](http://inch-ci.org/github/nomoon/ragabash)

"A collection of useful extensions, refinements, and tools."

## Installation

Add this line to your application's Gemfile:

```ruby
gem "ragabash"
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ragabash

## Usage

Check out the documentation in the source or at [rubydoc.info](http://www.rubydoc.info/github/nomoon/ragabash).

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nomoon/ragabash. 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).