Sha256: 35e4a7d386e6f4488e2dbb84e98832e4dfc91557eb1fab0e58501212965acf8e
Contents?: true
Size: 867 Bytes
Versions: 4
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.6.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
4 entries across 4 versions & 1 rubygems