forked from pophealth/win-installer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrcov-0.9.11.gemspec
31 lines (27 loc) · 1.46 KB
/
rcov-0.9.11.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rcov}
s.version = "0.9.11"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Relevance", "Chad Humphries (spicycode)", "Aaron Bedra (abedra)", "Jay McGaffigan(hooligan495)", "Mauricio Fernandez"]
s.cert_chain = nil
s.date = %q{2009-12-29}
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]}
s.executables = ["rcov"]
s.extensions = ["ext/rcovrt/extconf.rb"]
s.files = ["bin/rcov", "ext/rcovrt/extconf.rb"]
s.homepage = %q{http://github.com/relevance/rcov}
s.rdoc_options = ["--title", "rcov code coverage tool"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new("> 0.0.0")
s.rubygems_version = %q{1.7.2}
s.summary = %q{Code coverage analysis tool for Ruby}
if s.respond_to? :specification_version then
s.specification_version = 1
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end