Use simplecov instead of rcov for ruby 1.9 compatibilty. - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 74454c48c96600bf438af7b62117e46b2c8d12e0
 (DIR) parent 286b96ea8b45f001cc5099ad7307ab7270e1ae28
 (HTM) Author: Dieter Komendera <dieter@komendera.com>
       Date:   Tue, 31 Jan 2012 11:21:24 +0100
       
       Use simplecov instead of rcov for ruby 1.9 compatibilty.
       
       Diffstat:
         M Gemfile                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Gemfile b/Gemfile
       @@ -12,7 +12,7 @@ gem 'tzinfo',                         '>= 0.3.0'
        
        gem 'rake',       '>= 0.8.7'
        gem 'rspec',      '~> 1.3.0'
       -gem 'rcov',       '>= 0.8.1'
       +gem 'simplecov'
        gem 'excellent',  '>= 1.5.4'
        gem 'yard',       '>= 0.4.0'
        gem 'yard-rspec', '>= 0.1.0'