From 73d0486c94475d004db64f1c862cd35f7e9c24b4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Mar 2010 11:55:17 -0700 Subject: [PATCH] v0.2.0 - Lots of changes. Read http://vagrantup.com/docs/changes/changes_01x_02x.html --- vagrant.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index 2bea14845..7b10b415c 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -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.}