akissa/baruwa-ruby

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Ruby bindings for the Baruwa REST API

This gem provides bindings for the [Baruwa](https://www.baruwa.com/) [REST API](https://www.baruwa.com/docs/api/)

[![Build Status](https://travis-ci.org/baruwa-enterprise/baruwa-ruby.svg?branch=master)](https://travis-ci.org/baruwa-enterprise/baruwa-ruby)
[![codecov](https://codecov.io/gh/baruwa-enterprise/baruwa-ruby/branch/master/graph/badge.svg)](https://codecov.io/gh/baruwa-enterprise/baruwa-ruby)
[![Gem Version](https://badge.fury.io/rb/baruwa.svg)](https://badge.fury.io/rb/baruwa)
[![MPLv2 License](https://img.shields.io/badge/license-MPLv2-blue.svg?style=flat-square)](https://www.mozilla.org/MPL/2.0/)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'baruwa'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install baruwa

## Contributing

1. Fork it (https://github.com/baruwa-enterprise/baruwa-ruby/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request


## License

All code is licensed under the
[MPLv2 License](https://github.com/baruwa-enterprise/baruwa-ruby/blob/master/LICENSE)