Sha256: acdce88213441dbea0234e3ea83ef29274369101065daff3c97e0da309e781f9
Contents?: true
Size: 867 Bytes
Versions: 3
Compression:
Stored size: 867 Bytes
Contents
$:.unshift File.expand_path("../lib", __FILE__) require "vagrant-vmpooler/version" Gem::Specification.new do |s| s.name = "vagrant-vmpooler" s.version = VagrantPlugins::Vmpooler::VERSION s.platform = Gem::Platform::RUBY s.license = "Apache" s.authors = "Brian Cain" s.email = "brian.cain@puppet.com" s.homepage = "https://github.com/briancain/vagrant-vmpooler" s.summary = "Enables Vagrant to manage machines in vmpooler." s.description = "Enables Vagrant to manage machines in vmpooler." s.add_runtime_dependency "vmfloaty", ">= 0.5.0" s.add_development_dependency "rspec-its" s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vmpooler-0.1.5 | vagrant-vmpooler.gemspec |
vagrant-vmpooler-0.1.4 | vagrant-vmpooler.gemspec |
vagrant-vmpooler-0.1.2 | vagrant-vmpooler.gemspec |