From db288cf2d54c03548068f14ff38456b06ae6bd58 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Mar 2010 08:58:21 -0800 Subject: [PATCH] Bumped gemspec to 0.1.4.pre. --- vagrant.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index fabc82eb6..eb3ec54c7 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{vagrant} - s.version = "0.1.3" + s.version = "0.1.4.pre" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Mitchell Hashimoto", "John Bender"] - s.date = %q{2010-03-08} + s.date = %q{2010-03-09} 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"] s.executables = ["vagrant", "vagrant-box", "vagrant-down", "vagrant-halt", "vagrant-init", "vagrant-package", "vagrant-reload", "vagrant-resume", "vagrant-ssh", "vagrant-suspend", "vagrant-up"]