From 87b826eaf6a2efcae86b230c8e67d6c2c9a615ca Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Fri, 24 Sep 2010 15:20:36 -0300 Subject: [PATCH] Bump VERSION. --- cutest.gemspec | 2 +- lib/cutest.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cutest.gemspec b/cutest.gemspec index 62e6477..7ff4c69 100644 --- a/cutest.gemspec +++ b/cutest.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "cutest" - s.version = "0.1.2" + s.version = "0.1.3" s.summary = "Forking tests." s.description = "Run tests in separate processes to avoid shared state." s.authors = ["Damian Janowski", "Michel Martens"] diff --git a/lib/cutest.rb b/lib/cutest.rb index d9955db..3c3b11b 100644 --- a/lib/cutest.rb +++ b/lib/cutest.rb @@ -1,7 +1,7 @@ require "batch" class Cutest < Batch - VERSION = "0.1.2" + VERSION = "0.1.3" def report_error(_, error) $stderr.puts "#{error}\n"