From 712aa9cc689981e57f326d129d533ece7fe85ba5 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 18 May 2010 23:55:53 -0700 Subject: [PATCH] corrected gemspec --- vagrant.gemspec | 105 ++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 52 deletions(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index e609fda4c..0f05b5d6c 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -176,67 +176,68 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.3.6} s.summary = %q{Vagrant is a tool for building and distributing virtualized development environments.} s.test_files = [ - "test/test_helper.rb", - "test/vagrant/vm_test.rb", - "test/vagrant/command_test.rb", - "test/vagrant/environment_test.rb", - "test/vagrant/util_test.rb", + "test/vagrant/util_test.rb", "test/vagrant/box_test.rb", - "test/vagrant/busy_test.rb", + "test/vagrant/ssh_test.rb", + "test/vagrant/environment_test.rb", "test/vagrant/provisioners/base_test.rb", - "test/vagrant/provisioners/chef_test.rb", - "test/vagrant/provisioners/chef_server_test.rb", "test/vagrant/provisioners/chef_solo_test.rb", - "test/vagrant/systems/linux_test.rb", - "test/vagrant/config_test.rb", - "test/vagrant/actions/base_test.rb", - "test/vagrant/actions/runner_test.rb", - "test/vagrant/actions/box/verify_test.rb", - "test/vagrant/actions/box/destroy_test.rb", - "test/vagrant/actions/box/add_test.rb", - "test/vagrant/actions/box/unpackage_test.rb", - "test/vagrant/actions/box/download_test.rb", - "test/vagrant/actions/collection_test.rb", - "test/vagrant/actions/vm/reload_test.rb", - "test/vagrant/actions/vm/suspend_test.rb", - "test/vagrant/actions/vm/boot_test.rb", - "test/vagrant/actions/vm/package_test.rb", - "test/vagrant/actions/vm/down_test.rb", - "test/vagrant/actions/vm/shared_folders_test.rb", - "test/vagrant/actions/vm/destroy_test.rb", - "test/vagrant/actions/vm/halt_test.rb", - "test/vagrant/actions/vm/import_test.rb", - "test/vagrant/actions/vm/customize_test.rb", - "test/vagrant/actions/vm/start_test.rb", - "test/vagrant/actions/vm/move_hard_drive_test.rb", - "test/vagrant/actions/vm/up_test.rb", - "test/vagrant/actions/vm/export_test.rb", - "test/vagrant/actions/vm/provision_test.rb", - "test/vagrant/actions/vm/resume_test.rb", - "test/vagrant/actions/vm/forward_ports_test.rb", - "test/vagrant/active_list_test.rb", - "test/vagrant/commands/base_test.rb", - "test/vagrant/commands/reload_test.rb", - "test/vagrant/commands/ssh_config_test.rb", - "test/vagrant/commands/suspend_test.rb", - "test/vagrant/commands/package_test.rb", - "test/vagrant/commands/status_test.rb", - "test/vagrant/commands/init_test.rb", - "test/vagrant/commands/destroy_test.rb", - "test/vagrant/commands/halt_test.rb", - "test/vagrant/commands/box/remove_test.rb", - "test/vagrant/commands/box/add_test.rb", - "test/vagrant/commands/box/list_test.rb", - "test/vagrant/commands/up_test.rb", - "test/vagrant/commands/resume_test.rb", + "test/vagrant/provisioners/chef_server_test.rb", + "test/vagrant/provisioners/chef_test.rb", "test/vagrant/commands/ssh_test.rb", + "test/vagrant/commands/destroy_test.rb", + "test/vagrant/commands/resume_test.rb", + "test/vagrant/commands/halt_test.rb", + "test/vagrant/commands/status_test.rb", + "test/vagrant/commands/base_test.rb", + "test/vagrant/commands/up_test.rb", + "test/vagrant/commands/reload_test.rb", + "test/vagrant/commands/package_test.rb", + "test/vagrant/commands/init_test.rb", + "test/vagrant/commands/ssh_config_test.rb", + "test/vagrant/commands/box/list_test.rb", + "test/vagrant/commands/box/add_test.rb", + "test/vagrant/commands/box/remove_test.rb", + "test/vagrant/commands/suspend_test.rb", + "test/vagrant/config_test.rb", + "test/vagrant/vm_test.rb", "test/vagrant/downloaders/base_test.rb", "test/vagrant/downloaders/http_test.rb", - "test/vagrant/util/stacked_proc_runner_test.rb", + "test/vagrant/downloaders/file_test.rb", + "test/vagrant/command_test.rb", + "test/vagrant/active_list_test.rb", + "test/vagrant/busy_test.rb", + "test/vagrant/systems/linux_test.rb", "test/vagrant/util/progress_meter_test.rb", + "test/vagrant/util/stacked_proc_runner_test.rb", "test/vagrant/util/template_renderer_test.rb", "test/vagrant/util/translator_test.rb", - "test/vagrant/ssh_test.rb" + "test/vagrant/actions/vm/start_test.rb", + "test/vagrant/actions/vm/destroy_test.rb", + "test/vagrant/actions/vm/customize_test.rb", + "test/vagrant/actions/vm/resume_test.rb", + "test/vagrant/actions/vm/halt_test.rb", + "test/vagrant/actions/vm/provision_test.rb", + "test/vagrant/actions/vm/import_test.rb", + "test/vagrant/actions/vm/up_test.rb", + "test/vagrant/actions/vm/boot_test.rb", + "test/vagrant/actions/vm/reload_test.rb", + "test/vagrant/actions/vm/shared_folders_test.rb", + "test/vagrant/actions/vm/package_test.rb", + "test/vagrant/actions/vm/move_hard_drive_test.rb", + "test/vagrant/actions/vm/forward_ports_test.rb", + "test/vagrant/actions/vm/suspend_test.rb", + "test/vagrant/actions/vm/down_test.rb", + "test/vagrant/actions/vm/export_test.rb", + "test/vagrant/actions/base_test.rb", + "test/vagrant/actions/runner_test.rb", + "test/vagrant/actions/collection_test.rb", + "test/vagrant/actions/box/destroy_test.rb", + "test/vagrant/actions/box/download_test.rb", + "test/vagrant/actions/box/verify_test.rb", + "test/vagrant/actions/box/unpackage_test.rb", + "test/vagrant/actions/box/add_test.rb", + "test/test_helper.rb" ] if s.respond_to? :specification_version then