forked from relevance/rcov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
30 lines (21 loc) · 1002 Bytes
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.8.1.5
=============================
- --spec-only works on the current rspec (1.1.10+)
0.8.1.4
=============================
- Fixed problem in gemspec that was including non existant file
Rcov with segfault bug patched
==============================
Many people are having this problem when using rcov and rspec:
[http://rspec.lighthouseapp.com/projects/5645/tickets/309-fix-for-rcov-segfault-2][rcov-segfault]
Fortunately a good guy wrote a patch:
[http://tomcopeland.blogs.com/juniordeveloper/2008/08/rcov-crashing-w.html][patch]
And now we have a rcov gem with that patch:
$ gem sources -a http://gems.github.com (you only have to do this once)
$ sudo gem install mergulhao-rcov
Hope this helps someone.
Sylvestre Mergulhao
[http://mergulhao.info][minfo]
[rcov-segfault]: http://rspec.lighthouseapp.com/projects/5645/tickets/309-fix-for-rcov-segfault-2
[patch]: http://tomcopeland.blogs.com/juniordeveloper/2008/08/rcov-crashing-w.html
[minfo]: http://mergulhao.info