v0.3.1 - Small bug fixes, very minor enhancements.

This commit is contained in:
Mitchell Hashimoto 2010-04-21 17:07:39 -07:00
parent 83ca0b5c92
commit e6c148321c
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{vagrant} s.name = %q{vagrant}
s.version = "0.3.1.pre" s.version = "0.3.1"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mitchell Hashimoto", "John Bender"] s.authors = ["Mitchell Hashimoto", "John Bender"]
s.date = %q{2010-04-21} s.date = %q{2010-04-21}
s.default_executable = %q{vagrant} s.default_executable = %q{vagrant}