Update gemspec to have the latest logger files

This commit is contained in:
Mitchell Hashimoto 2010-05-20 20:56:50 -07:00
parent 3cef90cfb9
commit 16577208d2
1 changed files with 0 additions and 3 deletions

View File

@ -91,7 +91,6 @@ Gem::Specification.new do |s|
"lib/vagrant/ssh.rb", "lib/vagrant/ssh.rb",
"lib/vagrant/systems/base.rb", "lib/vagrant/systems/base.rb",
"lib/vagrant/systems/linux.rb", "lib/vagrant/systems/linux.rb",
"lib/vagrant/util.rb",
"lib/vagrant/util/error_helper.rb", "lib/vagrant/util/error_helper.rb",
"lib/vagrant/util/glob_loader.rb", "lib/vagrant/util/glob_loader.rb",
"lib/vagrant/util/output_helper.rb", "lib/vagrant/util/output_helper.rb",
@ -174,7 +173,6 @@ Gem::Specification.new do |s|
"test/vagrant/util/stacked_proc_runner_test.rb", "test/vagrant/util/stacked_proc_runner_test.rb",
"test/vagrant/util/template_renderer_test.rb", "test/vagrant/util/template_renderer_test.rb",
"test/vagrant/util/translator_test.rb", "test/vagrant/util/translator_test.rb",
"test/vagrant/util_test.rb",
"test/vagrant/vm_test.rb", "test/vagrant/vm_test.rb",
"vagrant.gemspec" "vagrant.gemspec"
] ]
@ -188,7 +186,6 @@ Gem::Specification.new do |s|
"test/vagrant/vm_test.rb", "test/vagrant/vm_test.rb",
"test/vagrant/command_test.rb", "test/vagrant/command_test.rb",
"test/vagrant/environment_test.rb", "test/vagrant/environment_test.rb",
"test/vagrant/util_test.rb",
"test/vagrant/box_test.rb", "test/vagrant/box_test.rb",
"test/vagrant/busy_test.rb", "test/vagrant/busy_test.rb",
"test/vagrant/provisioners/base_test.rb", "test/vagrant/provisioners/base_test.rb",