# -*- encoding: utf-8 -*- # stub: bmhatfield-vagrant 1.0.9 ruby lib Gem::Specification.new do |s| s.name = "bmhatfield-vagrant".freeze s.version = "1.0.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mitchell Hashimoto".freeze, "John Bender".freeze] s.date = "2013-11-07" s.description = "Vagrant is a tool for building and distributing virtualized development environments.".freeze s.email = ["mitchell.hashimoto@gmail.com".freeze, "john.m.bender@gmail.com".freeze] s.executables = ["vagrant".freeze] s.files = [".gitignore".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/vagrant".freeze, "config/default.rb".freeze, "contrib/README.md".freeze, "contrib/emacs/vagrant.el".freeze, "contrib/vim/vagrantfile.vim".freeze, "keys/README.md".freeze, "keys/vagrant".freeze, "keys/vagrant.pub".freeze, "lib/vagrant.rb".freeze, "lib/vagrant/action.rb".freeze, "lib/vagrant/action/box/destroy.rb".freeze, "lib/vagrant/action/box/download.rb".freeze, "lib/vagrant/action/box/package.rb".freeze, "lib/vagrant/action/box/unpackage.rb".freeze, "lib/vagrant/action/box/verify.rb".freeze, "lib/vagrant/action/builder.rb".freeze, "lib/vagrant/action/builtin.rb".freeze, "lib/vagrant/action/env/set.rb".freeze, "lib/vagrant/action/environment.rb".freeze, "lib/vagrant/action/general/check_virtualbox.rb".freeze, "lib/vagrant/action/general/package.rb".freeze, "lib/vagrant/action/general/validate.rb".freeze, "lib/vagrant/action/runner.rb".freeze, "lib/vagrant/action/vm/boot.rb".freeze, "lib/vagrant/action/vm/check_accessible.rb".freeze, "lib/vagrant/action/vm/check_box.rb".freeze, "lib/vagrant/action/vm/check_guest_additions.rb".freeze, "lib/vagrant/action/vm/check_port_collisions.rb".freeze, "lib/vagrant/action/vm/clean_machine_folder.rb".freeze, "lib/vagrant/action/vm/clear_forwarded_ports.rb".freeze, "lib/vagrant/action/vm/clear_network_interfaces.rb".freeze, "lib/vagrant/action/vm/clear_shared_folders.rb".freeze, "lib/vagrant/action/vm/customize.rb".freeze, "lib/vagrant/action/vm/default_name.rb".freeze, "lib/vagrant/action/vm/destroy.rb".freeze, "lib/vagrant/action/vm/destroy_unused_network_interfaces.rb".freeze, "lib/vagrant/action/vm/discard_state.rb".freeze, "lib/vagrant/action/vm/export.rb".freeze, "lib/vagrant/action/vm/forward_ports.rb".freeze, "lib/vagrant/action/vm/halt.rb".freeze, "lib/vagrant/action/vm/host_name.rb".freeze, "lib/vagrant/action/vm/import.rb".freeze, "lib/vagrant/action/vm/match_mac_address.rb".freeze, "lib/vagrant/action/vm/network.rb".freeze, "lib/vagrant/action/vm/nfs.rb".freeze, "lib/vagrant/action/vm/package.rb".freeze, "lib/vagrant/action/vm/package_vagrantfile.rb".freeze, "lib/vagrant/action/vm/provision.rb".freeze, "lib/vagrant/action/vm/provisioner_cleanup.rb".freeze, "lib/vagrant/action/vm/prune_nfs_exports.rb".freeze, "lib/vagrant/action/vm/resume.rb".freeze, "lib/vagrant/action/vm/sane_defaults.rb".freeze, "lib/vagrant/action/vm/setup_package_files.rb".freeze, "lib/vagrant/action/vm/share_folders.rb".freeze, "lib/vagrant/action/vm/suspend.rb".freeze, "lib/vagrant/action/warden.rb".freeze, "lib/vagrant/box.rb".freeze, "lib/vagrant/box_collection.rb".freeze, "lib/vagrant/cli.rb".freeze, "lib/vagrant/command.rb".freeze, "lib/vagrant/command/base.rb".freeze, "lib/vagrant/command/box.rb".freeze, "lib/vagrant/command/box_add.rb".freeze, "lib/vagrant/command/box_list.rb".freeze, "lib/vagrant/command/box_remove.rb".freeze, "lib/vagrant/command/box_repackage.rb".freeze, "lib/vagrant/command/destroy.rb".freeze, "lib/vagrant/command/gem.rb".freeze, "lib/vagrant/command/halt.rb".freeze, "lib/vagrant/command/init.rb".freeze, "lib/vagrant/command/package.rb".freeze, "lib/vagrant/command/provision.rb".freeze, "lib/vagrant/command/reload.rb".freeze, "lib/vagrant/command/resume.rb".freeze, "lib/vagrant/command/ssh.rb".freeze, "lib/vagrant/command/ssh_config.rb".freeze, "lib/vagrant/command/start_mixins.rb".freeze, "lib/vagrant/command/status.rb".freeze, "lib/vagrant/command/suspend.rb".freeze, "lib/vagrant/command/up.rb".freeze, "lib/vagrant/communication.rb".freeze, "lib/vagrant/communication/base.rb".freeze, "lib/vagrant/communication/ssh.rb".freeze, "lib/vagrant/config.rb".freeze, "lib/vagrant/config/base.rb".freeze, "lib/vagrant/config/container.rb".freeze, "lib/vagrant/config/error_recorder.rb".freeze, "lib/vagrant/config/loader.rb".freeze, "lib/vagrant/config/nfs.rb".freeze, "lib/vagrant/config/package.rb".freeze, "lib/vagrant/config/ssh.rb".freeze, "lib/vagrant/config/top.rb".freeze, "lib/vagrant/config/vagrant.rb".freeze, "lib/vagrant/config/vm.rb".freeze, "lib/vagrant/config/vm/provisioner.rb".freeze, "lib/vagrant/config/vm/sub_vm.rb".freeze, "lib/vagrant/data_store.rb".freeze, "lib/vagrant/downloaders.rb".freeze, "lib/vagrant/downloaders/base.rb".freeze, "lib/vagrant/downloaders/file.rb".freeze, "lib/vagrant/downloaders/http.rb".freeze, "lib/vagrant/driver.rb".freeze, "lib/vagrant/driver/virtualbox.rb".freeze, "lib/vagrant/driver/virtualbox_4_0.rb".freeze, "lib/vagrant/driver/virtualbox_4_1.rb".freeze, "lib/vagrant/driver/virtualbox_4_2.rb".freeze, "lib/vagrant/driver/virtualbox_base.rb".freeze, "lib/vagrant/environment.rb".freeze, "lib/vagrant/errors.rb".freeze, "lib/vagrant/guest.rb".freeze, "lib/vagrant/guest/arch.rb".freeze, "lib/vagrant/guest/base.rb".freeze, "lib/vagrant/guest/debian.rb".freeze, "lib/vagrant/guest/fedora.rb".freeze, "lib/vagrant/guest/freebsd.rb".freeze, "lib/vagrant/guest/gentoo.rb".freeze, "lib/vagrant/guest/linux.rb".freeze, "lib/vagrant/guest/linux/config.rb".freeze, "lib/vagrant/guest/linux/error.rb".freeze, "lib/vagrant/guest/openbsd.rb".freeze, "lib/vagrant/guest/redhat.rb".freeze, "lib/vagrant/guest/solaris.rb".freeze, "lib/vagrant/guest/suse.rb".freeze, "lib/vagrant/guest/ubuntu.rb".freeze, "lib/vagrant/hosts.rb".freeze, "lib/vagrant/hosts/arch.rb".freeze, "lib/vagrant/hosts/base.rb".freeze, "lib/vagrant/hosts/bsd.rb".freeze, "lib/vagrant/hosts/fedora.rb".freeze, "lib/vagrant/hosts/freebsd.rb".freeze, "lib/vagrant/hosts/gentoo.rb".freeze, "lib/vagrant/hosts/linux.rb".freeze, "lib/vagrant/hosts/opensuse.rb".freeze, "lib/vagrant/hosts/windows.rb".freeze, "lib/vagrant/plugin.rb".freeze, "lib/vagrant/provisioners.rb".freeze, "lib/vagrant/provisioners/base.rb".freeze, "lib/vagrant/provisioners/chef.rb".freeze, "lib/vagrant/provisioners/chef_client.rb".freeze, "lib/vagrant/provisioners/chef_solo.rb".freeze, "lib/vagrant/provisioners/puppet.rb".freeze, "lib/vagrant/provisioners/puppet_server.rb".freeze, "lib/vagrant/provisioners/shell.rb".freeze, "lib/vagrant/registry.rb".freeze, "lib/vagrant/ssh.rb".freeze, "lib/vagrant/test_helpers.rb".freeze, "lib/vagrant/ui.rb".freeze, "lib/vagrant/util.rb".freeze, "lib/vagrant/util/ansi_escape_code_remover.rb".freeze, "lib/vagrant/util/busy.rb".freeze, "lib/vagrant/util/counter.rb".freeze, "lib/vagrant/util/file_checksum.rb".freeze, "lib/vagrant/util/file_mode.rb".freeze, "lib/vagrant/util/hash_with_indifferent_access.rb".freeze, "lib/vagrant/util/is_port_open.rb".freeze, "lib/vagrant/util/line_ending_helpers.rb".freeze, "lib/vagrant/util/network_ip.rb".freeze, "lib/vagrant/util/platform.rb".freeze, "lib/vagrant/util/retryable.rb".freeze, "lib/vagrant/util/safe_exec.rb".freeze, "lib/vagrant/util/safe_puts.rb".freeze, "lib/vagrant/util/stacked_proc_runner.rb".freeze, "lib/vagrant/util/subprocess.rb".freeze, "lib/vagrant/util/template_renderer.rb".freeze, "lib/vagrant/version.rb".freeze, "lib/vagrant/vm.rb".freeze, "tasks/acceptance.rake".freeze, "tasks/bundler.rake".freeze, "tasks/test.rake".freeze, "templates/commands/init/Vagrantfile.erb".freeze, "templates/commands/ssh_config/config.erb".freeze, "templates/config/validation_failed.erb".freeze, "templates/guests/arch/network_dhcp.erb".freeze, "templates/guests/arch/network_static.erb".freeze, "templates/guests/debian/network_dhcp.erb".freeze, "templates/guests/debian/network_static.erb".freeze, "templates/guests/fedora/network_dhcp.erb".freeze, "templates/guests/fedora/network_static.erb".freeze, "templates/guests/freebsd/network_dhcp.erb".freeze, "templates/guests/freebsd/network_static.erb".freeze, "templates/guests/gentoo/network_dhcp.erb".freeze, "templates/guests/gentoo/network_static.erb".freeze, "templates/guests/redhat/network_dhcp.erb".freeze, "templates/guests/redhat/network_static.erb".freeze, "templates/locales/en.yml".freeze, "templates/nfs/exports.erb".freeze, "templates/nfs/exports_freebsd.erb".freeze, "templates/nfs/exports_linux.erb".freeze, "templates/package_Vagrantfile.erb".freeze, "templates/provisioners/chef_client/client.erb".freeze, "templates/provisioners/chef_solo/solo.erb".freeze, "test/acceptance/base.rb".freeze, "test/acceptance/box_test.rb".freeze, "test/acceptance/destroy_test.rb".freeze, "test/acceptance/halt_test.rb".freeze, "test/acceptance/init_test.rb".freeze, "test/acceptance/networking/host_only_test.rb".freeze, "test/acceptance/networking/port_forward_test.rb".freeze, "test/acceptance/package_test.rb".freeze, "test/acceptance/provisioning/basic_test.rb".freeze, "test/acceptance/provisioning/chef_solo_test.rb".freeze, "test/acceptance/provisioning/shell_test.rb".freeze, "test/acceptance/resume_test.rb".freeze, "test/acceptance/shared_folders_test.rb".freeze, "test/acceptance/skeletons/chef_solo_basic/README.md".freeze, "test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb".freeze, "test/acceptance/skeletons/chef_solo_json/README.md".freeze, "test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb".freeze, "test/acceptance/skeletons/provisioner_multi/README.md".freeze, "test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb".freeze, "test/acceptance/ssh_test.rb".freeze, "test/acceptance/support/config.rb".freeze, "test/acceptance/support/isolated_environment.rb".freeze, "test/acceptance/support/matchers/have_color.rb".freeze, "test/acceptance/support/matchers/match_output.rb".freeze, "test/acceptance/support/matchers/succeed.rb".freeze, "test/acceptance/support/network_tests.rb".freeze, "test/acceptance/support/output.rb".freeze, "test/acceptance/support/shared/base_context.rb".freeze, "test/acceptance/support/shared/command_examples.rb".freeze, "test/acceptance/support/virtualbox.rb".freeze, "test/acceptance/suspend_test.rb".freeze, "test/acceptance/up_basic_test.rb".freeze, "test/acceptance/up_with_box_url.rb".freeze, "test/acceptance/vagrant_test.rb".freeze, "test/acceptance/version_test.rb".freeze, "test/buildbot/README.md".freeze, "test/buildbot/buildbot_config/__init__.py".freeze, "test/buildbot/buildbot_config/config/__init__.py".freeze, "test/buildbot/buildbot_config/config/loader.py".freeze, "test/buildbot/buildbot_config/config/master.py".freeze, "test/buildbot/buildbot_config/config/slave.py".freeze, "test/buildbot/buildbot_config/master/__init__.py".freeze, "test/buildbot/buildbot_config/master/builders.py".freeze, "test/buildbot/buildbot_config/master/buildsteps.py".freeze, "test/buildbot/buildbot_config/master/change_sources.py".freeze, "test/buildbot/buildbot_config/master/schedulers.py".freeze, "test/buildbot/buildbot_config/master/slaves.py".freeze, "test/buildbot/buildbot_config/master/status.py".freeze, "test/buildbot/master/Makefile.sample".freeze, "test/buildbot/master/buildbot.tac".freeze, "test/buildbot/master/master.cfg".freeze, "test/buildbot/master/public_html/bg_gradient.jpg".freeze, "test/buildbot/master/public_html/default.css".freeze, "test/buildbot/master/public_html/favicon.ico".freeze, "test/buildbot/master/public_html/robots.txt".freeze, "test/buildbot/master/public_html/static/css/bootstrap-1.4.0.min.css".freeze, "test/buildbot/master/public_html/static/css/prettify.css".freeze, "test/buildbot/master/public_html/static/css/syntax.css".freeze, "test/buildbot/master/public_html/static/css/vagrant.base.css".freeze, "test/buildbot/master/public_html/static/images/base_box_mac.jpg".freeze, "test/buildbot/master/public_html/static/images/getting-started/success.jpg".freeze, "test/buildbot/master/public_html/static/images/icons/error.png".freeze, "test/buildbot/master/public_html/static/images/vagrant_chilling.png".freeze, "test/buildbot/master/public_html/static/images/vagrant_holding.png".freeze, "test/buildbot/master/public_html/static/images/vagrant_looking.png".freeze, "test/buildbot/master/public_html/static/images/windows/alter_path.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/edit_path.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/environment_variables_button.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/port_and_ppk_path.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/ppk_selection.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/putty_first_screen.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/save_result.jpg".freeze, "test/buildbot/master/public_html/static/images/windows/vbox_manage_default_location.jpg".freeze, "test/buildbot/master/public_html/static/js/bootstrap-tabs.js".freeze, "test/buildbot/master/public_html/static/js/jquery-1.7.min.js".freeze, "test/buildbot/master/templates/authfail.html".freeze, "test/buildbot/master/templates/build.html".freeze, "test/buildbot/master/templates/builder.html".freeze, "test/buildbot/master/templates/builders.html".freeze, "test/buildbot/master/templates/buildslave.html".freeze, "test/buildbot/master/templates/buildslaves.html".freeze, "test/buildbot/master/templates/change.html".freeze, "test/buildbot/master/templates/layouts/base.html".freeze, "test/buildbot/master/templates/macros/box.html".freeze, "test/buildbot/master/templates/macros/build_line.html".freeze, "test/buildbot/master/templates/macros/change.html".freeze, "test/buildbot/master/templates/macros/forms.html".freeze, "test/buildbot/master/templates/root.html".freeze, "test/buildbot/master/templates/waterfall.html".freeze, "test/buildbot/requirements.txt".freeze, "test/buildbot/scripts/deploy.sh".freeze, "test/buildbot/scripts/setup.sh".freeze, "test/buildbot/slave/buildbot.tac".freeze, "test/buildbot/slave/info/admin".freeze, "test/buildbot/slave/info/host".freeze, "test/buildbot/tests/__init__.py".freeze, "test/buildbot/tests/master/__init__.py".freeze, "test/buildbot/tests/master/test_slaves.py".freeze, "test/buildbot/vendor/choices-0.4.0.tar.gz".freeze, "test/config/acceptance_boxes.yml".freeze, "test/support/isolated_environment.rb".freeze, "test/support/tempdir.rb".freeze, "test/unit/base.rb".freeze, "test/unit/support/isolated_environment.rb".freeze, "test/unit/support/shared/base_context.rb".freeze, "test/unit/vagrant/action/builder_test.rb".freeze, "test/unit/vagrant/action/environment_test.rb".freeze, "test/unit/vagrant/action/runner_test.rb".freeze, "test/unit/vagrant/action/warden_test.rb".freeze, "test/unit/vagrant/box_collection_test.rb".freeze, "test/unit/vagrant/box_test.rb".freeze, "test/unit/vagrant/command/base_test.rb".freeze, "test/unit/vagrant/config/base_test.rb".freeze, "test/unit/vagrant/config/loader_test.rb".freeze, "test/unit/vagrant/config/ssh_test.rb".freeze, "test/unit/vagrant/config/top_test.rb".freeze, "test/unit/vagrant/config/vm_test.rb".freeze, "test/unit/vagrant/config_test.rb".freeze, "test/unit/vagrant/data_store_test.rb".freeze, "test/unit/vagrant/downloaders/base_test.rb".freeze, "test/unit/vagrant/downloaders/file_test.rb".freeze, "test/unit/vagrant/downloaders/http_test.rb".freeze, "test/unit/vagrant/environment_test.rb".freeze, "test/unit/vagrant/hosts_test.rb".freeze, "test/unit/vagrant/registry_test.rb".freeze, "test/unit/vagrant/util/ansi_escape_code_remover_test.rb".freeze, "test/unit/vagrant/util/file_checksum_test.rb".freeze, "test/unit/vagrant/util/hash_with_indifferent_access_test.rb".freeze, "test/unit/vagrant/util/is_port_open_test.rb".freeze, "test/unit/vagrant/util/line_endings_helper_test.rb".freeze, "test/unit/vagrant/util/network_ip_test.rb".freeze, "test/unit/vagrant/util/retryable_test.rb".freeze, "test/unit/vagrant_test.rb".freeze, "test/unit_legacy/locales/en.yml".freeze, "test/unit_legacy/test_helper.rb".freeze, "test/unit_legacy/vagrant/action/box/destroy_test.rb".freeze, "test/unit_legacy/vagrant/action/box/download_test.rb".freeze, "test/unit_legacy/vagrant/action/box/package_test.rb".freeze, "test/unit_legacy/vagrant/action/box/unpackage_test.rb".freeze, "test/unit_legacy/vagrant/action/box/verify_test.rb".freeze, "test/unit_legacy/vagrant/action/env/set_test.rb".freeze, "test/unit_legacy/vagrant/action/general/package_test.rb".freeze, "test/unit_legacy/vagrant/action/general/validate_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/boot_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/check_accessible_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/check_box_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/check_guest_additions_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/clean_machine_folder_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/clear_forwarded_ports_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/clear_nfs_exports_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/clear_shared_folders_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/customize_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/destroy_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/destroy_unused_network_interfaces_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/discard_state_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/export_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/forward_ports_helpers_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/forward_ports_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/halt_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/host_name_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/import_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/match_mac_address_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/modify_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/network_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/nfs_helpers_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/nfs_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/package_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/package_vagrantfile_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/provision_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/provisioner_cleanup_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/resume_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/share_folders_test.rb".freeze, "test/unit_legacy/vagrant/action/vm/suspend_test.rb".freeze, "test/unit_legacy/vagrant/action_test.rb".freeze, "test/unit_legacy/vagrant/box_collection_test.rb".freeze, "test/unit_legacy/vagrant/box_test.rb".freeze, "test/unit_legacy/vagrant/cli_test.rb".freeze, "test/unit_legacy/vagrant/command/base_test.rb".freeze, "test/unit_legacy/vagrant/command/group_base_test.rb".freeze, "test/unit_legacy/vagrant/command/helpers_test.rb".freeze, "test/unit_legacy/vagrant/command/init_test.rb".freeze, "test/unit_legacy/vagrant/command/package_test.rb".freeze, "test/unit_legacy/vagrant/config/base_test.rb".freeze, "test/unit_legacy/vagrant/config/error_recorder_test.rb".freeze, "test/unit_legacy/vagrant/config/ssh_test.rb".freeze, "test/unit_legacy/vagrant/config/vagrant_test.rb".freeze, "test/unit_legacy/vagrant/config/vm/provisioner_test.rb".freeze, "test/unit_legacy/vagrant/config/vm_test.rb".freeze, "test/unit_legacy/vagrant/config_test.rb".freeze, "test/unit_legacy/vagrant/downloaders/http_test.rb".freeze, "test/unit_legacy/vagrant/environment_test.rb".freeze, "test/unit_legacy/vagrant/errors_test.rb".freeze, "test/unit_legacy/vagrant/hosts/base_test.rb".freeze, "test/unit_legacy/vagrant/hosts/bsd_test.rb".freeze, "test/unit_legacy/vagrant/hosts/linux_test.rb".freeze, "test/unit_legacy/vagrant/plugin_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/base_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/chef_client_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/chef_solo_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/chef_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/puppet_server_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/puppet_test.rb".freeze, "test/unit_legacy/vagrant/provisioners/shell_test.rb".freeze, "test/unit_legacy/vagrant/ssh/session_test.rb".freeze, "test/unit_legacy/vagrant/ssh_test.rb".freeze, "test/unit_legacy/vagrant/systems/base_test.rb".freeze, "test/unit_legacy/vagrant/systems/linux_test.rb".freeze, "test/unit_legacy/vagrant/util/busy_test.rb".freeze, "test/unit_legacy/vagrant/util/counter_test.rb".freeze, "test/unit_legacy/vagrant/util/platform_test.rb".freeze, "test/unit_legacy/vagrant/util/stacked_proc_runner_test.rb".freeze, "test/unit_legacy/vagrant/util/template_renderer_test.rb".freeze, "test/unit_legacy/vagrant/vm_test.rb".freeze, "vagrant.gemspec".freeze] s.homepage = "http://vagrantup.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Build and distribute virtualized development environments.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 0.5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.1".freeze, "< 1.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) end