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.
@@ -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
@@ -3,7 +3,7 @@
3
3
  # See LEGAL and LICENSE for licensing information.
4
4
 
5
5
  module Rcov
6
- VERSION = "0.8.3.4"
6
+ VERSION = "0.8.3.5"
7
7
  RELEASE_DATE = "2009-06-2"
8
8
  RCOVRT_ABI = [2,0,0]
9
9
  UPSTREAM_URL = "http://github.com/relevance/rcov"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relevance-rcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3.4
4
+ version: 0.8.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Relevance