# -*- encoding: utf-8 -*- # stub: vagrant-windows 1.6.0.pre.1 ruby lib Gem::Specification.new do |s| s.name = "vagrant-windows".freeze s.version = "1.6.0.pre.1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul Morton".freeze, "Shawn Neal".freeze] s.date = "2014-02-05" s.description = "Windows Guest Support for Vagrant".freeze s.email = ["pmorton@biaprotect.com".freeze, "sneal@sneal.net".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/vagrant-windows.rb".freeze, "lib/vagrant-windows/communication/guestnetwork.rb".freeze, "lib/vagrant-windows/communication/winrmcommunicator.rb".freeze, "lib/vagrant-windows/communication/winrmfinder.rb".freeze, "lib/vagrant-windows/communication/winrmshell.rb".freeze, "lib/vagrant-windows/communication/winrmshell_factory.rb".freeze, "lib/vagrant-windows/config/windows.rb".freeze, "lib/vagrant-windows/config/winrm.rb".freeze, "lib/vagrant-windows/errors.rb".freeze, "lib/vagrant-windows/guest/cap/change_host_name.rb".freeze, "lib/vagrant-windows/guest/cap/configure_networks.rb".freeze, "lib/vagrant-windows/guest/cap/halt.rb".freeze, "lib/vagrant-windows/guest/cap/mount_shared_folder.rb".freeze, "lib/vagrant-windows/guest/windows.rb".freeze, "lib/vagrant-windows/helper.rb".freeze, "lib/vagrant-windows/monkey_patches/lib/vagrant/machine.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/providers/virtualbox/action/share_folders.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/providers/virtualbox/driver/version_4_2.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/providers/virtualbox/synced_folder.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/provisioners/chef/provisioner/chef_client.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/provisioners/chef/provisioner/chef_solo.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/provisioners/puppet/provisioner/puppet.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/provisioners/puppet/provisioner/puppet_server.rb".freeze, "lib/vagrant-windows/monkey_patches/plugins/provisioners/shell/provisioner.rb".freeze, "lib/vagrant-windows/plugin.rb".freeze, "lib/vagrant-windows/provisioners/chef_command_builder.rb".freeze, "lib/vagrant-windows/scripts/cheftask.ps1.erb".freeze, "lib/vagrant-windows/scripts/cheftask.xml.erb".freeze, "lib/vagrant-windows/scripts/cheftaskrun.ps1.erb".freeze, "lib/vagrant-windows/scripts/command_alias.ps1".freeze, "lib/vagrant-windows/scripts/mount_volume.ps1.erb".freeze, "lib/vagrant-windows/scripts/reboot_detect.ps1".freeze, "lib/vagrant-windows/scripts/set_work_network.ps1".freeze, "lib/vagrant-windows/scripts/winrs_v3_get_adapters.ps1".freeze, "lib/vagrant-windows/version.rb".freeze, "lib/vagrant-windows/windows_machine.rb".freeze, "locales/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/vagrant-windows/chef_command_builder_spec.rb".freeze, "spec/vagrant-windows/guestnetwork_spec.rb".freeze, "spec/vagrant-windows/helper_spec.rb".freeze, "spec/vagrant-windows/mount_shared_folder_spec.rb".freeze, "spec/vagrant-windows/windows_config_spec.rb".freeze, "spec/vagrant-windows/windows_machine_spec.rb".freeze, "spec/vagrant-windows/winrm_config_spec.rb".freeze, "spec/vagrant-windows/winrmcommunicator_spec.rb".freeze, "spec/vagrant-windows/winrmfinder_spec.rb".freeze, "spec/vagrant-windows/winrmshell_spec.rb".freeze, "vagrant-windows.gemspec".freeze] s.homepage = "https://github.com/WinRb/vagrant-windows".freeze s.licenses = ["APACHE2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A small gem that adds windows guest support to vagrant, uses WinRM as the Communication Channel".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/vagrant-windows/chef_command_builder_spec.rb".freeze, "spec/vagrant-windows/guestnetwork_spec.rb".freeze, "spec/vagrant-windows/helper_spec.rb".freeze, "spec/vagrant-windows/mount_shared_folder_spec.rb".freeze, "spec/vagrant-windows/windows_config_spec.rb".freeze, "spec/vagrant-windows/windows_machine_spec.rb".freeze, "spec/vagrant-windows/winrm_config_spec.rb".freeze, "spec/vagrant-windows/winrmcommunicator_spec.rb".freeze, "spec/vagrant-windows/winrmfinder_spec.rb".freeze, "spec/vagrant-windows/winrmshell_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.1.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end