Sha256: eb34afd88c7a98d83cb077ad00fe55985b2487f66fd4ab1b7090ac88e6d941b7
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 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.io](https://codecov.io/github/akissa/rimu/coverage.svg?branch=master)](https://codecov.io/github/akissa/rimu?branch=master) [![Test Coverage](https://codeclimate.com/github/akissa/rimu/badges/coverage.svg)](https://codeclimate.com/github/akissa/rimu/coverage) [![Code Climate](https://codeclimate.com/github/akissa/rimu/badges/gpa.svg)](https://codeclimate.com/github/akissa/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.0.1 | README.md |