rcov 0.8.0.0-mswin32 → 0.8.0.1-mswin32

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 (4) hide show
  1. data/BLURB +1 -1
  2. data/Rakefile +1 -1
  3. data/lib/rcovrt.so +0 -0
  4. metadata +1 -1
data/BLURB CHANGED
@@ -2,7 +2,7 @@
2
2
  Source code, additional information, screenshots... available at
3
3
  http://eigenclass.org/hiki.rb?rcov
4
4
  Release information:
5
- http://eigenclass.org/hiki.rb?rcov+0.8.0
5
+ http://eigenclass.org/hiki.rb?rcov-0.8.0
6
6
 
7
7
  If you're on win32, you can also find a pre-built rcovrt.so (which makes
8
8
  code coverage analysis >100 times faster) in the above-mentioned pages.
data/Rakefile CHANGED
@@ -87,7 +87,7 @@ Rake::RDocTask.new("rdoc") { |rdoc|
87
87
 
88
88
  require 'rcov/version'
89
89
 
90
- PKG_REVISION = ".0"
90
+ PKG_REVISION = ".1"
91
91
  PKG_FILES = FileList[
92
92
  "bin/rcov",
93
93
  "lib/**/*.rb",
data/lib/rcovrt.so CHANGED
Binary file
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: rcov
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.8.0.0
6
+ version: 0.8.0.1
7
7
  date: 2007-02-28 00:00:00 +01:00
8
8
  summary: Code coverage analysis tool for Ruby
9
9
  require_paths: