Sha256: a847ddda121fe098bc40194709fefad0ec666b170ca5e9c4c2855e52845d0241
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 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/) [![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)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
baruwa-0.0.7 | README.md |
baruwa-0.0.6 | README.md |