Metadata


Name
simplecov
Version
0.4.0
Platform
ruby
Authors
Christoph Olszowka
Bindir
bin
Date
2011-02-09 00:00:00 UTC
Dependencies
simplecov-html (~> 0.4.0)
shoulda (= 2.10.3, development)
rspec (~> 2.0.0, development)
Description
Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites
Email
christoph at olszowka de
Files
.document
.gitignore
.rvmrc
Gemfile
Gemfile.lock
LICENSE
README.rdoc
Rakefile
lib/simplecov.rb
lib/simplecov/adapters.rb
lib/simplecov/command_guesser.rb
lib/simplecov/configuration.rb
lib/simplecov/filter.rb
lib/simplecov/formatter.rb
lib/simplecov/formatter/simple_formatter.rb
lib/simplecov/jruby_float_fix.rb
lib/simplecov/merge_helpers.rb
lib/simplecov/result.rb
lib/simplecov/result_merger.rb
lib/simplecov/source_file.rb
lib/simplecov/version.rb
simplecov.gemspec
test/fixtures/app/controllers/sample_controller.rb
test/fixtures/app/models/user.rb
test/fixtures/frameworks/rspec_bad.rb
test/fixtures/frameworks/rspec_good.rb
test/fixtures/frameworks/testunit_bad.rb
test/fixtures/frameworks/testunit_good.rb
test/fixtures/resultset1.rb
test/fixtures/resultset2.rb
test/fixtures/sample.rb
test/helper.rb
test/shoulda_macros.rb
test/test_1_8_fallbacks.rb
test/test_command_guesser.rb
test/test_filters.rb
test/test_merge_helpers.rb
test/test_result.rb
test/test_return_codes.rb
test/test_source_file.rb
test/test_source_file_line.rb
Has rdoc
true
Homepage
http://github.com/colszowka/simplecov
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubyforge project
simplecov
Rubygems version
1.3.7
Specification version
3
Summary
Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites
Test files
test/fixtures/app/controllers/sample_controller.rb
test/fixtures/app/models/user.rb
test/fixtures/frameworks/rspec_bad.rb
test/fixtures/frameworks/rspec_good.rb
test/fixtures/frameworks/testunit_bad.rb
test/fixtures/frameworks/testunit_good.rb
test/fixtures/resultset1.rb
test/fixtures/resultset2.rb
test/fixtures/sample.rb
test/helper.rb
test/shoulda_macros.rb
test/test_1_8_fallbacks.rb
test/test_command_guesser.rb
test/test_filters.rb
test/test_merge_helpers.rb
test/test_result.rb
test/test_return_codes.rb
test/test_source_file.rb
test/test_source_file_line.rb
Original platform
ruby
New platform
ruby