2010-04-15 19:54:39 +00:00
|
|
|
# Generated by jeweler
|
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{vagrant}
|
2010-05-22 03:52:56 +00:00
|
|
|
s.version = "0.3.5.dev"
|
2010-04-15 19:54:39 +00:00
|
|
|
|
2010-04-25 04:47:08 +00:00
|
|
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
2010-04-15 19:54:39 +00:00
|
|
|
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
2010-06-03 07:17:04 +00:00
|
|
|
s.date = %q{2010-06-03}
|
2010-04-15 19:54:39 +00:00
|
|
|
s.default_executable = %q{vagrant}
|
|
|
|
s.description = %q{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.extra_rdoc_files = [
|
|
|
|
"LICENSE",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
s.files = [
|
|
|
|
".gitignore",
|
|
|
|
"Gemfile",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"Rakefile",
|
|
|
|
"VERSION",
|
|
|
|
"bin/.gitignore",
|
|
|
|
"bin/vagrant",
|
|
|
|
"config/default.rb",
|
|
|
|
"keys/README.md",
|
|
|
|
"keys/vagrant",
|
|
|
|
"keys/vagrant.ppk",
|
|
|
|
"keys/vagrant.pub",
|
|
|
|
"lib/vagrant.rb",
|
|
|
|
"lib/vagrant/actions/base.rb",
|
|
|
|
"lib/vagrant/actions/box/add.rb",
|
|
|
|
"lib/vagrant/actions/box/destroy.rb",
|
|
|
|
"lib/vagrant/actions/box/download.rb",
|
|
|
|
"lib/vagrant/actions/box/unpackage.rb",
|
2010-04-19 21:21:21 +00:00
|
|
|
"lib/vagrant/actions/box/verify.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/actions/collection.rb",
|
|
|
|
"lib/vagrant/actions/runner.rb",
|
|
|
|
"lib/vagrant/actions/vm/boot.rb",
|
|
|
|
"lib/vagrant/actions/vm/customize.rb",
|
|
|
|
"lib/vagrant/actions/vm/destroy.rb",
|
|
|
|
"lib/vagrant/actions/vm/down.rb",
|
|
|
|
"lib/vagrant/actions/vm/export.rb",
|
|
|
|
"lib/vagrant/actions/vm/forward_ports.rb",
|
|
|
|
"lib/vagrant/actions/vm/halt.rb",
|
|
|
|
"lib/vagrant/actions/vm/import.rb",
|
|
|
|
"lib/vagrant/actions/vm/move_hard_drive.rb",
|
2010-06-03 07:17:04 +00:00
|
|
|
"lib/vagrant/actions/vm/network.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/actions/vm/package.rb",
|
|
|
|
"lib/vagrant/actions/vm/provision.rb",
|
|
|
|
"lib/vagrant/actions/vm/reload.rb",
|
|
|
|
"lib/vagrant/actions/vm/resume.rb",
|
|
|
|
"lib/vagrant/actions/vm/shared_folders.rb",
|
|
|
|
"lib/vagrant/actions/vm/start.rb",
|
|
|
|
"lib/vagrant/actions/vm/suspend.rb",
|
|
|
|
"lib/vagrant/actions/vm/up.rb",
|
|
|
|
"lib/vagrant/active_list.rb",
|
|
|
|
"lib/vagrant/box.rb",
|
|
|
|
"lib/vagrant/busy.rb",
|
|
|
|
"lib/vagrant/command.rb",
|
|
|
|
"lib/vagrant/commands/base.rb",
|
|
|
|
"lib/vagrant/commands/box.rb",
|
|
|
|
"lib/vagrant/commands/box/add.rb",
|
|
|
|
"lib/vagrant/commands/box/list.rb",
|
|
|
|
"lib/vagrant/commands/box/remove.rb",
|
|
|
|
"lib/vagrant/commands/destroy.rb",
|
|
|
|
"lib/vagrant/commands/halt.rb",
|
|
|
|
"lib/vagrant/commands/init.rb",
|
|
|
|
"lib/vagrant/commands/package.rb",
|
2010-05-22 22:43:27 +00:00
|
|
|
"lib/vagrant/commands/provision.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/commands/reload.rb",
|
|
|
|
"lib/vagrant/commands/resume.rb",
|
|
|
|
"lib/vagrant/commands/ssh.rb",
|
|
|
|
"lib/vagrant/commands/ssh_config.rb",
|
|
|
|
"lib/vagrant/commands/status.rb",
|
|
|
|
"lib/vagrant/commands/suspend.rb",
|
|
|
|
"lib/vagrant/commands/up.rb",
|
|
|
|
"lib/vagrant/config.rb",
|
|
|
|
"lib/vagrant/downloaders/base.rb",
|
|
|
|
"lib/vagrant/downloaders/file.rb",
|
|
|
|
"lib/vagrant/downloaders/http.rb",
|
|
|
|
"lib/vagrant/environment.rb",
|
|
|
|
"lib/vagrant/provisioners/base.rb",
|
|
|
|
"lib/vagrant/provisioners/chef.rb",
|
|
|
|
"lib/vagrant/provisioners/chef_server.rb",
|
|
|
|
"lib/vagrant/provisioners/chef_solo.rb",
|
2010-05-20 23:15:43 +00:00
|
|
|
"lib/vagrant/resource_logger.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/ssh.rb",
|
2010-04-25 09:08:59 +00:00
|
|
|
"lib/vagrant/systems/base.rb",
|
|
|
|
"lib/vagrant/systems/linux.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"lib/vagrant/util.rb",
|
2010-05-20 23:15:43 +00:00
|
|
|
"lib/vagrant/util/error_helper.rb",
|
2010-04-25 09:08:59 +00:00
|
|
|
"lib/vagrant/util/glob_loader.rb",
|
2010-05-20 23:15:43 +00:00
|
|
|
"lib/vagrant/util/output_helper.rb",
|
|
|
|
"lib/vagrant/util/plain_logger.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/util/platform.rb",
|
|
|
|
"lib/vagrant/util/stacked_proc_runner.rb",
|
|
|
|
"lib/vagrant/util/template_renderer.rb",
|
2010-05-01 06:52:16 +00:00
|
|
|
"lib/vagrant/util/translator.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"lib/vagrant/vm.rb",
|
|
|
|
"templates/Vagrantfile.erb",
|
|
|
|
"templates/chef_server_client.erb",
|
|
|
|
"templates/chef_solo_solo.erb",
|
2010-05-19 07:19:32 +00:00
|
|
|
"templates/crontab_entry.erb",
|
2010-06-03 18:29:17 +00:00
|
|
|
"templates/network_entry.erb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"templates/package_Vagrantfile.erb",
|
2010-05-18 08:24:59 +00:00
|
|
|
"templates/rsync.erb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"templates/ssh_config.erb",
|
2010-05-01 06:52:16 +00:00
|
|
|
"templates/strings.yml",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/test_helper.rb",
|
|
|
|
"test/vagrant/actions/base_test.rb",
|
|
|
|
"test/vagrant/actions/box/add_test.rb",
|
|
|
|
"test/vagrant/actions/box/destroy_test.rb",
|
|
|
|
"test/vagrant/actions/box/download_test.rb",
|
|
|
|
"test/vagrant/actions/box/unpackage_test.rb",
|
2010-04-19 21:21:21 +00:00
|
|
|
"test/vagrant/actions/box/verify_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/actions/collection_test.rb",
|
|
|
|
"test/vagrant/actions/runner_test.rb",
|
|
|
|
"test/vagrant/actions/vm/boot_test.rb",
|
|
|
|
"test/vagrant/actions/vm/customize_test.rb",
|
|
|
|
"test/vagrant/actions/vm/destroy_test.rb",
|
|
|
|
"test/vagrant/actions/vm/down_test.rb",
|
|
|
|
"test/vagrant/actions/vm/export_test.rb",
|
|
|
|
"test/vagrant/actions/vm/forward_ports_test.rb",
|
|
|
|
"test/vagrant/actions/vm/halt_test.rb",
|
|
|
|
"test/vagrant/actions/vm/import_test.rb",
|
|
|
|
"test/vagrant/actions/vm/move_hard_drive_test.rb",
|
2010-06-03 07:17:04 +00:00
|
|
|
"test/vagrant/actions/vm/network_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/actions/vm/package_test.rb",
|
|
|
|
"test/vagrant/actions/vm/provision_test.rb",
|
|
|
|
"test/vagrant/actions/vm/reload_test.rb",
|
|
|
|
"test/vagrant/actions/vm/resume_test.rb",
|
|
|
|
"test/vagrant/actions/vm/shared_folders_test.rb",
|
|
|
|
"test/vagrant/actions/vm/start_test.rb",
|
|
|
|
"test/vagrant/actions/vm/suspend_test.rb",
|
|
|
|
"test/vagrant/actions/vm/up_test.rb",
|
|
|
|
"test/vagrant/active_list_test.rb",
|
|
|
|
"test/vagrant/box_test.rb",
|
|
|
|
"test/vagrant/busy_test.rb",
|
|
|
|
"test/vagrant/command_test.rb",
|
|
|
|
"test/vagrant/commands/base_test.rb",
|
|
|
|
"test/vagrant/commands/box/add_test.rb",
|
|
|
|
"test/vagrant/commands/box/list_test.rb",
|
|
|
|
"test/vagrant/commands/box/remove_test.rb",
|
|
|
|
"test/vagrant/commands/destroy_test.rb",
|
|
|
|
"test/vagrant/commands/halt_test.rb",
|
|
|
|
"test/vagrant/commands/init_test.rb",
|
|
|
|
"test/vagrant/commands/package_test.rb",
|
2010-05-22 22:43:27 +00:00
|
|
|
"test/vagrant/commands/provision_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/commands/reload_test.rb",
|
|
|
|
"test/vagrant/commands/resume_test.rb",
|
|
|
|
"test/vagrant/commands/ssh_config_test.rb",
|
|
|
|
"test/vagrant/commands/ssh_test.rb",
|
|
|
|
"test/vagrant/commands/status_test.rb",
|
|
|
|
"test/vagrant/commands/suspend_test.rb",
|
|
|
|
"test/vagrant/commands/up_test.rb",
|
|
|
|
"test/vagrant/config_test.rb",
|
|
|
|
"test/vagrant/downloaders/base_test.rb",
|
|
|
|
"test/vagrant/downloaders/file_test.rb",
|
|
|
|
"test/vagrant/downloaders/http_test.rb",
|
|
|
|
"test/vagrant/environment_test.rb",
|
|
|
|
"test/vagrant/provisioners/base_test.rb",
|
|
|
|
"test/vagrant/provisioners/chef_server_test.rb",
|
|
|
|
"test/vagrant/provisioners/chef_solo_test.rb",
|
|
|
|
"test/vagrant/provisioners/chef_test.rb",
|
2010-05-20 23:15:43 +00:00
|
|
|
"test/vagrant/resource_logger_test.rb",
|
2010-05-29 06:26:11 +00:00
|
|
|
"test/vagrant/ssh_session_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/ssh_test.rb",
|
2010-04-25 09:08:59 +00:00
|
|
|
"test/vagrant/systems/linux_test.rb",
|
2010-05-20 23:15:43 +00:00
|
|
|
"test/vagrant/util/error_helper_test.rb",
|
|
|
|
"test/vagrant/util/output_helper_test.rb",
|
|
|
|
"test/vagrant/util/plain_logger_test.rb",
|
2010-05-23 05:46:42 +00:00
|
|
|
"test/vagrant/util/platform_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/util/stacked_proc_runner_test.rb",
|
|
|
|
"test/vagrant/util/template_renderer_test.rb",
|
2010-05-01 06:52:16 +00:00
|
|
|
"test/vagrant/util/translator_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/util_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/vm_test.rb",
|
|
|
|
"vagrant.gemspec"
|
|
|
|
]
|
|
|
|
s.homepage = %q{http://github.com/mitchellh/vagrant}
|
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.rubygems_version = %q{1.3.6}
|
|
|
|
s.summary = %q{Vagrant is a tool for building and distributing virtualized development environments.}
|
|
|
|
s.test_files = [
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/test_helper.rb",
|
|
|
|
"test/vagrant/vm_test.rb",
|
|
|
|
"test/vagrant/command_test.rb",
|
2010-05-19 06:55:53 +00:00
|
|
|
"test/vagrant/environment_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/util_test.rb",
|
|
|
|
"test/vagrant/box_test.rb",
|
|
|
|
"test/vagrant/busy_test.rb",
|
2010-05-15 08:34:31 +00:00
|
|
|
"test/vagrant/provisioners/base_test.rb",
|
2010-05-23 05:46:42 +00:00
|
|
|
"test/vagrant/provisioners/chef_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"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",
|
2010-06-03 07:17:04 +00:00
|
|
|
"test/vagrant/actions/vm/network_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"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",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/commands/base_test.rb",
|
|
|
|
"test/vagrant/commands/reload_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/commands/ssh_config_test.rb",
|
|
|
|
"test/vagrant/commands/suspend_test.rb",
|
2010-05-15 08:34:31 +00:00
|
|
|
"test/vagrant/commands/package_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/commands/status_test.rb",
|
2010-05-15 08:34:31 +00:00
|
|
|
"test/vagrant/commands/init_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/commands/destroy_test.rb",
|
|
|
|
"test/vagrant/commands/halt_test.rb",
|
2010-05-23 05:46:42 +00:00
|
|
|
"test/vagrant/commands/box/remove_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/commands/box/add_test.rb",
|
|
|
|
"test/vagrant/commands/box/list_test.rb",
|
|
|
|
"test/vagrant/commands/up_test.rb",
|
|
|
|
"test/vagrant/commands/provision_test.rb",
|
|
|
|
"test/vagrant/commands/resume_test.rb",
|
|
|
|
"test/vagrant/commands/ssh_test.rb",
|
|
|
|
"test/vagrant/resource_logger_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/downloaders/base_test.rb",
|
2010-05-23 05:46:42 +00:00
|
|
|
"test/vagrant/downloaders/file_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/downloaders/http_test.rb",
|
2010-05-23 05:46:42 +00:00
|
|
|
"test/vagrant/util/stacked_proc_runner_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/util/output_helper_test.rb",
|
2010-04-15 19:54:39 +00:00
|
|
|
"test/vagrant/util/template_renderer_test.rb",
|
2010-05-01 06:52:16 +00:00
|
|
|
"test/vagrant/util/translator_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/util/platform_test.rb",
|
|
|
|
"test/vagrant/util/error_helper_test.rb",
|
|
|
|
"test/vagrant/util/plain_logger_test.rb",
|
2010-05-29 06:26:11 +00:00
|
|
|
"test/vagrant/ssh_session_test.rb",
|
2010-05-26 02:20:47 +00:00
|
|
|
"test/vagrant/ssh_test.rb"
|
2010-04-15 19:54:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
if s.respond_to? :specification_version then
|
|
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
|
|
s.specification_version = 3
|
|
|
|
|
|
|
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
2010-04-29 07:22:07 +00:00
|
|
|
s.add_runtime_dependency(%q<virtualbox>, ["~> 0.6.2"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_runtime_dependency(%q<net-ssh>, [">= 2.0.19"])
|
|
|
|
s.add_runtime_dependency(%q<net-scp>, [">= 1.0.2"])
|
2010-04-29 02:30:13 +00:00
|
|
|
s.add_runtime_dependency(%q<json>, [">= 1.2.0"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_runtime_dependency(%q<archive-tar-minitar>, ["= 0.5.2"])
|
2010-04-16 00:56:50 +00:00
|
|
|
s.add_runtime_dependency(%q<mario>, ["~> 0.0.6"])
|
2010-04-15 19:54:39 +00:00
|
|
|
else
|
2010-04-29 07:22:07 +00:00
|
|
|
s.add_dependency(%q<virtualbox>, ["~> 0.6.2"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_dependency(%q<net-ssh>, [">= 2.0.19"])
|
|
|
|
s.add_dependency(%q<net-scp>, [">= 1.0.2"])
|
2010-04-29 02:30:13 +00:00
|
|
|
s.add_dependency(%q<json>, [">= 1.2.0"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_dependency(%q<archive-tar-minitar>, ["= 0.5.2"])
|
2010-04-16 00:56:50 +00:00
|
|
|
s.add_dependency(%q<mario>, ["~> 0.0.6"])
|
2010-04-15 19:54:39 +00:00
|
|
|
end
|
|
|
|
else
|
2010-04-29 07:22:07 +00:00
|
|
|
s.add_dependency(%q<virtualbox>, ["~> 0.6.2"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_dependency(%q<net-ssh>, [">= 2.0.19"])
|
|
|
|
s.add_dependency(%q<net-scp>, [">= 1.0.2"])
|
2010-04-29 02:30:13 +00:00
|
|
|
s.add_dependency(%q<json>, [">= 1.2.0"])
|
2010-04-15 19:54:39 +00:00
|
|
|
s.add_dependency(%q<archive-tar-minitar>, ["= 0.5.2"])
|
2010-04-16 00:56:50 +00:00
|
|
|
s.add_dependency(%q<mario>, ["~> 0.0.6"])
|
2010-04-15 19:54:39 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
|