Sha256: 47873fcf7269217acc10cbb8033827402f073c6b820433d6d4da6eabdd57ce74

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# 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/)

[![Test Coverage](https://codeclimate.com/github/akissa/baruwa-ruby/badges/coverage.svg)](https://codeclimate.com/github/akissa/baruwa-ruby/coverage)
[![Build Status](https://travis-ci.org/akissa/baruwa-ruby.svg?branch=master)](https://travis-ci.org/akissa/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/akissa/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/akissa/baruwa-ruby/blob/master/LICENSE)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
baruwa-0.0.4 README.md
baruwa-0.0.3 README.md
baruwa-0.0.2 README.md