Sha256: c83f6297575fb06c8b864a45ed3501be241c6d33523056cd99e8b8232e19ba52
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/vagrant-windows/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Paul Morton"] gem.email = ["pmorton@biaprotect.com"] gem.description = %q{Windows Guest Support for Vagrant} gem.summary = %q{A small gem that adds windows guest support to vagrant, uses WinRM as the Communication Channel} gem.homepage = "" 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-windows" gem.require_paths = ["lib"] gem.version = VagrantWindows::VERSION gem.add_runtime_dependency "winrm", "~> 1.1.1" gem.add_runtime_dependency 'highline' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-windows-1.0.0 | vagrant-windows.gemspec |