From 72fc77c920418f38c4b4fe25cc93b127aca31ff1 Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Tue, 29 Dec 2009 10:46:09 -0500 Subject: [PATCH] bumping version --- lib/rcov/version.rb | 4 ++-- rcov-java.gemspec | 4 ++-- rcov.gemspec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/rcov/version.rb b/lib/rcov/version.rb index 201b38d..fe93fa4 100644 --- a/lib/rcov/version.rb +++ b/lib/rcov/version.rb @@ -3,8 +3,8 @@ # See LICENSE for licensing information. module Rcov - VERSION = "0.9.7" - RELEASE_DATE = "2009-12-27" + VERSION = "0.9.7.1" + RELEASE_DATE = "2009-12-29" RCOVRT_ABI = [2,0,0] UPSTREAM_URL = "http://github.com/relevance/rcov" end diff --git a/rcov-java.gemspec b/rcov-java.gemspec index b29e88d..e9051a0 100644 --- a/rcov-java.gemspec +++ b/rcov-java.gemspec @@ -29,12 +29,12 @@ PKG_FILES = ["bin/rcov", "lib/rcov.rb", "lib/rcov/lowlevel.rb", "lib/rcov/versio Gem::Specification.new do |s| s.name = %q{rcov} - s.version = "0.9.7" + s.version = "0.9.7.1" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Relevance", "Chad Humphries (spicycode)", "Aaron Bedra (abedra)", "Jay McGaffigan", "Mauricio Fernandez"] s.cert_chain = nil - s.date = %q{2009-12-27} + s.date = %q{2009-12-29} s.default_executable = %q{rcov} s.description = %q{rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...} s.email = %q{opensource@thinkrelevance.com} diff --git a/rcov.gemspec b/rcov.gemspec index 8a30398..2300ef8 100644 --- a/rcov.gemspec +++ b/rcov.gemspec @@ -29,12 +29,12 @@ PKG_FILES = ["bin/rcov", "lib/rcov.rb", "lib/rcov/lowlevel.rb", "lib/rcov/versio Gem::Specification.new do |s| s.name = %q{rcov} - s.version = "0.9.7" + s.version = "0.9.7.1" s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version= s.authors = ["Relevance", "Chad Humphries (spicycode)", "Aaron Bedra (abedra)", "Jay McGaffigan", "Mauricio Fernandez"] s.cert_chain = nil - s.date = %q{2009-12-27} + s.date = %q{2009-12-29} s.default_executable = %q{rcov} s.description = %q{rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...} s.email = %q{opensource@thinkrelevance.com}