public
Rubygem
Fork of spicycode/rcov
Description: A fork of spicycode's rcov repo. I am integrating rcov4j extension.
Homepage:
Clone URL: git://github.com/hooligan495/rcov.git
rcov /
name age message
file .gitignore Loading commit data...
file BLURB Mon Nov 19 03:00:45 -0800 2007 lib/rcov/version.rb, BLURB: bumped version to 0... [mfp]
file CHANGES Thu Nov 22 02:52:35 -0800 2007 CHANGES, THANKS: updated. darcs-hash:200711221... [mfp]
file LEGAL Sat Jan 26 07:32:11 -0800 2008 bin/rcov, lib/rcov/report.rb, xx.rb: get rid of... [mfp]
file LICENSE Sat Feb 25 01:42:52 -0800 2006 bin/rcov: Moved xx to rcov's DATA area. Updated... [mfp]
file README Sun Aug 31 17:10:59 -0700 2008 One more time on README [mergulhao]
file README.API Sun May 28 12:09:09 -0700 2006 Rakefile, README.API, README.rant: added RDoc d... [mfp]
file README.emacs Sun Dec 17 00:41:34 -0800 2006 update README.emacs darcs-hash:20061217084134-... [rubikitch]
file README.en Mon Jun 05 13:37:18 -0700 2006 README.en, BLURB: added references to --text-co... [mfp]
file README.rake Thu May 18 16:58:24 -0700 2006 lib/rcov.rb (SourceFile): renamed to FileStatis... [mfp]
file README.rant
file README.vim Sun Jun 11 01:19:29 -0700 2006 README.vim, Rakefile, Rantfile: format README.v... [mfp]
file Rakefile
file Rantfile
file THANKS Thu Nov 22 02:52:35 -0800 2007 CHANGES, THANKS: updated. darcs-hash:200711221... [mfp]
directory bin/
directory ext/
directory lib/ Sun Aug 31 06:06:51 -0700 2008 adding this with the new version [Jay McGaffigan]
file rcov-jruby.gemspec
file rcov.el Sun Dec 17 00:40:40 -0800 2006 rcov.el: added provide darcs-hash:200612170840... [rubikitch]
file rcov.gemspec
file rcov.vim Sat Jun 10 03:49:28 -0700 2006 rcov.vim, README.vim, CHANGES: vim support for ... [mfp]
file setup.rb Wed Jul 30 12:52:53 -0700 2008 update to Rake for suporting gems [Jay McGaffigan]
directory test/ Sun Aug 31 05:51:42 -0700 2008 Updates to fix the callsite comparison tests. [Jay McGaffigan]
Rcov with segfault bug patched
==============================

Many people are having this problem when using rcov and rspec:   
[http://rspec.lighthouseapp.com/projects/5645/tickets/309-fix-for-rcov-segfault-2][rcov-segfault]

Fortunately a good guy wrote a patch:   
[http://tomcopeland.blogs.com/juniordeveloper/2008/08/rcov-crashing-w.html][patch]

And now we have a rcov gem with that patch:

    $ gem sources -a http://gems.github.com (you only have to do this once)  
    $ sudo gem install mergulhao-rcov

Hope this helps someone.

Sylvestre Mergulhao    
[http://mergulhao.info][minfo]

[rcov-segfault]: http://rspec.lighthouseapp.com/projects/5645/tickets/309-fix-for-rcov-segfault-2
[patch]: http://tomcopeland.blogs.com/juniordeveloper/2008/08/rcov-crashing-w.html
[minfo]: http://mergulhao.info