diff --git a/Gemfile b/Gemfile index 6a52b4421..fa4eb4a6e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source :gemcutter # Gems required for the lib to even run -gem "virtualbox", ">= 0.5.2" +gem "virtualbox", ">= 0.5.3" gem "net-ssh", ">= 2.0.19" gem "net-scp", ">= 1.0.2" gem "git-style-binaries", ">= 0.1.10" diff --git a/vagrant.gemspec b/vagrant.gemspec index 1204b2f65..4a2cd31a5 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Mitchell Hashimoto", "John Bender"] - s.date = %q{2010-03-15} + s.date = %q{2010-03-16} 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", "vagrant-box", "vagrant-down", "vagrant-halt", "vagrant-init", "vagrant-package", "vagrant-reload", "vagrant-resume", "vagrant-ssh", "vagrant-status", "vagrant-suspend", "vagrant-up"]