--- !ruby/object:Gem::Specification name: veewee version: !ruby/object:Gem::Version prerelease: 6 version: 0.3.0.alpha7 platform: ruby authors: - Patrick Debois autorequire: bindir: bin cert_chain: [] date: 2012-04-16 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: vagrant requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0.9" type: :runtime prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency name: net-ssh requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 2.2.0 type: :runtime prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency name: popen4 requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.1.2 type: :runtime prerelease: false version_requirements: *id003 - !ruby/object:Gem::Dependency name: thor requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.14.6 type: :runtime prerelease: false version_requirements: *id004 - !ruby/object:Gem::Dependency name: highline requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime prerelease: false version_requirements: *id005 - !ruby/object:Gem::Dependency name: progressbar requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime prerelease: false version_requirements: *id006 - !ruby/object:Gem::Dependency name: i18n requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime prerelease: false version_requirements: *id007 - !ruby/object:Gem::Dependency name: cucumber requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.0 type: :runtime prerelease: false version_requirements: *id008 - !ruby/object:Gem::Dependency name: ansi requirement: &id009 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.3.0 type: :runtime prerelease: false version_requirements: *id009 - !ruby/object:Gem::Dependency name: ruby-vnc requirement: &id010 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.0 type: :runtime prerelease: false version_requirements: *id010 - !ruby/object:Gem::Dependency name: fog requirement: &id011 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.1.2 type: :runtime prerelease: false version_requirements: *id011 - !ruby/object:Gem::Dependency name: childprocess requirement: &id012 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime prerelease: false version_requirements: *id012 - !ruby/object:Gem::Dependency name: CFPropertyList requirement: &id013 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.1 type: :runtime prerelease: false version_requirements: *id013 - !ruby/object:Gem::Dependency name: rspec requirement: &id014 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "2.5" type: :runtime prerelease: false version_requirements: *id014 - !ruby/object:Gem::Dependency name: bundler requirement: &id015 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: *id015 description: Expand the 'vagrant box' command to support the creation of base boxes from scratch email: - patrick.debois@jedi.be executables: - veewee extensions: [] extra_rdoc_files: [] files: - .gitignore - .rvmrc - Gemfile - License - README.md - Rakefile - bin/veewee - doc/README-changes.txt - doc/TODO - doc/definition.md - doc/fusion.md - doc/install.md - doc/installation.md - doc/kvm.md - doc/providers.md - doc/requirements.md - doc/running.md - doc/template.md - doc/vagrant.md - doc/vbox.md - lib/fission.rb - lib/fission/cli.rb - lib/fission/command.rb - lib/fission/command/clone.rb - lib/fission/command/delete.rb - lib/fission/command/snapshot_create.rb - lib/fission/command/snapshot_list.rb - lib/fission/command/snapshot_revert.rb - lib/fission/command/start.rb - lib/fission/command/status.rb - lib/fission/command/stop.rb - lib/fission/command/suspend.rb - lib/fission/config.rb - lib/fission/core_ext/class.rb - lib/fission/core_ext/file.rb - lib/fission/core_ext/object.rb - lib/fission/error.rb - lib/fission/fusion.rb - lib/fission/leasesfile.rb - lib/fission/metadata.rb - lib/fission/response.rb - lib/fission/ui.rb - lib/fission/version.rb - lib/fission/vm.rb - lib/java/README.txt - lib/java/dir2floppy.jar - lib/java/dir2floppy.java - lib/net/vnc/vnc.rb - lib/python/parallels_sdk_check.py - lib/python/parallels_send_key.py - lib/vagrant_init.rb - lib/veewee.rb - lib/veewee/cli.rb - lib/veewee/command.rb - lib/veewee/command/base.rb - lib/veewee/command/group_base.rb - lib/veewee/command/helpers.rb - lib/veewee/command/kvm.rb - lib/veewee/command/named_base.rb - lib/veewee/command/parallels.rb - lib/veewee/command/vagrant.rb - lib/veewee/command/vagrant/basebox.rb - lib/veewee/command/vagrant/build.rb - lib/veewee/command/vagrant/define.rb - lib/veewee/command/vagrant/destroy.rb - lib/veewee/command/vagrant/export.rb - lib/veewee/command/vagrant/halt.rb - lib/veewee/command/vagrant/list.rb - lib/veewee/command/vagrant/ostypes.rb - lib/veewee/command/vagrant/ssh.rb - lib/veewee/command/vagrant/templates.rb - lib/veewee/command/vagrant/undefine.rb - lib/veewee/command/vagrant/up.rb - lib/veewee/command/vagrant/validate.rb - lib/veewee/command/version.rb - lib/veewee/command/virtualbox.rb - lib/veewee/command/vmfusion.rb - lib/veewee/config.rb - lib/veewee/config/collection.rb - lib/veewee/config/component.rb - lib/veewee/config/definition.rb - lib/veewee/config/ostypes.yml - lib/veewee/config/veewee.rb - lib/veewee/config/vmfusion-ostypes.txt - lib/veewee/definition.rb - lib/veewee/definitions.rb - lib/veewee/environment.rb - lib/veewee/error.rb - lib/veewee/provider/core/box.rb - lib/veewee/provider/core/box/build.rb - lib/veewee/provider/core/box/exec.rb - lib/veewee/provider/core/box/floppy.rb - lib/veewee/provider/core/box/halt.rb - lib/veewee/provider/core/box/issh.rb - lib/veewee/provider/core/box/poweroff.rb - lib/veewee/provider/core/box/scp.rb - lib/veewee/provider/core/box/ssh.rb - lib/veewee/provider/core/box/sudo.rb - lib/veewee/provider/core/box/vnc.rb - lib/veewee/provider/core/helper/iso.rb - lib/veewee/provider/core/helper/scancode.rb - lib/veewee/provider/core/helper/shell.rb - lib/veewee/provider/core/helper/ssh.rb - lib/veewee/provider/core/helper/tcp.rb - lib/veewee/provider/core/helper/web.rb - lib/veewee/provider/core/provider.rb - lib/veewee/provider/core/provider/transaction.rb - lib/veewee/provider/core/provider/tunnel.rb - lib/veewee/provider/kvm/box.rb - lib/veewee/provider/kvm/box/build.rb - lib/veewee/provider/kvm/box/create.rb - lib/veewee/provider/kvm/box/destroy.rb - lib/veewee/provider/kvm/box/halt.rb - lib/veewee/provider/kvm/box/helper/console_type.rb - lib/veewee/provider/kvm/box/helper/ip.rb - lib/veewee/provider/kvm/box/helper/ssh_options.rb - lib/veewee/provider/kvm/box/helper/status.rb - lib/veewee/provider/kvm/box/poweroff.rb - lib/veewee/provider/kvm/box/up.rb - lib/veewee/provider/kvm/box/validate_kvm.rb - lib/veewee/provider/kvm/provider.rb - lib/veewee/provider/parallels/box.rb - lib/veewee/provider/parallels/box/build.rb - lib/veewee/provider/parallels/box/create.rb - lib/veewee/provider/parallels/box/destroy.rb - lib/veewee/provider/parallels/box/halt.rb - lib/veewee/provider/parallels/box/helper/buildinfo.rb - lib/veewee/provider/parallels/box/helper/console_type.rb - lib/veewee/provider/parallels/box/helper/ip.rb - lib/veewee/provider/parallels/box/helper/ssh_options.rb - lib/veewee/provider/parallels/box/helper/status.rb - lib/veewee/provider/parallels/box/poweroff.rb - lib/veewee/provider/parallels/box/ssh.rb - lib/veewee/provider/parallels/box/up.rb - lib/veewee/provider/parallels/box/validate_parallels.rb - lib/veewee/provider/parallels/notes/parallels-sdk.txt - lib/veewee/provider/parallels/provider.rb - lib/veewee/provider/virtualbox/box.rb - lib/veewee/provider/virtualbox/box/build.rb - lib/veewee/provider/virtualbox/box/create.rb - lib/veewee/provider/virtualbox/box/destroy.rb - lib/veewee/provider/virtualbox/box/export_vagrant.rb - lib/veewee/provider/virtualbox/box/halt.rb - lib/veewee/provider/virtualbox/box/helper/buildinfo.rb - lib/veewee/provider/virtualbox/box/helper/console_type.rb - lib/veewee/provider/virtualbox/box/helper/create.rb - lib/veewee/provider/virtualbox/box/helper/forwarding.rb - lib/veewee/provider/virtualbox/box/helper/guest_additions.rb - lib/veewee/provider/virtualbox/box/helper/ip.rb - lib/veewee/provider/virtualbox/box/helper/natinterface.rb - lib/veewee/provider/virtualbox/box/helper/ssh_options.rb - lib/veewee/provider/virtualbox/box/helper/status.rb - lib/veewee/provider/virtualbox/box/helper/version.rb - lib/veewee/provider/virtualbox/box/poweroff.rb - lib/veewee/provider/virtualbox/box/ssh.rb - lib/veewee/provider/virtualbox/box/up.rb - lib/veewee/provider/virtualbox/box/validate_vagrant.rb - lib/veewee/provider/virtualbox/provider.rb - lib/veewee/provider/vmfusion/box.rb - lib/veewee/provider/vmfusion/box/build.rb - lib/veewee/provider/vmfusion/box/create.rb - lib/veewee/provider/vmfusion/box/destroy.rb - lib/veewee/provider/vmfusion/box/export_ova.rb - lib/veewee/provider/vmfusion/box/halt.rb - lib/veewee/provider/vmfusion/box/helper/buildinfo.rb - lib/veewee/provider/vmfusion/box/helper/console_type.rb - lib/veewee/provider/vmfusion/box/helper/ip.rb - lib/veewee/provider/vmfusion/box/helper/ssh_options.rb - lib/veewee/provider/vmfusion/box/helper/status.rb - lib/veewee/provider/vmfusion/box/helper/vnc.rb - lib/veewee/provider/vmfusion/box/poweroff.rb - lib/veewee/provider/vmfusion/box/ssh.rb - lib/veewee/provider/vmfusion/box/template.rb - lib/veewee/provider/vmfusion/box/template.vmx.erb - lib/veewee/provider/vmfusion/box/up.rb - lib/veewee/provider/vmfusion/box/validate_vmfusion.rb - lib/veewee/provider/vmfusion/info/export_ovf.info - lib/veewee/provider/vmfusion/provider.rb - lib/veewee/providers.rb - lib/veewee/template.rb - lib/veewee/templates.rb - lib/veewee/templates/locales/en.yml - lib/veewee/ui.rb - lib/veewee/version.rb - templates/CentOS-4.8-i386/definition.rb - templates/CentOS-4.8-i386/ks.cfg - templates/CentOS-4.8-i386/postinstall.sh - templates/CentOS-5.5-i386-netboot/definition.rb - templates/CentOS-5.5-i386-netboot/ks.cfg - templates/CentOS-5.5-i386-netboot/postinstall.sh - templates/CentOS-5.5-x86_64-netboot/definition.rb - templates/CentOS-5.5-x86_64-netboot/ks.cfg - templates/CentOS-5.5-x86_64-netboot/postinstall.sh - templates/CentOS-5.6-i386-netboot/definition.rb - templates/CentOS-5.6-i386-netboot/ks.cfg - templates/CentOS-5.6-i386-netboot/postinstall.sh - templates/CentOS-5.6-i386/definition.rb - templates/CentOS-5.6-i386/ks.cfg - templates/CentOS-5.6-i386/postinstall.sh - templates/CentOS-5.6-x86_64-netboot/definition.rb - templates/CentOS-5.6-x86_64-netboot/ks.cfg - templates/CentOS-5.6-x86_64-netboot/postinstall.sh - templates/CentOS-5.7-i386-netboot/definition.rb - templates/CentOS-5.7-i386-netboot/ks.cfg - templates/CentOS-5.7-i386-netboot/postinstall.sh - templates/CentOS-5.7-x86_64-netboot/definition.rb - templates/CentOS-5.7-x86_64-netboot/ks.cfg - templates/CentOS-5.7-x86_64-netboot/postinstall.sh - templates/CentOS-6.0-i386-netboot/definition.rb - templates/CentOS-6.0-i386-netboot/ks.cfg - templates/CentOS-6.0-i386-netboot/postinstall.sh - templates/CentOS-6.0-i386/definition.rb - templates/CentOS-6.0-i386/ks.cfg - templates/CentOS-6.0-i386/postinstall.sh - templates/CentOS-6.0-x86_64-minimal/definition.rb - templates/CentOS-6.0-x86_64-minimal/ks.cfg - templates/CentOS-6.0-x86_64-minimal/postinstall.sh - templates/CentOS-6.0-x86_64-netboot/definition.rb - templates/CentOS-6.0-x86_64-netboot/ks.cfg - templates/CentOS-6.0-x86_64-netboot/postinstall.sh - templates/CentOS-6.0-x86_64/base.sh - templates/CentOS-6.0-x86_64/chef.sh - templates/CentOS-6.0-x86_64/cleanup.sh - templates/CentOS-6.0-x86_64/definition.rb - templates/CentOS-6.0-x86_64/ks.cfg - templates/CentOS-6.0-x86_64/postinstall.sh - templates/CentOS-6.0-x86_64/puppet.sh - templates/CentOS-6.0-x86_64/ruby.sh - templates/CentOS-6.0-x86_64/vagrant.sh - templates/CentOS-6.0-x86_64/virtualbox.sh - templates/CentOS-6.1-x86_64-minimal/base.sh - templates/CentOS-6.1-x86_64-minimal/chef.sh - templates/CentOS-6.1-x86_64-minimal/cleanup.sh - templates/CentOS-6.1-x86_64-minimal/definition.rb - templates/CentOS-6.1-x86_64-minimal/ks.cfg - templates/CentOS-6.1-x86_64-minimal/puppet.sh - templates/CentOS-6.1-x86_64-minimal/ruby.sh - templates/CentOS-6.1-x86_64-minimal/vagrant.sh - templates/CentOS-6.1-x86_64-minimal/virtualbox.sh - templates/CentOS-6.1-x86_64-netboot/base.sh - templates/CentOS-6.1-x86_64-netboot/chef.sh - templates/CentOS-6.1-x86_64-netboot/cleanup.sh - templates/CentOS-6.1-x86_64-netboot/definition.rb - templates/CentOS-6.1-x86_64-netboot/ks.cfg - templates/CentOS-6.1-x86_64-netboot/postinstall.sh - templates/CentOS-6.1-x86_64-netboot/puppet.sh - templates/CentOS-6.1-x86_64-netboot/ruby.sh - templates/CentOS-6.1-x86_64-netboot/vagrant.sh - templates/CentOS-6.1-x86_64-netboot/virtualbox.sh - templates/CentOS-6.2-x86_64-minimal/base.sh - templates/CentOS-6.2-x86_64-minimal/chef.sh - templates/CentOS-6.2-x86_64-minimal/cleanup.sh - templates/CentOS-6.2-x86_64-minimal/definition.rb - templates/CentOS-6.2-x86_64-minimal/ks.cfg - templates/CentOS-6.2-x86_64-minimal/puppet.sh - templates/CentOS-6.2-x86_64-minimal/ruby.sh - templates/CentOS-6.2-x86_64-minimal/vagrant.sh - templates/CentOS-6.2-x86_64-minimal/virtualbox.sh - templates/CentOS-6.2-x86_64-netboot/base.sh - templates/CentOS-6.2-x86_64-netboot/chef.sh - templates/CentOS-6.2-x86_64-netboot/cleanup.sh - templates/CentOS-6.2-x86_64-netboot/definition.rb - templates/CentOS-6.2-x86_64-netboot/ks.cfg - templates/CentOS-6.2-x86_64-netboot/postinstall.sh - templates/CentOS-6.2-x86_64-netboot/puppet.sh - templates/CentOS-6.2-x86_64-netboot/ruby.sh - templates/CentOS-6.2-x86_64-netboot/vagrant.sh - templates/CentOS-6.2-x86_64-netboot/virtualbox.sh - templates/Debian-5.0.8-amd64-netboot/base.sh - templates/Debian-5.0.8-amd64-netboot/chef.sh - templates/Debian-5.0.8-amd64-netboot/cleanup.sh - templates/Debian-5.0.8-amd64-netboot/definition.rb - templates/Debian-5.0.8-amd64-netboot/postinstall.sh - templates/Debian-5.0.8-amd64-netboot/preseed.cfg - templates/Debian-5.0.8-amd64-netboot/puppet.sh - templates/Debian-5.0.8-amd64-netboot/ruby.sh - templates/Debian-5.0.8-amd64-netboot/vagrant.sh - templates/Debian-5.0.8-amd64-netboot/virtualbox.sh - templates/Debian-5.0.8-i386-netboot/base.sh - templates/Debian-5.0.8-i386-netboot/chef.sh - templates/Debian-5.0.8-i386-netboot/cleanup.sh - templates/Debian-5.0.8-i386-netboot/definition.rb - templates/Debian-5.0.8-i386-netboot/postinstall.sh - templates/Debian-5.0.8-i386-netboot/preseed.cfg - templates/Debian-5.0.8-i386-netboot/puppet.sh - templates/Debian-5.0.8-i386-netboot/ruby.sh - templates/Debian-5.0.8-i386-netboot/vagrant.sh - templates/Debian-5.0.8-i386-netboot/virtualbox.sh - templates/Debian-6.0.3-amd64-netboot/base.sh - templates/Debian-6.0.3-amd64-netboot/chef.sh - templates/Debian-6.0.3-amd64-netboot/cleanup-virtualbox.sh - templates/Debian-6.0.3-amd64-netboot/cleanup.sh - templates/Debian-6.0.3-amd64-netboot/definition.rb - templates/Debian-6.0.3-amd64-netboot/postinstall.sh - templates/Debian-6.0.3-amd64-netboot/preseed.cfg - templates/Debian-6.0.3-amd64-netboot/puppet.sh - templates/Debian-6.0.3-amd64-netboot/ruby.sh - templates/Debian-6.0.3-amd64-netboot/vagrant.sh - templates/Debian-6.0.3-amd64-netboot/virtualbox.sh - templates/Debian-6.0.3-amd64-netboot/zerodisk.sh - templates/Debian-6.0.3-i386-netboot/base.sh - templates/Debian-6.0.3-i386-netboot/chef.sh - templates/Debian-6.0.3-i386-netboot/cleanup-virtualbox.sh - templates/Debian-6.0.3-i386-netboot/cleanup.sh - templates/Debian-6.0.3-i386-netboot/definition.rb - templates/Debian-6.0.3-i386-netboot/postinstall.sh - templates/Debian-6.0.3-i386-netboot/preseed.cfg - templates/Debian-6.0.3-i386-netboot/puppet.sh - templates/Debian-6.0.3-i386-netboot/ruby.sh - templates/Debian-6.0.3-i386-netboot/vagrant.sh - templates/Debian-6.0.3-i386-netboot/virtualbox.sh - templates/Debian-6.0.3-i386-netboot/zerodisk.sh - templates/Debian-6.0.4-amd64-netboot/base.sh - templates/Debian-6.0.4-amd64-netboot/chef.sh - templates/Debian-6.0.4-amd64-netboot/cleanup-virtualbox.sh - templates/Debian-6.0.4-amd64-netboot/cleanup.sh - templates/Debian-6.0.4-amd64-netboot/definition.rb - templates/Debian-6.0.4-amd64-netboot/preseed.cfg - templates/Debian-6.0.4-amd64-netboot/puppet.sh - templates/Debian-6.0.4-amd64-netboot/ruby.sh - templates/Debian-6.0.4-amd64-netboot/vagrant.sh - templates/Debian-6.0.4-amd64-netboot/virtualbox.sh - templates/Debian-6.0.4-amd64-netboot/zerodisk.sh - templates/Debian-6.0.4-i386-netboot/base.sh - templates/Debian-6.0.4-i386-netboot/chef.sh - templates/Debian-6.0.4-i386-netboot/cleanup-virtualbox.sh - templates/Debian-6.0.4-i386-netboot/cleanup.sh - templates/Debian-6.0.4-i386-netboot/definition.rb - templates/Debian-6.0.4-i386-netboot/preseed.cfg - templates/Debian-6.0.4-i386-netboot/puppet.sh - templates/Debian-6.0.4-i386-netboot/ruby.sh - templates/Debian-6.0.4-i386-netboot/vagrant.sh - templates/Debian-6.0.4-i386-netboot/virtualbox.sh - templates/Debian-6.0.4-i386-netboot/zerodisk.sh - templates/Fedora-14-amd64-netboot/definition.rb - templates/Fedora-14-amd64-netboot/ks.cfg - templates/Fedora-14-amd64-netboot/postinstall.sh - templates/Fedora-14-amd64/definition.rb - templates/Fedora-14-amd64/ks.cfg - templates/Fedora-14-amd64/postinstall.sh - templates/Fedora-14-i386-netboot/definition.rb - templates/Fedora-14-i386-netboot/ks.cfg - templates/Fedora-14-i386-netboot/postinstall.sh - templates/Fedora-14-i386/definition.rb - templates/Fedora-14-i386/ks.cfg - templates/Fedora-14-i386/postinstall.sh - templates/Fedora-15-i386-netboot/definition.rb - templates/Fedora-15-i386-netboot/ks.cfg - templates/Fedora-15-i386-netboot/postinstall.sh - templates/Fedora-15-i386/definition.rb - templates/Fedora-15-i386/ks.cfg - templates/Fedora-15-i386/postinstall.sh - templates/Fedora-15-x86_64-netboot/definition.rb - templates/Fedora-15-x86_64-netboot/ks.cfg - templates/Fedora-15-x86_64-netboot/postinstall.sh - templates/Fedora-15-x86_64/definition.rb - templates/Fedora-15-x86_64/ks.cfg - templates/Fedora-15-x86_64/postinstall.sh - templates/Fedora-16-i386/definition.rb - templates/Fedora-16-i386/ks.cfg - templates/Fedora-16-i386/postinstall.sh - templates/Fedora-16-x86_64/definition.rb - templates/Fedora-16-x86_64/ks.cfg - templates/Fedora-16-x86_64/postinstall.sh - templates/SLES-11-SP1-DVD-i586-GM/autoinst_de.xml - templates/SLES-11-SP1-DVD-i586-GM/autoinst_en.xml - templates/SLES-11-SP1-DVD-i586-GM/definition.rb - templates/SLES-11-SP1-DVD-i586-GM/postinstall.sh - templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_de.xml - templates/SLES-11-SP1-DVD-x86_64-GM/autoinst_en.xml - templates/SLES-11-SP1-DVD-x86_64-GM/definition.rb - templates/SLES-11-SP1-DVD-x86_64-GM/postinstall.sh - templates/Sysrescuecd-2.0.0-experimental/autorun0 - templates/Sysrescuecd-2.0.0-experimental/definition.rb - templates/archlinux-i386-netboot/aif.cfg - templates/archlinux-i386-netboot/definition.rb - templates/archlinux-i386-netboot/postinstall.sh - templates/archlinux-i386-netboot/postinstall2.sh - templates/archlinux-i386/aif.cfg - templates/archlinux-i386/definition.rb - templates/archlinux-i386/postinstall.sh - templates/archlinux-x86_64-netboot/aif.cfg - templates/archlinux-x86_64-netboot/definition.rb - templates/archlinux-x86_64-netboot/postinstall.sh - templates/archlinux-x86_64-netboot/postinstall2.sh - templates/archlinux-x86_64/aif.cfg - templates/archlinux-x86_64/definition.rb - templates/archlinux-x86_64/postinstall.sh - templates/archlinux-x86_64/postinstall2.sh - templates/freebsd-8.2-experimental/definition.rb - templates/freebsd-8.2-experimental/postinstall.sh - templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb - templates/freebsd-8.2-pcbsd-i386-netboot/pcinstall.fbg.cfg - templates/freebsd-8.2-pcbsd-i386-netboot/postinstall.sh - templates/freebsd-8.2-pcbsd-i386/definition.rb - templates/freebsd-8.2-pcbsd-i386/pcinstall.fbg.cfg - templates/freebsd-8.2-pcbsd-i386/postinstall.sh - templates/funtoo-latest-generic_64-stable/definition.rb - templates/funtoo-latest-generic_64-stable/postinstall.sh - templates/funtoo-latest-generic_64-stable/postinstall2.sh - templates/gentoo-latest-i386-experimental/definition.rb - templates/gentoo-latest-i386-experimental/postinstall.sh - templates/gentoo-latest-x86_64-experimental/definition.rb - templates/gentoo-latest-x86_64-experimental/postinstall.sh - templates/openSUSE-11.4-DVD-i586/autoinst_de.xml - templates/openSUSE-11.4-DVD-i586/autoinst_en.xml - templates/openSUSE-11.4-DVD-i586/definition.rb - templates/openSUSE-11.4-DVD-i586/postinstall.sh - templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml - templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml - templates/openSUSE-11.4-DVD-x86_64/definition.rb - templates/openSUSE-11.4-DVD-x86_64/postinstall.sh - templates/openSUSE-11.4-NET-i586/autoinst_de.xml - templates/openSUSE-11.4-NET-i586/autoinst_en.xml - templates/openSUSE-11.4-NET-i586/definition.rb - templates/openSUSE-11.4-NET-i586/postinstall.sh - templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml - templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml - templates/openSUSE-11.4-NET-x86_64/definition.rb - templates/openSUSE-11.4-NET-x86_64/postinstall.sh - templates/openSUSE-12.1-DVD+NET-i586/autoinst_de.xml - templates/openSUSE-12.1-DVD+NET-i586/autoinst_en.xml - templates/openSUSE-12.1-DVD+NET-i586/definition.rb - templates/openSUSE-12.1-DVD+NET-i586/postinstall.sh - templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_de.xml - templates/openSUSE-12.1-DVD+NET-x86_64/autoinst_en.xml - templates/openSUSE-12.1-DVD+NET-x86_64/definition.rb - templates/openSUSE-12.1-DVD+NET-x86_64/postinstall.sh - templates/openbsd50_amd64/README - templates/openbsd50_amd64/definition.rb - templates/openbsd50_amd64/postinstall.sh - templates/openbsd50_i386/.definition.rb.swp - templates/openbsd50_i386/README - templates/openbsd50_i386/definition.rb - templates/openbsd50_i386/postinstall.sh - templates/openindiana-148-ai-x86/auto_install/ai.dtd - templates/openindiana-148-ai-x86/auto_install/ai_manifest.xml - templates/openindiana-148-ai-x86/auto_install/configuration.dtd - templates/openindiana-148-ai-x86/auto_install/default.xml - templates/openindiana-148-ai-x86/auto_install/default.xml.orig - templates/openindiana-148-ai-x86/auto_install/sc_profiles/static_network.xml - templates/openindiana-148-ai-x86/auto_install/software.dtd - templates/openindiana-148-ai-x86/auto_install/target.dtd - templates/openindiana-148-ai-x86/default.xml - templates/openindiana-148-ai-x86/definition.rb - templates/openindiana-148-ai-x86/postinstall.sh - templates/opensuse-11.4-i386-experimental/README - templates/opensuse-11.4-i386-experimental/autoinst.xml - templates/opensuse-11.4-i386-experimental/autoinst.xml.generated - templates/opensuse-11.4-i386-experimental/autoinst.xml.tweaked - templates/opensuse-11.4-i386-experimental/definition.rb - templates/opensuse-11.4-i386-experimental/postinstall.sh - templates/scientificlinux-6.1-i386-netboot/base.sh - templates/scientificlinux-6.1-i386-netboot/chef.sh - templates/scientificlinux-6.1-i386-netboot/cleanup.sh - templates/scientificlinux-6.1-i386-netboot/definition.rb - templates/scientificlinux-6.1-i386-netboot/ks.cfg - templates/scientificlinux-6.1-i386-netboot/postinstall.sh - templates/scientificlinux-6.1-i386-netboot/puppet.sh - templates/scientificlinux-6.1-i386-netboot/vagrant.sh - templates/scientificlinux-6.1-i386-netboot/virtualbox.sh - templates/scientificlinux-6.1-x86_64-netboot/base.sh - templates/scientificlinux-6.1-x86_64-netboot/chef.sh - templates/scientificlinux-6.1-x86_64-netboot/cleanup.sh - templates/scientificlinux-6.1-x86_64-netboot/definition.rb - templates/scientificlinux-6.1-x86_64-netboot/ks.cfg - templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh - templates/scientificlinux-6.1-x86_64-netboot/puppet.sh - templates/scientificlinux-6.1-x86_64-netboot/vagrant.sh - templates/scientificlinux-6.1-x86_64-netboot/virtualbox.sh - templates/solaris-11-express-i386/auto_install/ai.dtd - templates/solaris-11-express-i386/auto_install/ai_manifest.xml - templates/solaris-11-express-i386/auto_install/configuration.dtd - templates/solaris-11-express-i386/auto_install/default.xml - templates/solaris-11-express-i386/auto_install/default.xml.orig - templates/solaris-11-express-i386/auto_install/sc_profiles/static_network.xml - templates/solaris-11-express-i386/auto_install/software.dtd - templates/solaris-11-express-i386/auto_install/target.dtd - templates/solaris-11-express-i386/default.xml - templates/solaris-11-express-i386/definition.rb - templates/solaris-11-express-i386/postinstall.sh - templates/ubuntu-10.04.2-amd64-netboot/definition.rb - templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh - templates/ubuntu-10.04.2-amd64-netboot/preseed.cfg - templates/ubuntu-10.04.2-server-i386-netboot/definition.rb - templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh - templates/ubuntu-10.04.2-server-i386-netboot/preseed.cfg - templates/ubuntu-10.04.3-server-amd64-alt/definition.rb - templates/ubuntu-10.04.3-server-amd64-alt/postinstall.sh - templates/ubuntu-10.04.3-server-amd64-alt/preseed.cfg - templates/ubuntu-10.04.3-server-amd64/base.sh - templates/ubuntu-10.04.3-server-amd64/chef.sh - templates/ubuntu-10.04.3-server-amd64/cleanup.sh - templates/ubuntu-10.04.3-server-amd64/definition.rb - templates/ubuntu-10.04.3-server-amd64/preseed.cfg - templates/ubuntu-10.04.3-server-amd64/puppet.sh - templates/ubuntu-10.04.3-server-amd64/ruby.sh - templates/ubuntu-10.04.3-server-amd64/vagrant.sh - templates/ubuntu-10.04.3-server-amd64/virtualbox.sh - templates/ubuntu-10.04.3-server-i386/definition.rb - templates/ubuntu-10.04.3-server-i386/postinstall.sh - templates/ubuntu-10.04.3-server-i386/preseed.cfg - templates/ubuntu-10.04.4-server-amd64/definition.rb - templates/ubuntu-10.04.4-server-amd64/postinstall.sh - templates/ubuntu-10.04.4-server-amd64/preseed.cfg - templates/ubuntu-10.04.4-server-i386/definition.rb - templates/ubuntu-10.04.4-server-i386/postinstall.sh - templates/ubuntu-10.04.4-server-i386/preseed.cfg - templates/ubuntu-10.10-server-amd64-netboot/definition.rb - templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh - templates/ubuntu-10.10-server-amd64-netboot/preseed.cfg - templates/ubuntu-10.10-server-amd64/base.sh - templates/ubuntu-10.10-server-amd64/chef.sh - templates/ubuntu-10.10-server-amd64/cleanup.sh - templates/ubuntu-10.10-server-amd64/definition.rb - templates/ubuntu-10.10-server-amd64/postinstall.sh - templates/ubuntu-10.10-server-amd64/preseed.cfg - templates/ubuntu-10.10-server-amd64/puppet.sh - templates/ubuntu-10.10-server-amd64/ruby.sh - templates/ubuntu-10.10-server-amd64/vagrant.sh - templates/ubuntu-10.10-server-amd64/virtualbox.sh - templates/ubuntu-10.10-server-i386-netboot/definition.rb - templates/ubuntu-10.10-server-i386-netboot/postinstall.sh - templates/ubuntu-10.10-server-i386-netboot/preseed.cfg - templates/ubuntu-10.10-server-i386/definition.rb - templates/ubuntu-10.10-server-i386/postinstall.sh - templates/ubuntu-10.10-server-i386/preseed.cfg - templates/ubuntu-11.04-server-amd64/apt-upgrade.sh - templates/ubuntu-11.04-server-amd64/chef.sh - templates/ubuntu-11.04-server-amd64/definition.rb - templates/ubuntu-11.04-server-amd64/network-cleanup.sh - templates/ubuntu-11.04-server-amd64/nfs-client.sh - templates/ubuntu-11.04-server-amd64/preseed.cfg - templates/ubuntu-11.04-server-amd64/puppet.sh - templates/ubuntu-11.04-server-amd64/remove-build-essentials.sh - templates/ubuntu-11.04-server-amd64/ruby.sh - templates/ubuntu-11.04-server-amd64/ssh-keys.sh - templates/ubuntu-11.04-server-amd64/sudo.sh - templates/ubuntu-11.04-server-amd64/timestamp.sh - templates/ubuntu-11.04-server-amd64/vbox_additions.sh - templates/ubuntu-11.04-server-amd64/zero-disk.sh - templates/ubuntu-11.04-server-i386/definition.rb - templates/ubuntu-11.04-server-i386/postinstall.sh - templates/ubuntu-11.04-server-i386/preseed.cfg - templates/ubuntu-11.10-server-amd64-ishaya/definition.rb - templates/ubuntu-11.10-server-amd64-ishaya/postinstall.sh - templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg - templates/ubuntu-11.10-server-amd64-ruby192/definition.rb - templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh - templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg - templates/ubuntu-11.10-server-amd64-rvm/definition.rb - templates/ubuntu-11.10-server-amd64-rvm/postinstall.sh - templates/ubuntu-11.10-server-amd64-rvm/preseed.cfg - templates/ubuntu-11.10-server-amd64/definition.rb - templates/ubuntu-11.10-server-amd64/postinstall.sh - templates/ubuntu-11.10-server-amd64/preseed.cfg - templates/ubuntu-11.10-server-i386/definition.rb - templates/ubuntu-11.10-server-i386/postinstall.sh - templates/ubuntu-11.10-server-i386/preseed.cfg - templates/ubuntu-12.04-server-amd64-packages/definition.rb - templates/ubuntu-12.04-server-amd64-packages/postinstall.sh - templates/ubuntu-12.04-server-amd64-packages/preseed.cfg - templates/ubuntu-12.04-server-amd64/definition.rb - templates/ubuntu-12.04-server-amd64/postinstall.sh - templates/ubuntu-12.04-server-amd64/preseed.cfg - templates/ubuntu-8.04.4-server-amd64/definition.rb - templates/ubuntu-8.04.4-server-amd64/postinstall.sh - templates/ubuntu-8.04.4-server-amd64/preseed.cfg - templates/ubuntu-8.04.4-server-i386/definition.rb - templates/ubuntu-8.04.4-server-i386/postinstall.sh - templates/ubuntu-8.04.4-server-i386/preseed.cfg - templates/windows-2008R1-serverstandard-amd64/Autounattend.xml - templates/windows-2008R1-serverstandard-amd64/README.md - templates/windows-2008R1-serverstandard-amd64/cygwin-setup.exe - templates/windows-2008R1-serverstandard-amd64/definition.rb - templates/windows-2008R1-serverstandard-amd64/install-cygwin-sshd.bat - templates/windows-2008R1-serverstandard-amd64/install-guest-additions.bat - templates/windows-2008R1-serverstandard-amd64/install-winrm.bat - templates/windows-2008R1-serverstandard-amd64/oracle-cert.cer - templates/windows-2008R1-serverstandard-amd64/postinstall.sh - templates/windows-2008R1-serverstandard-amd64/sudo - templates/windows-2008R1-serverstandard-amd64/winrm.rb - templates/windows-2008R1-serverweb-amd64/Autounattend.xml - templates/windows-2008R1-serverweb-amd64/README.md - templates/windows-2008R1-serverweb-amd64/cygwin-setup.exe - templates/windows-2008R1-serverweb-amd64/definition.rb - templates/windows-2008R1-serverweb-amd64/install-cygwin-sshd.bat - templates/windows-2008R1-serverweb-amd64/install-guest-additions.bat - templates/windows-2008R1-serverweb-amd64/install-vbox-guest.bat - templates/windows-2008R1-serverweb-amd64/install-winrm.bat - templates/windows-2008R1-serverweb-amd64/oracle-cert.cer - templates/windows-2008R1-serverweb-amd64/postinstall.sh - templates/windows-2008R1-serverweb-amd64/sudo - templates/windows-2008R1-serverweb-amd64/winrm.rb - templates/windows-2008R1-serverweb-i386/Autounattend.xml - templates/windows-2008R1-serverweb-i386/README.md - templates/windows-2008R1-serverweb-i386/cygwin-setup.exe - templates/windows-2008R1-serverweb-i386/definition.rb - templates/windows-2008R1-serverweb-i386/install-cygwin-sshd.bat - templates/windows-2008R1-serverweb-i386/install-vbox-guest.bat - templates/windows-2008R1-serverweb-i386/install-winrm.bat - templates/windows-2008R1-serverweb-i386/oracle-cert.cer - templates/windows-2008R1-serverweb-i386/postinstall.sh - templates/windows-2008R1-serverweb-i386/sudo - templates/windows-2008R1-serverweb-i386/winrm.rb - templates/windows-2008R1-serverwebcore-amd64/Autounattend.xml - templates/windows-2008R1-serverwebcore-amd64/README.md - templates/windows-2008R1-serverwebcore-amd64/cygwin-setup.exe - templates/windows-2008R1-serverwebcore-amd64/definition.rb - templates/windows-2008R1-serverwebcore-amd64/install-cygwin-sshd.bat - templates/windows-2008R1-serverwebcore-amd64/install-vbox-guest.bat - templates/windows-2008R1-serverwebcore-amd64/install-winrm.bat - templates/windows-2008R1-serverwebcore-amd64/oracle-cert.cer - templates/windows-2008R1-serverwebcore-amd64/postinstall.sh - templates/windows-2008R1-serverwebcore-amd64/sudo - templates/windows-2008R1-serverwebcore-amd64/winrm.rb - templates/windows-2008R2-amd64/Autounattend.xml - templates/windows-2008R2-amd64/README.md - templates/windows-2008R2-amd64/cygwin-setup.exe - templates/windows-2008R2-amd64/definition.rb - templates/windows-2008R2-amd64/install-cygwin-sshd.bat - templates/windows-2008R2-amd64/install-winrm.bat - templates/windows-2008R2-amd64/oracle-cert.cer - templates/windows-2008R2-amd64/postinstall.sh - templates/windows-2008R2-amd64/win7/Autounattend.xml - templates/windows-2008R2-amd64/winrm.rb - templates/windows-2008R2-serverstandard-amd64/Autounattend.xml - templates/windows-2008R2-serverstandard-amd64/README.md - templates/windows-2008R2-serverstandard-amd64/definition.rb - templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat - templates/windows-2008R2-serverstandard-amd64/install-winrm.bat - templates/windows-2008R2-serverstandard-amd64/oracle-cert.cer - templates/windows-2008R2-serverstandard-amd64/postinstall.sh - templates/windows-2008R2-serverweb-amd64/Autounattend.xml - templates/windows-2008R2-serverweb-amd64/README.md - templates/windows-2008R2-serverweb-amd64/definition.rb - templates/windows-2008R2-serverweb-amd64/install-cygwin-sshd.bat - templates/windows-2008R2-serverweb-amd64/install-vbox-guest.bat - templates/windows-2008R2-serverweb-amd64/install-winrm.bat - templates/windows-2008R2-serverweb-amd64/oracle-cert.cer - templates/windows-2008R2-serverweb-amd64/postinstall.sh - templates/windows-2008R2-serverwebcore-amd64/Autounattend.xml - templates/windows-2008R2-serverwebcore-amd64/README.md - templates/windows-2008R2-serverwebcore-amd64/cygwin-setup.exe - templates/windows-2008R2-serverwebcore-amd64/definition.rb - templates/windows-2008R2-serverwebcore-amd64/install-cygwin-sshd.bat - templates/windows-2008R2-serverwebcore-amd64/install-vbox-guest.bat - templates/windows-2008R2-serverwebcore-amd64/install-winrm.bat - templates/windows-2008R2-serverwebcore-amd64/oracle-cert.cer - templates/windows-2008R2-serverwebcore-amd64/postinstall.sh - templates/windows-7-enterprise-amd64/Autounattend.xml - templates/windows-7-enterprise-amd64/README.md - templates/windows-7-enterprise-amd64/definition.rb - templates/windows-7-enterprise-amd64/install-cygwin-sshd.bat - templates/windows-7-enterprise-amd64/install-vbox-guest.bat - templates/windows-7-enterprise-amd64/install-winrm.bat - templates/windows-7-enterprise-amd64/oracle-cert.cer - templates/windows-7-enterprise-amd64/postinstall.sh - templates/windows-7-enterprise-i386/Autounattend.xml - templates/windows-7-enterprise-i386/README.md - templates/windows-7-enterprise-i386/definition.rb - templates/windows-7-enterprise-i386/install-cygwin-sshd.bat - templates/windows-7-enterprise-i386/install-winrm.bat - templates/windows-7-enterprise-i386/oracle-cert.cer - templates/windows-7-enterprise-i386/postinstall.sh - templates/windows-7-premium-amd64/Autounattend.xml - templates/windows-7-premium-amd64/README.md - templates/windows-7-premium-amd64/definition.rb - templates/windows-7-premium-amd64/install-chefclient.bat - templates/windows-7-premium-amd64/install-winrm.bat - templates/windows-7-premium-amd64/oracle-cert.cer - templates/windows-7-premium-amd64/postinstall.sh - templates/windows-7-premium-amd64/winrm.rb - templates/windows-7-professional-amd64/Autounattend.xml - templates/windows-7-professional-amd64/README.md - templates/windows-7-professional-amd64/definition.rb - templates/windows-7-professional-amd64/install-cygwin-sshd.bat - templates/windows-7-professional-amd64/install-winrm.bat - templates/windows-7-professional-amd64/oracle-cert.cer - templates/windows-7-professional-amd64/postinstall.sh - templates/windows-7-ultimate-amd64/Autounattend.xml - templates/windows-7-ultimate-amd64/README.md - templates/windows-7-ultimate-amd64/definition.rb - templates/windows-7-ultimate-amd64/install-cygwin-sshd.bat - templates/windows-7-ultimate-amd64/install-winrm.bat - templates/windows-7-ultimate-amd64/oracle-cert.cer - templates/windows-7-ultimate-amd64/postinstall.sh - templates/windows-7sp1-ultimate-amd64/Autounattend.xml - templates/windows-7sp1-ultimate-amd64/README.md - templates/windows-7sp1-ultimate-amd64/definition.rb - templates/windows-7sp1-ultimate-amd64/install-cygwin-sshd.bat - templates/windows-7sp1-ultimate-amd64/install-winrm.bat - templates/windows-7sp1-ultimate-amd64/oracle-cert.cer - templates/windows-7sp1-ultimate-amd64/postinstall.sh - templates/windows-8-preview-dev-amd64/Autounattend.xml - templates/windows-8-preview-dev-amd64/README.md - templates/windows-8-preview-dev-amd64/cygwin-setup.exe - templates/windows-8-preview-dev-amd64/definition.rb - templates/windows-8-preview-dev-amd64/install-cygwin-sshd.bat - templates/windows-8-preview-dev-amd64/install-winrm.bat - templates/windows-8-preview-dev-amd64/oracle-cert.cer - templates/windows-8-preview-dev-amd64/postinstall.sh - templates/windows-8-preview-dev-amd64/winrm.rb - test/build_realtest.rb - test/definition_test.rb - test/definitions/test_definition/_disabled_postinstall.sh - test/definitions/test_definition/autorun0 - test/definitions/test_definition/definition.rb - test/definitions/test_definition/enabled_postinstall.sh - test/environment_test.rb - validation/features/steps/ssh_steps.old - validation/features/steps/veewee_steps.rb - validation/support/env.rb - validation/vagrant-private.key - validation/vagrant.pub - validation/veewee.feature - veewee.gemspec homepage: http://github.com/jedi4ever/veewee/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 71648237759924019 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: veewee rubygems_version: 1.8.7 signing_key: specification_version: 3 summary: Vagrant box creation test_files: []