From 7a03448aa8b7d8ea96f57ad665114259cb3d6693 Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Fri, 8 Apr 2011 00:02:06 -0400 Subject: [PATCH] Version bump to 0.1.2. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a5e185a..5f487b9 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "capistrano-cowboy" - gem.version = "0.1.1" + gem.version = "0.1.2" gem.summary = %Q{Deploy like a cowboy} gem.description = %Q{capistrano-cowboy let's you deploy without having to commit to version control. While dangerous, this can be incredibly useful for testing the ops-related parts of a deploy} gem.email = "jesse@railsmachine.com"