https://github.com/fog/fog-xenserver
Module for the 'fog' gem to support XENSERVER
https://github.com/fog/fog-xenserver
Last synced: about 1 year ago
JSON representation
Module for the 'fog' gem to support XENSERVER
- Host: GitHub
- URL: https://github.com/fog/fog-xenserver
- Owner: fog
- License: mit
- Created: 2014-06-10T19:20:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T10:32:25.000Z (over 7 years ago)
- Last Synced: 2025-06-07T17:10:24.445Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 869 KB
- Stars: 16
- Watchers: 18
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fog::Xenserver
[](http://badge.fury.io/rb/fog-xenserver) [](https://travis-ci.org/fog/fog-xenserver) [](https://gemnasium.com/fog/fog-xenserver) [](https://coveralls.io/r/fog/fog-xenserver) [](https://codeclimate.com/github/fog/fog-xenserver) [](https://waffle.io/fog/fog-xenserver)
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'fog-xenserver'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-xenserver
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/fog/fog-xenserver/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 a new Pull Request