Sha256: 32943208fb0d9c90176c05712afd872126a17afa51514d9bd53e784f536cecf0
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# Ruby bindings for the Rimuhosting REST API This gem provides bindings for the [Rimuhosting](https://www.rimuhosting.com/) [REST API](http://apidocs.rimuhosting.com) [![Build Status](https://travis-ci.org/akissa/rimu.svg?branch=master)](https://travis-ci.org/akissa/rimu) [![codecov](https://codecov.io/gh/akissa/rimu/branch/master/graph/badge.svg)](https://codecov.io/gh/akissa/rimu) [![Gem Version](https://badge.fury.io/rb/rimu.svg)](https://badge.fury.io/rb/rimu) [![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 'rimu' ``` And then execute: $ bundle Or install it yourself as: $ gem install rimu ## Contributing 1. Fork it (https://github.com/akissa/rimu/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/rimu/blob/master/LICENSE)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rimu-0.1.0 | README.md |