This commit is contained in:
Mitchell Hashimoto 2010-03-16 11:55:17 -07:00
parent a68b8aaeae
commit 73d0486c94

View File

@ -5,9 +5,9 @@
Gem::Specification.new do |s|
s.name = %q{vagrant}
s.version = "0.2.0.pre"
s.version = "0.2.0"
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.date = %q{2010-03-16}
s.description = %q{Vagrant is a tool for building and distributing virtualized development environments.}