relevance-rcov 0.8.3.4 → 0.8.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rcov/formatters/base_formatter.rb +0 -1
- data/lib/rcov/version.rb +1 -1
- metadata +1 -1
@@ -2,7 +2,6 @@ module Rcov
|
|
2
2
|
|
3
3
|
class BaseFormatter # :nodoc:
|
4
4
|
require 'pathname'
|
5
|
-
require 'mkmf'
|
6
5
|
ignore_files = [/\A#{Regexp.escape(Pathname.new(::Config::CONFIG['libdir']).cleanpath.to_s)}/, /\btc_[^.]*.rb/, /_test\.rb\z/, /\btest\//, /\bvendor\//, /\A#{Regexp.escape(__FILE__)}\z/]
|
7
6
|
|
8
7
|
DEFAULT_OPTS = {:ignore => ignore_files, :sort => :name, :sort_reverse => false,
|
data/lib/rcov/version.rb
CHANGED