This commit is contained in:
Mitchell Hashimoto 2010-09-27 11:03:54 -07:00
parent e4ecbdb83e
commit 9040a53e27
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant (0.6.0.dev) vagrant (0.6.0)
archive-tar-minitar (= 0.5.2) archive-tar-minitar (= 0.5.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4.1) i18n (~> 0.4.1)
@ -16,7 +16,7 @@ PATH
mario (~> 0.0.6) mario (~> 0.0.6)
net-scp (~> 1.0.3) net-scp (~> 1.0.3)
net-ssh (~> 2.0.23) net-ssh (~> 2.0.23)
thor (~> 0.14.1) thor (~> 0.14.2)
virtualbox (~> 0.7.3) virtualbox (~> 0.7.3)
GEM GEM

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant, # This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of # since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v` # the version for `vagrant -v`
VERSION = "0.6.0.dev" VERSION = "0.6.0"
end end

View File

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "net-ssh", "~> 2.0.23" s.add_dependency "net-ssh", "~> 2.0.23"
s.add_dependency "net-scp", "~> 1.0.3" s.add_dependency "net-scp", "~> 1.0.3"
s.add_dependency "i18n", "~> 0.4.1" s.add_dependency "i18n", "~> 0.4.1"
s.add_dependency "thor", "~> 0.14.1" s.add_dependency "thor", "~> 0.14.2"
s.add_dependency "virtualbox", "~> 0.7.3" s.add_dependency "virtualbox", "~> 0.7.3"
s.add_development_dependency "rake" s.add_development_dependency "rake"