Sha256: 6ff6b95334ccb396cdb12cb482419d4d01a288f26d67c536de7a93f0ee0e881f
Contents?: true
Size: 903 Bytes
Versions: 3
Compression:
Stored size: 903 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/vagrant-ovirt4/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Marcus Young"] gem.email = ["myoung34@my.apsu.edu"] gem.description = %q{Vagrant provider for oVirt and RHEV v4} gem.summary = %q{This vagrant plugin provides the ability to create, control, and destroy virtual machines under oVirt/RHEV} gem.homepage = "https://github.com/myoung34/vagrant-ovirt4" gem.licenses = ['MIT'] gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "vagrant-ovirt4" gem.require_paths = ["lib"] gem.version = VagrantPlugins::OVirtProvider::VERSION gem.add_runtime_dependency 'ovirt-engine-sdk', '~> 4.0', '>= 4.0.6' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ovirt4-1.1.0 | vagrant-ovirt4.gemspec |
vagrant-ovirt4-1.0.2 | vagrant-ovirt4.gemspec |
vagrant-ovirt4-1.0.1 | vagrant-ovirt4.gemspec |