https://github.com/fog/fog-vmfusion
Module for the 'fog' gem to support VMWARE Fusion
https://github.com/fog/fog-vmfusion
Last synced: about 1 year ago
JSON representation
Module for the 'fog' gem to support VMWARE Fusion
- Host: GitHub
- URL: https://github.com/fog/fog-vmfusion
- Owner: fog
- License: mit
- Created: 2014-11-09T13:42:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T12:33:13.000Z (almost 9 years ago)
- Last Synced: 2025-04-25T03:36:30.381Z (about 1 year ago)
- Language: Ruby
- Homepage: http://www.vmware.com/products/fusion
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fog::Vmfusion
[](http://badge.fury.io/rb/fog-vmfusion) [](https://travis-ci.org/fog/fog-vmfusion) [](https://gemnasium.com/fog/fog-vmfusion) [](https://coveralls.io/r/fog/fog-vmfusion?branch=master) [](https://codeclimate.com/github/fog/fog-vmfusion)
Module for the 'fog' gem to support VMWARE Fusion
## Help Needed
This gem needs a maintainer. If you want to work on it, please contact
[@geemus](mailto:geemus@gmail.com) or [@plribeiro3000](mailto:plribeiro3000@gmail.com)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'fog-vmfusion'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-vmfusion
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/fog/fog-vmfusion/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