v0.3.4 - Fixes critical bug with SSH key permissions

This commit is contained in:
Mitchell Hashimoto 2010-05-21 20:47:43 -07:00
parent 8237a9d4ec
commit 9297027792
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.3.3
0.3.4

View File

@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{vagrant}
s.version = "0.3.3"
s.version = "0.3.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mitchell Hashimoto", "John Bender"]
s.date = %q{2010-05-13}
s.date = %q{2010-05-21}
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"]