Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Dec 29, 2009
1 parent 83ba01e commit 72fc77c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/rcov/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions rcov-java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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{[email protected]}
Expand Down
4 changes: 2 additions & 2 deletions rcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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{[email protected]}
Expand Down

0 comments on commit 72fc77c

Please sign in to comment.