relevance-rcov 0.8.4 → 0.8.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/rcov +2 -1
  2. data/lib/rcov/version.rb +1 -1
  3. metadata +1 -1
data/bin/rcov CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # -*- coding: iso-8859-1 -*-
2
3
  # rcov Copyright (c) 2004-2006 Mauricio Fernandez <mfp@acm.org>
3
4
  #
4
5
  # rcov originally based on
@@ -454,7 +455,7 @@ EOF
454
455
  end
455
456
  exit
456
457
  end
457
- if formatters.all?{|formatter| formatter.sorted_file_pairs.empty? }
458
+ if !formatters.empty? and formatters.all?{|formatter| formatter.sorted_file_pairs.empty? }
458
459
  require 'pp'
459
460
  $stderr.puts <<-EOF
460
461
 
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.4"
6
+ VERSION = "0.8.4.1"
7
7
  RELEASE_DATE = "2009-07-31"
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.4
4
+ version: 0.8.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Relevance