relevance-rcov 0.8.3.5 → 0.8.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rcov/version.rb +1 -1
- metadata +2 -2
data/lib/rcov/version.rb
CHANGED
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
|
+
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:
|