relevance-rcov 0.8.3.5 → 0.8.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/rcov/version.rb +1 -1
  2. metadata +2 -2
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.5"
6
+ VERSION = "0.8.3.6"
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.5
4
+ version: 0.8.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Relevance
@@ -76,7 +76,7 @@ homepage: http://github.com/relevance/rcov
76
76
  post_install_message:
77
77
  rdoc_options:
78
78
  - --main
79
- - readme_for_api
79
+ - doc/readme_for_api
80
80
  - --title
81
81
  - rcov code coverage tool
82
82
  require_paths: