# -*- encoding: utf-8 -*- # stub: vagrant 1.7.2 ruby lib Gem::Specification.new do |s| s.name = "vagrant" s.version = "1.7.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Mitchell Hashimoto", "John Bender"] s.date = "2015-05-26" s.description = "Vagrant is a tool for building and distributing virtualized development environments." s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"] s.executables = ["vagrant"] s.files = [".gitignore", ".travis.yml", ".vimrc", ".yardopts", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "Vagrantfile", "bin/vagrant", "contrib/README.md", "contrib/bash/completion.sh", "contrib/emacs/vagrant.el", "contrib/st/Ruby.sublime-settings", "contrib/sudoers/linux-fedora", "contrib/sudoers/linux-ubuntu", "contrib/sudoers/osx", "contrib/vim/vagrantfile.vim", "keys/README.md", "keys/vagrant", "keys/vagrant.pub", "lib/vagrant.rb", "lib/vagrant/action.rb", "lib/vagrant/action/builder.rb", "lib/vagrant/action/builtin/box_add.rb", "lib/vagrant/action/builtin/box_check_outdated.rb", "lib/vagrant/action/builtin/box_remove.rb", "lib/vagrant/action/builtin/box_update.rb", "lib/vagrant/action/builtin/call.rb", "lib/vagrant/action/builtin/config_validate.rb", "lib/vagrant/action/builtin/confirm.rb", "lib/vagrant/action/builtin/destroy_confirm.rb", "lib/vagrant/action/builtin/env_set.rb", "lib/vagrant/action/builtin/graceful_halt.rb", "lib/vagrant/action/builtin/handle_box.rb", "lib/vagrant/action/builtin/handle_box_url.rb", "lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb", "lib/vagrant/action/builtin/is_state.rb", "lib/vagrant/action/builtin/lock.rb", "lib/vagrant/action/builtin/message.rb", "lib/vagrant/action/builtin/mixin_provisioners.rb", "lib/vagrant/action/builtin/mixin_synced_folders.rb", "lib/vagrant/action/builtin/provision.rb", "lib/vagrant/action/builtin/provisioner_cleanup.rb", "lib/vagrant/action/builtin/set_hostname.rb", "lib/vagrant/action/builtin/ssh_exec.rb", "lib/vagrant/action/builtin/ssh_run.rb", "lib/vagrant/action/builtin/synced_folder_cleanup.rb", "lib/vagrant/action/builtin/synced_folders.rb", "lib/vagrant/action/builtin/wait_for_communicator.rb", "lib/vagrant/action/general/package.rb", "lib/vagrant/action/hook.rb", "lib/vagrant/action/runner.rb", "lib/vagrant/action/warden.rb", "lib/vagrant/batch_action.rb", "lib/vagrant/box.rb", "lib/vagrant/box_collection.rb", "lib/vagrant/box_metadata.rb", "lib/vagrant/bundler.rb", "lib/vagrant/capability_host.rb", "lib/vagrant/cli.rb", "lib/vagrant/config.rb", "lib/vagrant/config/loader.rb", "lib/vagrant/config/v1.rb", "lib/vagrant/config/v1/dummy_config.rb", "lib/vagrant/config/v1/loader.rb", "lib/vagrant/config/v1/root.rb", "lib/vagrant/config/v2.rb", "lib/vagrant/config/v2/dummy_config.rb", "lib/vagrant/config/v2/loader.rb", "lib/vagrant/config/v2/root.rb", "lib/vagrant/config/v2/util.rb", "lib/vagrant/config/version_base.rb", "lib/vagrant/environment.rb", "lib/vagrant/errors.rb", "lib/vagrant/guest.rb", "lib/vagrant/host.rb", "lib/vagrant/machine.rb", "lib/vagrant/machine_index.rb", "lib/vagrant/machine_state.rb", "lib/vagrant/plugin.rb", "lib/vagrant/plugin/manager.rb", "lib/vagrant/plugin/state_file.rb", "lib/vagrant/plugin/v1.rb", "lib/vagrant/plugin/v1/command.rb", "lib/vagrant/plugin/v1/communicator.rb", "lib/vagrant/plugin/v1/config.rb", "lib/vagrant/plugin/v1/errors.rb", "lib/vagrant/plugin/v1/guest.rb", "lib/vagrant/plugin/v1/host.rb", "lib/vagrant/plugin/v1/manager.rb", "lib/vagrant/plugin/v1/plugin.rb", "lib/vagrant/plugin/v1/provider.rb", "lib/vagrant/plugin/v1/provisioner.rb", "lib/vagrant/plugin/v2.rb", "lib/vagrant/plugin/v2/command.rb", "lib/vagrant/plugin/v2/communicator.rb", "lib/vagrant/plugin/v2/components.rb", "lib/vagrant/plugin/v2/config.rb", "lib/vagrant/plugin/v2/errors.rb", "lib/vagrant/plugin/v2/guest.rb", "lib/vagrant/plugin/v2/host.rb", "lib/vagrant/plugin/v2/manager.rb", "lib/vagrant/plugin/v2/plugin.rb", "lib/vagrant/plugin/v2/provider.rb", "lib/vagrant/plugin/v2/provisioner.rb", "lib/vagrant/plugin/v2/push.rb", "lib/vagrant/plugin/v2/synced_folder.rb", "lib/vagrant/pre-rubygems.rb", "lib/vagrant/registry.rb", "lib/vagrant/shared_helpers.rb", "lib/vagrant/ui.rb", "lib/vagrant/util.rb", "lib/vagrant/util/ansi_escape_code_remover.rb", "lib/vagrant/util/busy.rb", "lib/vagrant/util/counter.rb", "lib/vagrant/util/deep_merge.rb", "lib/vagrant/util/downloader.rb", "lib/vagrant/util/env.rb", "lib/vagrant/util/file_checksum.rb", "lib/vagrant/util/file_mode.rb", "lib/vagrant/util/hash_with_indifferent_access.rb", "lib/vagrant/util/io.rb", "lib/vagrant/util/is_port_open.rb", "lib/vagrant/util/keypair.rb", "lib/vagrant/util/line_ending_helpers.rb", "lib/vagrant/util/network_ip.rb", "lib/vagrant/util/platform.rb", "lib/vagrant/util/powershell.rb", "lib/vagrant/util/retryable.rb", "lib/vagrant/util/safe_chdir.rb", "lib/vagrant/util/safe_exec.rb", "lib/vagrant/util/safe_puts.rb", "lib/vagrant/util/scoped_hash_override.rb", "lib/vagrant/util/shell_quote.rb", "lib/vagrant/util/silence_warnings.rb", "lib/vagrant/util/ssh.rb", "lib/vagrant/util/stacked_proc_runner.rb", "lib/vagrant/util/string_block_editor.rb", "lib/vagrant/util/subprocess.rb", "lib/vagrant/util/template_renderer.rb", "lib/vagrant/util/which.rb", "lib/vagrant/vagrantfile.rb", "lib/vagrant/version.rb", "plugins/README.md", "plugins/commands/box/command/add.rb", "plugins/commands/box/command/list.rb", "plugins/commands/box/command/outdated.rb", "plugins/commands/box/command/remove.rb", "plugins/commands/box/command/repackage.rb", "plugins/commands/box/command/root.rb", "plugins/commands/box/command/update.rb", "plugins/commands/box/plugin.rb", "plugins/commands/destroy/command.rb", "plugins/commands/destroy/plugin.rb", "plugins/commands/global-status/command.rb", "plugins/commands/global-status/plugin.rb", "plugins/commands/halt/command.rb", "plugins/commands/halt/plugin.rb", "plugins/commands/help/command.rb", "plugins/commands/help/plugin.rb", "plugins/commands/init/command.rb", "plugins/commands/init/plugin.rb", "plugins/commands/list-commands/command.rb", "plugins/commands/list-commands/plugin.rb", "plugins/commands/login/client.rb", "plugins/commands/login/command.rb", "plugins/commands/login/errors.rb", "plugins/commands/login/locales/en.yml", "plugins/commands/login/middleware/add_authentication.rb", "plugins/commands/login/plugin.rb", "plugins/commands/package/command.rb", "plugins/commands/package/plugin.rb", "plugins/commands/plugin/action.rb", "plugins/commands/plugin/action/install_gem.rb", "plugins/commands/plugin/action/license_plugin.rb", "plugins/commands/plugin/action/list_plugins.rb", "plugins/commands/plugin/action/plugin_exists_check.rb", "plugins/commands/plugin/action/uninstall_plugin.rb", "plugins/commands/plugin/action/update_gems.rb", "plugins/commands/plugin/command/base.rb", "plugins/commands/plugin/command/install.rb", "plugins/commands/plugin/command/license.rb", "plugins/commands/plugin/command/list.rb", "plugins/commands/plugin/command/mixin_install_opts.rb", "plugins/commands/plugin/command/root.rb", "plugins/commands/plugin/command/uninstall.rb", "plugins/commands/plugin/command/update.rb", "plugins/commands/plugin/gem_helper.rb", "plugins/commands/plugin/plugin.rb", "plugins/commands/provision/command.rb", "plugins/commands/provision/plugin.rb", "plugins/commands/push/command.rb", "plugins/commands/push/plugin.rb", "plugins/commands/rdp/command.rb", "plugins/commands/rdp/config.rb", "plugins/commands/rdp/errors.rb", "plugins/commands/rdp/plugin.rb", "plugins/commands/reload/command.rb", "plugins/commands/reload/plugin.rb", "plugins/commands/resume/command.rb", "plugins/commands/resume/plugin.rb", "plugins/commands/ssh/command.rb", "plugins/commands/ssh/plugin.rb", "plugins/commands/ssh_config/command.rb", "plugins/commands/ssh_config/plugin.rb", "plugins/commands/status/command.rb", "plugins/commands/status/plugin.rb", "plugins/commands/suspend/command.rb", "plugins/commands/suspend/plugin.rb", "plugins/commands/up/command.rb", "plugins/commands/up/plugin.rb", "plugins/commands/up/start_mixins.rb", "plugins/commands/version/command.rb", "plugins/commands/version/plugin.rb", "plugins/communicators/ssh/communicator.rb", "plugins/communicators/ssh/plugin.rb", "plugins/communicators/winrm/command_filter.rb", "plugins/communicators/winrm/command_filters/cat.rb", "plugins/communicators/winrm/command_filters/chmod.rb", "plugins/communicators/winrm/command_filters/chown.rb", "plugins/communicators/winrm/command_filters/grep.rb", "plugins/communicators/winrm/command_filters/mkdir.rb", "plugins/communicators/winrm/command_filters/rm.rb", "plugins/communicators/winrm/command_filters/test.rb", "plugins/communicators/winrm/command_filters/uname.rb", "plugins/communicators/winrm/command_filters/which.rb", "plugins/communicators/winrm/communicator.rb", "plugins/communicators/winrm/config.rb", "plugins/communicators/winrm/errors.rb", "plugins/communicators/winrm/helper.rb", "plugins/communicators/winrm/plugin.rb", "plugins/communicators/winrm/scripts/elevated_shell.ps1.erb", "plugins/communicators/winrm/shell.rb", "plugins/guests/arch/cap/change_host_name.rb", "plugins/guests/arch/cap/configure_networks.rb", "plugins/guests/arch/guest.rb", "plugins/guests/arch/plugin.rb", "plugins/guests/coreos/cap/change_host_name.rb", "plugins/guests/coreos/cap/configure_networks.rb", "plugins/guests/coreos/cap/docker.rb", "plugins/guests/coreos/guest.rb", "plugins/guests/coreos/plugin.rb", "plugins/guests/darwin/cap/change_host_name.rb", "plugins/guests/darwin/cap/configure_networks.rb", "plugins/guests/darwin/cap/halt.rb", "plugins/guests/darwin/cap/insert_public_key.rb", "plugins/guests/darwin/cap/mount_nfs_folder.rb", "plugins/guests/darwin/cap/mount_vmware_shared_folder.rb", "plugins/guests/darwin/cap/remove_public_key.rb", "plugins/guests/darwin/cap/rsync.rb", "plugins/guests/darwin/cap/shell_expand_guest_path.rb", "plugins/guests/darwin/cap/verify_vmware_hgfs.rb", "plugins/guests/darwin/guest.rb", "plugins/guests/darwin/plugin.rb", "plugins/guests/debian/cap/change_host_name.rb", "plugins/guests/debian/cap/configure_networks.rb", "plugins/guests/debian/cap/nfs_client.rb", "plugins/guests/debian/cap/rsync.rb", "plugins/guests/debian/guest.rb", "plugins/guests/debian/plugin.rb", "plugins/guests/debian8/cap/halt.rb", "plugins/guests/debian8/guest.rb", "plugins/guests/debian8/plugin.rb", "plugins/guests/esxi/cap/change_host_name.rb", "plugins/guests/esxi/cap/configure_networks.rb", "plugins/guests/esxi/cap/halt.rb", "plugins/guests/esxi/cap/mount_nfs_folder.rb", "plugins/guests/esxi/guest.rb", "plugins/guests/esxi/plugin.rb", "plugins/guests/fedora/cap/change_host_name.rb", "plugins/guests/fedora/cap/configure_networks.rb", "plugins/guests/fedora/cap/network_scripts_dir.rb", "plugins/guests/fedora/guest.rb", "plugins/guests/fedora/plugin.rb", "plugins/guests/freebsd/cap/change_host_name.rb", "plugins/guests/freebsd/cap/configure_networks.rb", "plugins/guests/freebsd/cap/halt.rb", "plugins/guests/freebsd/cap/insert_public_key.rb", "plugins/guests/freebsd/cap/mount_nfs_folder.rb", "plugins/guests/freebsd/cap/remove_public_key.rb", "plugins/guests/freebsd/cap/rsync.rb", "plugins/guests/freebsd/cap/shell_expand_guest_path.rb", "plugins/guests/freebsd/guest.rb", "plugins/guests/freebsd/plugin.rb", "plugins/guests/funtoo/cap/change_host_name.rb", "plugins/guests/funtoo/cap/configure_networks.rb", "plugins/guests/funtoo/guest.rb", "plugins/guests/funtoo/plugin.rb", "plugins/guests/gentoo/cap/change_host_name.rb", "plugins/guests/gentoo/cap/configure_networks.rb", "plugins/guests/gentoo/guest.rb", "plugins/guests/gentoo/plugin.rb", "plugins/guests/linux/cap/choose_addressable_ip_addr.rb", "plugins/guests/linux/cap/halt.rb", "plugins/guests/linux/cap/insert_public_key.rb", "plugins/guests/linux/cap/mount_nfs.rb", "plugins/guests/linux/cap/mount_smb_shared_folder.rb", "plugins/guests/linux/cap/mount_virtualbox_shared_folder.rb", "plugins/guests/linux/cap/nfs_client.rb", "plugins/guests/linux/cap/port.rb", "plugins/guests/linux/cap/read_ip_address.rb", "plugins/guests/linux/cap/remove_public_key.rb", "plugins/guests/linux/cap/rsync.rb", "plugins/guests/linux/cap/shell_expand_guest_path.rb", "plugins/guests/linux/guest.rb", "plugins/guests/linux/plugin.rb", "plugins/guests/mint/guest.rb", "plugins/guests/mint/plugin.rb", "plugins/guests/netbsd/cap/change_host_name.rb", "plugins/guests/netbsd/cap/configure_networks.rb", "plugins/guests/netbsd/cap/halt.rb", "plugins/guests/netbsd/cap/insert_public_key.rb", "plugins/guests/netbsd/cap/mount_nfs_folder.rb", "plugins/guests/netbsd/cap/remove_public_key.rb", "plugins/guests/netbsd/cap/rsync.rb", "plugins/guests/netbsd/cap/shell_expand_guest_path.rb", "plugins/guests/netbsd/guest.rb", "plugins/guests/netbsd/plugin.rb", "plugins/guests/nixos/cap/change_host_name.rb", "plugins/guests/nixos/cap/configure_networks.rb", "plugins/guests/nixos/cap/nfs_client.rb", "plugins/guests/nixos/guest.rb", "plugins/guests/nixos/plugin.rb", "plugins/guests/omnios/cap/change_host_name.rb", "plugins/guests/omnios/cap/mount_nfs_folder.rb", "plugins/guests/omnios/guest.rb", "plugins/guests/omnios/plugin.rb", "plugins/guests/openbsd/cap/change_host_name.rb", "plugins/guests/openbsd/cap/configure_networks.rb", "plugins/guests/openbsd/cap/halt.rb", "plugins/guests/openbsd/cap/insert_public_key.rb", "plugins/guests/openbsd/cap/mount_nfs_folder.rb", "plugins/guests/openbsd/cap/remove_public_key.rb", "plugins/guests/openbsd/cap/rsync.rb", "plugins/guests/openbsd/cap/shell_expand_guest_path.rb", "plugins/guests/openbsd/guest.rb", "plugins/guests/openbsd/plugin.rb", "plugins/guests/photon/cap/change_host_name.rb", "plugins/guests/photon/cap/configure_networks.rb", "plugins/guests/photon/cap/docker.rb", "plugins/guests/photon/guest.rb", "plugins/guests/photon/plugin.rb", "plugins/guests/pld/cap/change_host_name.rb", "plugins/guests/pld/cap/network_scripts_dir.rb", "plugins/guests/pld/guest.rb", "plugins/guests/pld/plugin.rb", "plugins/guests/redhat/cap/change_host_name.rb", "plugins/guests/redhat/cap/configure_networks.rb", "plugins/guests/redhat/cap/flavor.rb", "plugins/guests/redhat/cap/network_scripts_dir.rb", "plugins/guests/redhat/cap/nfs_client.rb", "plugins/guests/redhat/cap/rsync.rb", "plugins/guests/redhat/guest.rb", "plugins/guests/redhat/plugin.rb", "plugins/guests/smartos/cap/change_host_name.rb", "plugins/guests/smartos/cap/configure_networks.rb", "plugins/guests/smartos/cap/halt.rb", "plugins/guests/smartos/cap/mount_nfs.rb", "plugins/guests/smartos/cap/rsync.rb", "plugins/guests/smartos/config.rb", "plugins/guests/smartos/guest.rb", "plugins/guests/smartos/plugin.rb", "plugins/guests/solaris/cap/change_host_name.rb", "plugins/guests/solaris/cap/configure_networks.rb", "plugins/guests/solaris/cap/halt.rb", "plugins/guests/solaris/cap/insert_public_key.rb", "plugins/guests/solaris/cap/mount_virtualbox_shared_folder.rb", "plugins/guests/solaris/cap/remove_public_key.rb", "plugins/guests/solaris/cap/rsync.rb", "plugins/guests/solaris/config.rb", "plugins/guests/solaris/guest.rb", "plugins/guests/solaris/plugin.rb", "plugins/guests/solaris11/cap/change_host_name.rb", "plugins/guests/solaris11/cap/configure_networks.rb", "plugins/guests/solaris11/cap/halt.rb", "plugins/guests/solaris11/cap/insert_public_key.rb", "plugins/guests/solaris11/cap/mount_virtualbox_shared_folder.rb", "plugins/guests/solaris11/cap/remove_public_key.rb", "plugins/guests/solaris11/cap/rsync.rb", "plugins/guests/solaris11/config.rb", "plugins/guests/solaris11/guest.rb", "plugins/guests/solaris11/plugin.rb", "plugins/guests/suse/cap/change_host_name.rb", "plugins/guests/suse/cap/configure_networks.rb", "plugins/guests/suse/cap/halt.rb", "plugins/guests/suse/cap/network_scripts_dir.rb", "plugins/guests/suse/cap/nfs_client.rb", "plugins/guests/suse/cap/rsync.rb", "plugins/guests/suse/guest.rb", "plugins/guests/suse/plugin.rb", "plugins/guests/tinycore/cap/change_host_name.rb", "plugins/guests/tinycore/cap/configure_networks.rb", "plugins/guests/tinycore/cap/halt.rb", "plugins/guests/tinycore/cap/rsync.rb", "plugins/guests/tinycore/guest.rb", "plugins/guests/tinycore/plugin.rb", "plugins/guests/ubuntu/cap/change_host_name.rb", "plugins/guests/ubuntu/guest.rb", "plugins/guests/ubuntu/plugin.rb", "plugins/guests/windows/cap/change_host_name.rb", "plugins/guests/windows/cap/choose_addressable_ip_addr.rb", "plugins/guests/windows/cap/configure_networks.rb", "plugins/guests/windows/cap/halt.rb", "plugins/guests/windows/cap/mount_shared_folder.rb", "plugins/guests/windows/cap/reboot.rb", "plugins/guests/windows/cap/rsync.rb", "plugins/guests/windows/config.rb", "plugins/guests/windows/errors.rb", "plugins/guests/windows/guest.rb", "plugins/guests/windows/guest_network.rb", "plugins/guests/windows/plugin.rb", "plugins/guests/windows/scripts/mount_volume.ps1.erb", "plugins/guests/windows/scripts/reboot_detect.ps1", "plugins/guests/windows/scripts/set_work_network.ps1", "plugins/guests/windows/scripts/winrs_v3_get_adapters.ps1", "plugins/hosts/arch/cap/nfs.rb", "plugins/hosts/arch/host.rb", "plugins/hosts/arch/plugin.rb", "plugins/hosts/bsd/cap/nfs.rb", "plugins/hosts/bsd/host.rb", "plugins/hosts/bsd/plugin.rb", "plugins/hosts/darwin/cap/rdp.rb", "plugins/hosts/darwin/host.rb", "plugins/hosts/darwin/plugin.rb", "plugins/hosts/freebsd/cap/nfs.rb", "plugins/hosts/freebsd/host.rb", "plugins/hosts/freebsd/plugin.rb", "plugins/hosts/gentoo/cap/nfs.rb", "plugins/hosts/gentoo/host.rb", "plugins/hosts/gentoo/plugin.rb", "plugins/hosts/linux/cap/nfs.rb", "plugins/hosts/linux/cap/rdp.rb", "plugins/hosts/linux/host.rb", "plugins/hosts/linux/plugin.rb", "plugins/hosts/null/host.rb", "plugins/hosts/null/plugin.rb", "plugins/hosts/redhat/cap/nfs.rb", "plugins/hosts/redhat/host.rb", "plugins/hosts/redhat/plugin.rb", "plugins/hosts/slackware/cap/nfs.rb", "plugins/hosts/slackware/host.rb", "plugins/hosts/slackware/plugin.rb", "plugins/hosts/suse/cap/nfs.rb", "plugins/hosts/suse/host.rb", "plugins/hosts/suse/plugin.rb", "plugins/hosts/windows/cap/nfs.rb", "plugins/hosts/windows/cap/rdp.rb", "plugins/hosts/windows/host.rb", "plugins/hosts/windows/plugin.rb", "plugins/kernel_v1/config/nfs.rb", "plugins/kernel_v1/config/package.rb", "plugins/kernel_v1/config/ssh.rb", "plugins/kernel_v1/config/vagrant.rb", "plugins/kernel_v1/config/vm.rb", "plugins/kernel_v1/plugin.rb", "plugins/kernel_v2/config/package.rb", "plugins/kernel_v2/config/push.rb", "plugins/kernel_v2/config/ssh.rb", "plugins/kernel_v2/config/ssh_connect.rb", "plugins/kernel_v2/config/vagrant.rb", "plugins/kernel_v2/config/vm.rb", "plugins/kernel_v2/config/vm_provisioner.rb", "plugins/kernel_v2/config/vm_subvm.rb", "plugins/kernel_v2/plugin.rb", "plugins/providers/docker/action.rb", "plugins/providers/docker/action/build.rb", "plugins/providers/docker/action/compare_synced_folders.rb", "plugins/providers/docker/action/create.rb", "plugins/providers/docker/action/destroy.rb", "plugins/providers/docker/action/destroy_build_image.rb", "plugins/providers/docker/action/forwarded_ports.rb", "plugins/providers/docker/action/has_ssh.rb", "plugins/providers/docker/action/host_machine.rb", "plugins/providers/docker/action/host_machine_build_dir.rb", "plugins/providers/docker/action/host_machine_port_checker.rb", "plugins/providers/docker/action/host_machine_port_warning.rb", "plugins/providers/docker/action/host_machine_required.rb", "plugins/providers/docker/action/host_machine_sync_folders.rb", "plugins/providers/docker/action/host_machine_sync_folders_disable.rb", "plugins/providers/docker/action/init_state.rb", "plugins/providers/docker/action/is_build.rb", "plugins/providers/docker/action/is_host_machine_created.rb", "plugins/providers/docker/action/login.rb", "plugins/providers/docker/action/prepare_nfs_settings.rb", "plugins/providers/docker/action/prepare_nfs_valid_ids.rb", "plugins/providers/docker/action/prepare_ssh.rb", "plugins/providers/docker/action/start.rb", "plugins/providers/docker/action/stop.rb", "plugins/providers/docker/action/wait_for_running.rb", "plugins/providers/docker/cap/proxy_machine.rb", "plugins/providers/docker/cap/public_address.rb", "plugins/providers/docker/command/logs.rb", "plugins/providers/docker/command/run.rb", "plugins/providers/docker/communicator.rb", "plugins/providers/docker/config.rb", "plugins/providers/docker/driver.rb", "plugins/providers/docker/errors.rb", "plugins/providers/docker/executor/local.rb", "plugins/providers/docker/executor/vagrant.rb", "plugins/providers/docker/hostmachine/Vagrantfile", "plugins/providers/docker/plugin.rb", "plugins/providers/docker/provider.rb", "plugins/providers/docker/synced_folder.rb", "plugins/providers/hyperv/action.rb", "plugins/providers/hyperv/action/check_enabled.rb", "plugins/providers/hyperv/action/delete_vm.rb", "plugins/providers/hyperv/action/import.rb", "plugins/providers/hyperv/action/is_windows.rb", "plugins/providers/hyperv/action/message_will_not_destroy.rb", "plugins/providers/hyperv/action/read_guest_ip.rb", "plugins/providers/hyperv/action/read_state.rb", "plugins/providers/hyperv/action/resume_vm.rb", "plugins/providers/hyperv/action/start_instance.rb", "plugins/providers/hyperv/action/stop_instance.rb", "plugins/providers/hyperv/action/suspend_vm.rb", "plugins/providers/hyperv/action/wait_for_ip_address.rb", "plugins/providers/hyperv/cap/public_address.rb", "plugins/providers/hyperv/config.rb", "plugins/providers/hyperv/driver.rb", "plugins/providers/hyperv/errors.rb", "plugins/providers/hyperv/plugin.rb", "plugins/providers/hyperv/provider.rb", "plugins/providers/hyperv/scripts/check_hyperv.ps1", "plugins/providers/hyperv/scripts/delete_vm.ps1", "plugins/providers/hyperv/scripts/file_sync.ps1", "plugins/providers/hyperv/scripts/get_network_config.ps1", "plugins/providers/hyperv/scripts/get_switches.ps1", "plugins/providers/hyperv/scripts/get_vm_status.ps1", "plugins/providers/hyperv/scripts/import_vm.ps1", "plugins/providers/hyperv/scripts/resume_vm.ps1", "plugins/providers/hyperv/scripts/start_vm.ps1", "plugins/providers/hyperv/scripts/stop_vm.ps1", "plugins/providers/hyperv/scripts/suspend_vm.ps1", "plugins/providers/hyperv/scripts/utils/create_session.ps1", "plugins/providers/hyperv/scripts/utils/write_messages.ps1", "plugins/providers/virtualbox/action.rb", "plugins/providers/virtualbox/action/boot.rb", "plugins/providers/virtualbox/action/check_accessible.rb", "plugins/providers/virtualbox/action/check_created.rb", "plugins/providers/virtualbox/action/check_guest_additions.rb", "plugins/providers/virtualbox/action/check_running.rb", "plugins/providers/virtualbox/action/check_virtualbox.rb", "plugins/providers/virtualbox/action/clean_machine_folder.rb", "plugins/providers/virtualbox/action/clear_forwarded_ports.rb", "plugins/providers/virtualbox/action/clear_network_interfaces.rb", "plugins/providers/virtualbox/action/created.rb", "plugins/providers/virtualbox/action/customize.rb", "plugins/providers/virtualbox/action/destroy.rb", "plugins/providers/virtualbox/action/destroy_unused_network_interfaces.rb", "plugins/providers/virtualbox/action/discard_state.rb", "plugins/providers/virtualbox/action/export.rb", "plugins/providers/virtualbox/action/forced_halt.rb", "plugins/providers/virtualbox/action/forward_ports.rb", "plugins/providers/virtualbox/action/import.rb", "plugins/providers/virtualbox/action/is_paused.rb", "plugins/providers/virtualbox/action/is_running.rb", "plugins/providers/virtualbox/action/is_saved.rb", "plugins/providers/virtualbox/action/match_mac_address.rb", "plugins/providers/virtualbox/action/message_already_running.rb", "plugins/providers/virtualbox/action/message_not_created.rb", "plugins/providers/virtualbox/action/message_not_running.rb", "plugins/providers/virtualbox/action/message_will_not_destroy.rb", "plugins/providers/virtualbox/action/network.rb", "plugins/providers/virtualbox/action/package.rb", "plugins/providers/virtualbox/action/package_vagrantfile.rb", "plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb", "plugins/providers/virtualbox/action/prepare_nfs_settings.rb", "plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb", "plugins/providers/virtualbox/action/resume.rb", "plugins/providers/virtualbox/action/sane_defaults.rb", "plugins/providers/virtualbox/action/set_name.rb", "plugins/providers/virtualbox/action/setup_package_files.rb", "plugins/providers/virtualbox/action/suspend.rb", "plugins/providers/virtualbox/cap.rb", "plugins/providers/virtualbox/config.rb", "plugins/providers/virtualbox/driver/base.rb", "plugins/providers/virtualbox/driver/meta.rb", "plugins/providers/virtualbox/driver/version_4_0.rb", "plugins/providers/virtualbox/driver/version_4_1.rb", "plugins/providers/virtualbox/driver/version_4_2.rb", "plugins/providers/virtualbox/driver/version_4_3.rb", "plugins/providers/virtualbox/model/forwarded_port.rb", "plugins/providers/virtualbox/plugin.rb", "plugins/providers/virtualbox/provider.rb", "plugins/providers/virtualbox/synced_folder.rb", "plugins/providers/virtualbox/util/compile_forwarded_ports.rb", "plugins/provisioners/ansible/config.rb", "plugins/provisioners/ansible/plugin.rb", "plugins/provisioners/ansible/provisioner.rb", "plugins/provisioners/cfengine/cap/debian/cfengine_install.rb", "plugins/provisioners/cfengine/cap/linux/cfengine_installed.rb", "plugins/provisioners/cfengine/cap/linux/cfengine_needs_bootstrap.rb", "plugins/provisioners/cfengine/cap/redhat/cfengine_install.rb", "plugins/provisioners/cfengine/cap/suse/cfengine_install.rb", "plugins/provisioners/cfengine/config.rb", "plugins/provisioners/cfengine/plugin.rb", "plugins/provisioners/cfengine/provisioner.rb", "plugins/provisioners/chef/cap/debian/chef_install.rb", "plugins/provisioners/chef/cap/linux/chef_installed.rb", "plugins/provisioners/chef/cap/omnios/chef_install.rb", "plugins/provisioners/chef/cap/omnios/chef_installed.rb", "plugins/provisioners/chef/cap/redhat/chef_install.rb", "plugins/provisioners/chef/command_builder.rb", "plugins/provisioners/chef/config/base.rb", "plugins/provisioners/chef/config/base_runner.rb", "plugins/provisioners/chef/config/chef_apply.rb", "plugins/provisioners/chef/config/chef_client.rb", "plugins/provisioners/chef/config/chef_solo.rb", "plugins/provisioners/chef/config/chef_zero.rb", "plugins/provisioners/chef/installer.rb", "plugins/provisioners/chef/omnibus.rb", "plugins/provisioners/chef/plugin.rb", "plugins/provisioners/chef/provisioner/base.rb", "plugins/provisioners/chef/provisioner/chef_apply.rb", "plugins/provisioners/chef/provisioner/chef_client.rb", "plugins/provisioners/chef/provisioner/chef_solo.rb", "plugins/provisioners/chef/provisioner/chef_zero.rb", "plugins/provisioners/docker/cap/debian/docker_configure_auto_start.rb", "plugins/provisioners/docker/cap/debian/docker_install.rb", "plugins/provisioners/docker/cap/debian/docker_start_service.rb", "plugins/provisioners/docker/cap/linux/docker_configure_vagrant_user.rb", "plugins/provisioners/docker/cap/linux/docker_daemon_running.rb", "plugins/provisioners/docker/cap/linux/docker_installed.rb", "plugins/provisioners/docker/cap/redhat/docker_configure_auto_start.rb", "plugins/provisioners/docker/cap/redhat/docker_install.rb", "plugins/provisioners/docker/cap/redhat/docker_start_service.rb", "plugins/provisioners/docker/client.rb", "plugins/provisioners/docker/config.rb", "plugins/provisioners/docker/installer.rb", "plugins/provisioners/docker/plugin.rb", "plugins/provisioners/docker/provisioner.rb", "plugins/provisioners/file/config.rb", "plugins/provisioners/file/plugin.rb", "plugins/provisioners/file/provisioner.rb", "plugins/provisioners/puppet/config/puppet.rb", "plugins/provisioners/puppet/config/puppet_server.rb", "plugins/provisioners/puppet/plugin.rb", "plugins/provisioners/puppet/provisioner/puppet.rb", "plugins/provisioners/puppet/provisioner/puppet_server.rb", "plugins/provisioners/salt/bootstrap-salt.ps1", "plugins/provisioners/salt/bootstrap-salt.sh", "plugins/provisioners/salt/config.rb", "plugins/provisioners/salt/errors.rb", "plugins/provisioners/salt/plugin.rb", "plugins/provisioners/salt/provisioner.rb", "plugins/provisioners/shell/config.rb", "plugins/provisioners/shell/plugin.rb", "plugins/provisioners/shell/provisioner.rb", "plugins/pushes/atlas/config.rb", "plugins/pushes/atlas/errors.rb", "plugins/pushes/atlas/locales/en.yml", "plugins/pushes/atlas/plugin.rb", "plugins/pushes/atlas/push.rb", "plugins/pushes/ftp/adapter.rb", "plugins/pushes/ftp/config.rb", "plugins/pushes/ftp/locales/en.yml", "plugins/pushes/ftp/plugin.rb", "plugins/pushes/ftp/push.rb", "plugins/pushes/heroku/config.rb", "plugins/pushes/heroku/errors.rb", "plugins/pushes/heroku/locales/en.yml", "plugins/pushes/heroku/plugin.rb", "plugins/pushes/heroku/push.rb", "plugins/pushes/local-exec/config.rb", "plugins/pushes/local-exec/errors.rb", "plugins/pushes/local-exec/locales/en.yml", "plugins/pushes/local-exec/plugin.rb", "plugins/pushes/local-exec/push.rb", "plugins/pushes/noop/config.rb", "plugins/pushes/noop/plugin.rb", "plugins/pushes/noop/push.rb", "plugins/synced_folders/nfs/action_cleanup.rb", "plugins/synced_folders/nfs/config.rb", "plugins/synced_folders/nfs/plugin.rb", "plugins/synced_folders/nfs/synced_folder.rb", "plugins/synced_folders/rsync/command/rsync.rb", "plugins/synced_folders/rsync/command/rsync_auto.rb", "plugins/synced_folders/rsync/helper.rb", "plugins/synced_folders/rsync/plugin.rb", "plugins/synced_folders/rsync/synced_folder.rb", "plugins/synced_folders/smb/errors.rb", "plugins/synced_folders/smb/plugin.rb", "plugins/synced_folders/smb/scripts/host_info.ps1", "plugins/synced_folders/smb/scripts/mount_share.ps1", "plugins/synced_folders/smb/scripts/ps_version.ps1", "plugins/synced_folders/smb/scripts/set_share.ps1", "plugins/synced_folders/smb/synced_folder.rb", "scripts/bintray_upload.sh", "scripts/website_push_docs.sh", "scripts/website_push_www.sh", "tasks/acceptance.rake", "tasks/bundler.rake", "tasks/test.rake", "templates/commands/init/Vagrantfile.erb", "templates/commands/init/Vagrantfile.min.erb", "templates/commands/ssh_config/config.erb", "templates/config/messages.erb", "templates/config/validation_failed.erb", "templates/guests/arch/network_dhcp.erb", "templates/guests/arch/network_static.erb", "templates/guests/coreos/etcd.service.erb", "templates/guests/debian/network_dhcp.erb", "templates/guests/debian/network_static.erb", "templates/guests/fedora/network_dhcp.erb", "templates/guests/fedora/network_static.erb", "templates/guests/freebsd/network_dhcp.erb", "templates/guests/freebsd/network_static.erb", "templates/guests/funtoo/network_dhcp.erb", "templates/guests/funtoo/network_static.erb", "templates/guests/gentoo/network_dhcp.erb", "templates/guests/gentoo/network_static.erb", "templates/guests/netbsd/network_dhcp.erb", "templates/guests/netbsd/network_static.erb", "templates/guests/nixos/hostname.erb", "templates/guests/nixos/network.erb", "templates/guests/openbsd/network_dhcp.erb", "templates/guests/openbsd/network_static.erb", "templates/guests/redhat/network_dhcp.erb", "templates/guests/redhat/network_static.erb", "templates/guests/suse/network_dhcp.erb", "templates/guests/suse/network_static.erb", "templates/locales/comm_winrm.yml", "templates/locales/command_rdp.yml", "templates/locales/en.yml", "templates/locales/guest_windows.yml", "templates/locales/providers_docker.yml", "templates/locales/providers_hyperv.yml", "templates/locales/synced_folder_smb.yml", "templates/nfs/exports.erb", "templates/nfs/exports_freebsd.erb", "templates/nfs/exports_linux.erb", "templates/package_Vagrantfile.erb", "templates/provisioners/chef_client/client.erb", "templates/provisioners/chef_solo/solo.erb", "templates/provisioners/chef_zero/zero.erb", "templates/rgloader.rb", "test/acceptance/base.rb", "test/acceptance/provider-virtualbox/network_intnet_spec.rb", "test/acceptance/shared/context_virtualbox.rb", "test/acceptance/skeletons/network_intnet/Vagrantfile", "test/config/acceptance_boxes.yml", "test/support/isolated_environment.rb", "test/unit/base.rb", "test/unit/plugins/commands/box/command/add_test.rb", "test/unit/plugins/commands/box/command/remove_test.rb", "test/unit/plugins/commands/box/command/repackage_test.rb", "test/unit/plugins/commands/box/command/update_test.rb", "test/unit/plugins/commands/global-status/command_test.rb", "test/unit/plugins/commands/list-commands/command_test.rb", "test/unit/plugins/commands/login/client_test.rb", "test/unit/plugins/commands/login/command_test.rb", "test/unit/plugins/commands/login/middleware/add_authentication_test.rb", "test/unit/plugins/commands/plugin/action/install_gem_test.rb", "test/unit/plugins/commands/plugin/action/plugin_exists_check_test.rb", "test/unit/plugins/commands/plugin/action/uninstall_plugin_test.rb", "test/unit/plugins/commands/plugin/action/update_gems_test.rb", "test/unit/plugins/commands/push/command_test.rb", "test/unit/plugins/commands/ssh_config/command_test.rb", "test/unit/plugins/communicators/winrm/command_filter_test.rb", "test/unit/plugins/communicators/winrm/communicator_test.rb", "test/unit/plugins/communicators/winrm/config_test.rb", "test/unit/plugins/communicators/winrm/helper_test.rb", "test/unit/plugins/communicators/winrm/shell_test.rb", "test/unit/plugins/guests/debian/cap/change_host_name_test.rb", "test/unit/plugins/guests/photon/cap/change_host_name_test.rb", "test/unit/plugins/guests/photon/cap/configure_networks_test.rb", "test/unit/plugins/guests/photon/cap/docker_test.rb", "test/unit/plugins/guests/redhat/cap/change_host_name_test.rb", "test/unit/plugins/guests/smartos/cap/change_host_name_test.rb", "test/unit/plugins/guests/smartos/cap/configure_networks_test.rb", "test/unit/plugins/guests/smartos/cap/halt_test.rb", "test/unit/plugins/guests/smartos/cap/mount_nfs_test.rb", "test/unit/plugins/guests/smartos/cap/rsync_test.rb", "test/unit/plugins/guests/support/shared/debian_like_host_name_examples.rb", "test/unit/plugins/guests/support/shared/redhat_like_host_name_examples.rb", "test/unit/plugins/guests/ubuntu/cap/change_host_name_test.rb", "test/unit/plugins/guests/windows/cap/change_host_name_test.rb", "test/unit/plugins/guests/windows/cap/halt_test.rb", "test/unit/plugins/guests/windows/cap/mount_shared_folder_test.rb", "test/unit/plugins/guests/windows/cap/reboot_test.rb", "test/unit/plugins/guests/windows/cap/rsync_test.rb", "test/unit/plugins/guests/windows/config_test.rb", "test/unit/plugins/guests/windows/guest_network_test.rb", "test/unit/plugins/kernel_v2/config/package_test.rb", "test/unit/plugins/kernel_v2/config/push_test.rb", "test/unit/plugins/kernel_v2/config/ssh_test.rb", "test/unit/plugins/kernel_v2/config/vagrant_test.rb", "test/unit/plugins/kernel_v2/config/vm_test.rb", "test/unit/plugins/providers/docker/config_test.rb", "test/unit/plugins/providers/docker/driver_test.rb", "test/unit/plugins/providers/docker/synced_folder_test.rb", "test/unit/plugins/providers/hyperv/config_test.rb", "test/unit/plugins/providers/hyperv/provider_test.rb", "test/unit/plugins/providers/virtualbox/action/network_test.rb", "test/unit/plugins/providers/virtualbox/action/prepare_nfs_settings_test.rb", "test/unit/plugins/providers/virtualbox/action/prepare_nfs_valid_ids_test.rb", "test/unit/plugins/providers/virtualbox/base.rb", "test/unit/plugins/providers/virtualbox/cap_test.rb", "test/unit/plugins/providers/virtualbox/config_test.rb", "test/unit/plugins/providers/virtualbox/driver/version_4_0_test.rb", "test/unit/plugins/providers/virtualbox/driver/version_4_1_test.rb", "test/unit/plugins/providers/virtualbox/driver/version_4_2_test.rb", "test/unit/plugins/providers/virtualbox/driver/version_4_3_test.rb", "test/unit/plugins/providers/virtualbox/support/shared/virtualbox_driver_version_4_x_examples.rb", "test/unit/plugins/providers/virtualbox/synced_folder_test.rb", "test/unit/plugins/provisioners/ansible/config_test.rb", "test/unit/plugins/provisioners/ansible/provisioner_test.rb", "test/unit/plugins/provisioners/chef/command_builder_test.rb", "test/unit/plugins/provisioners/chef/config/base_runner_test.rb", "test/unit/plugins/provisioners/chef/config/base_test.rb", "test/unit/plugins/provisioners/chef/config/chef_apply_test.rb", "test/unit/plugins/provisioners/chef/config/chef_client_test.rb", "test/unit/plugins/provisioners/chef/config/chef_solo_test.rb", "test/unit/plugins/provisioners/chef/config/chef_zero_test.rb", "test/unit/plugins/provisioners/chef/omnibus_test.rb", "test/unit/plugins/provisioners/chef/provisioner/base_test.rb", "test/unit/plugins/provisioners/docker/config_test.rb", "test/unit/plugins/provisioners/file/config_test.rb", "test/unit/plugins/provisioners/file/provisioner_test.rb", "test/unit/plugins/provisioners/salt/config_test.rb", "test/unit/plugins/provisioners/shell/config_test.rb", "test/unit/plugins/provisioners/support/shared/config.rb", "test/unit/plugins/pushes/atlas/config_test.rb", "test/unit/plugins/pushes/atlas/push_test.rb", "test/unit/plugins/pushes/ftp/adapter_test.rb", "test/unit/plugins/pushes/ftp/config_test.rb", "test/unit/plugins/pushes/ftp/push_test.rb", "test/unit/plugins/pushes/heroku/config_test.rb", "test/unit/plugins/pushes/heroku/push_test.rb", "test/unit/plugins/pushes/local-exec/config_test.rb", "test/unit/plugins/pushes/local-exec/push_test.rb", "test/unit/plugins/pushes/noop/config_test.rb", "test/unit/plugins/synced_folders/nfs/action_cleanup_test.rb", "test/unit/plugins/synced_folders/nfs/config_test.rb", "test/unit/plugins/synced_folders/rsync/command/rsync_auto_test.rb", "test/unit/plugins/synced_folders/rsync/command/rsync_test.rb", "test/unit/plugins/synced_folders/rsync/helper_test.rb", "test/unit/plugins/synced_folders/rsync/synced_folder_test.rb", "test/unit/support/dummy_communicator.rb", "test/unit/support/dummy_provider.rb", "test/unit/support/isolated_environment.rb", "test/unit/support/shared/action_synced_folders_context.rb", "test/unit/support/shared/base_context.rb", "test/unit/support/shared/capability_helpers_context.rb", "test/unit/support/shared/plugin_command_context.rb", "test/unit/support/shared/virtualbox_context.rb", "test/unit/vagrant/action/builder_test.rb", "test/unit/vagrant/action/builtin/box_add_test.rb", "test/unit/vagrant/action/builtin/box_check_outdated_test.rb", "test/unit/vagrant/action/builtin/box_remove_test.rb", "test/unit/vagrant/action/builtin/call_test.rb", "test/unit/vagrant/action/builtin/confirm_test.rb", "test/unit/vagrant/action/builtin/env_set_test.rb", "test/unit/vagrant/action/builtin/graceful_halt_test.rb", "test/unit/vagrant/action/builtin/handle_box_test.rb", "test/unit/vagrant/action/builtin/is_state_test.rb", "test/unit/vagrant/action/builtin/lock_test.rb", "test/unit/vagrant/action/builtin/message_test.rb", "test/unit/vagrant/action/builtin/mixin_synced_folders_test.rb", "test/unit/vagrant/action/builtin/ssh_exec_test.rb", "test/unit/vagrant/action/builtin/synced_folder_cleanup_test.rb", "test/unit/vagrant/action/builtin/synced_folders_test.rb", "test/unit/vagrant/action/hook_test.rb", "test/unit/vagrant/action/runner_test.rb", "test/unit/vagrant/action/warden_test.rb", "test/unit/vagrant/batch_action_test.rb", "test/unit/vagrant/box_collection_test.rb", "test/unit/vagrant/box_metadata_test.rb", "test/unit/vagrant/box_test.rb", "test/unit/vagrant/capability_host_test.rb", "test/unit/vagrant/cli_test.rb", "test/unit/vagrant/config/loader_test.rb", "test/unit/vagrant/config/v1/dummy_config_test.rb", "test/unit/vagrant/config/v1/loader_test.rb", "test/unit/vagrant/config/v1/root_test.rb", "test/unit/vagrant/config/v2/dummy_config_test.rb", "test/unit/vagrant/config/v2/loader_test.rb", "test/unit/vagrant/config/v2/root_test.rb", "test/unit/vagrant/config/v2/util_test.rb", "test/unit/vagrant/config_test.rb", "test/unit/vagrant/environment_test.rb", "test/unit/vagrant/errors_test.rb", "test/unit/vagrant/guest_test.rb", "test/unit/vagrant/host_test.rb", "test/unit/vagrant/machine_index_test.rb", "test/unit/vagrant/machine_state_test.rb", "test/unit/vagrant/machine_test.rb", "test/unit/vagrant/plugin/manager_test.rb", "test/unit/vagrant/plugin/state_file_test.rb", "test/unit/vagrant/plugin/v1/command_test.rb", "test/unit/vagrant/plugin/v1/communicator_test.rb", "test/unit/vagrant/plugin/v1/config_test.rb", "test/unit/vagrant/plugin/v1/host_test.rb", "test/unit/vagrant/plugin/v1/manager_test.rb", "test/unit/vagrant/plugin/v1/plugin_test.rb", "test/unit/vagrant/plugin/v1/provider_test.rb", "test/unit/vagrant/plugin/v2/command_test.rb", "test/unit/vagrant/plugin/v2/communicator_test.rb", "test/unit/vagrant/plugin/v2/components_test.rb", "test/unit/vagrant/plugin/v2/config_test.rb", "test/unit/vagrant/plugin/v2/host_test.rb", "test/unit/vagrant/plugin/v2/manager_test.rb", "test/unit/vagrant/plugin/v2/plugin_test.rb", "test/unit/vagrant/plugin/v2/provider_test.rb", "test/unit/vagrant/registry_test.rb", "test/unit/vagrant/shared_helpers_test.rb", "test/unit/vagrant/ui_test.rb", "test/unit/vagrant/util/ansi_escape_code_remover_test.rb", "test/unit/vagrant/util/deep_merge_test.rb", "test/unit/vagrant/util/downloader_test.rb", "test/unit/vagrant/util/file_checksum_test.rb", "test/unit/vagrant/util/hash_with_indifferent_access_test.rb", "test/unit/vagrant/util/is_port_open_test.rb", "test/unit/vagrant/util/keypair_test.rb", "test/unit/vagrant/util/line_endings_helper_test.rb", "test/unit/vagrant/util/network_ip_test.rb", "test/unit/vagrant/util/platform_test.rb", "test/unit/vagrant/util/retryable_test.rb", "test/unit/vagrant/util/safe_chdir_test.rb", "test/unit/vagrant/util/scoped_hash_override_test.rb", "test/unit/vagrant/util/shell_quote_test.rb", "test/unit/vagrant/util/ssh_test.rb", "test/unit/vagrant/util/string_block_editor_test.rb", "test/unit/vagrant/util/which_test.rb", "test/unit/vagrant/vagrantfile_test.rb", "test/unit/vagrant_test.rb", "vagrant-spec.config.example.rb", "vagrant.gemspec", "version.txt"] s.homepage = "http://vagrantup.com" s.required_ruby_version = Gem::Requirement.new(">= 2.0.0") s.rubyforge_project = "vagrant" s.rubygems_version = "2.4.4" s.summary = "Build and distribute virtualized development environments." if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["< 1.8.0", ">= 1.5.2"]) s.add_runtime_dependency(%q, ["~> 0.5.0"]) s.add_runtime_dependency(%q, ["~> 2.7.0"]) s.add_runtime_dependency(%q, ["<= 0.8.0", ">= 0.6.0"]) s.add_runtime_dependency(%q, ["~> 2.8.0"]) s.add_runtime_dependency(%q, ["~> 0.1.1"]) s.add_runtime_dependency(%q, ["< 1.1.11", "~> 1.1.9"]) s.add_runtime_dependency(%q, ["< 2.10.0", ">= 2.6.6"]) s.add_runtime_dependency(%q, ["~> 2.1"]) s.add_runtime_dependency(%q, ["~> 1.1.0"]) s.add_runtime_dependency(%q, ["~> 0.2.0"]) s.add_runtime_dependency(%q, ["< 2.0", ">= 1.6.0"]) s.add_runtime_dependency(%q, ["~> 0.1.0"]) s.add_runtime_dependency(%q, ["~> 1.3"]) s.add_runtime_dependency(%q, ["~> 0.1.0"]) s.add_runtime_dependency(%q, ["= 1.6.3.1"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 2.14.0"]) s.add_development_dependency(%q, ["~> 1.20"]) s.add_development_dependency(%q, ["~> 0.1"]) else s.add_dependency(%q, ["< 1.8.0", ">= 1.5.2"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, ["~> 2.7.0"]) s.add_dependency(%q, ["<= 0.8.0", ">= 0.6.0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 0.1.1"]) s.add_dependency(%q, ["< 1.1.11", "~> 1.1.9"]) s.add_dependency(%q, ["< 2.10.0", ">= 2.6.6"]) s.add_dependency(%q, ["~> 2.1"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.2.0"]) s.add_dependency(%q, ["< 2.0", ">= 1.6.0"]) s.add_dependency(%q, ["~> 0.1.0"]) s.add_dependency(%q, ["~> 1.3"]) s.add_dependency(%q, ["~> 0.1.0"]) s.add_dependency(%q, ["= 1.6.3.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.14.0"]) s.add_dependency(%q, ["~> 1.20"]) s.add_dependency(%q, ["~> 0.1"]) end else s.add_dependency(%q, ["< 1.8.0", ">= 1.5.2"]) s.add_dependency(%q, ["~> 0.5.0"]) s.add_dependency(%q, ["~> 2.7.0"]) s.add_dependency(%q, ["<= 0.8.0", ">= 0.6.0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 0.1.1"]) s.add_dependency(%q, ["< 1.1.11", "~> 1.1.9"]) s.add_dependency(%q, ["< 2.10.0", ">= 2.6.6"]) s.add_dependency(%q, ["~> 2.1"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.2.0"]) s.add_dependency(%q, ["< 2.0", ">= 1.6.0"]) s.add_dependency(%q, ["~> 0.1.0"]) s.add_dependency(%q, ["~> 1.3"]) s.add_dependency(%q, ["~> 0.1.0"]) s.add_dependency(%q, ["= 1.6.3.1"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.14.0"]) s.add_dependency(%q, ["~> 1.20"]) s.add_dependency(%q, ["~> 0.1"]) end end