igrigorik / bugspots

Implementation of simple bug prediction hotspot heuristic

Home Page:http://google-engtools.blogspot.com/2011/12/bug-prediction-at-google.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rainbow related errors when run with ruby 2.0.0p451

euccas opened this issue · comments

Seeing an error when run bugspots on ruby 2.0.0p451

*** LOCAL GEMS ***
bugspots (0.1.2)
rainbow (2.0.0)
rake (0.9.6)
...

bin$ bugspots demo
/Library/Ruby/Gems/2.0.0/gems/bugspots-0.1.2/bin/bugspots:47:in <top (required)>': undefined methodforeground' for "Scanning demo repo":String (NoMethodError)
from /usr/bin/bugspots:23:in load' from /usr/bin/bugspots:23:in

'

Released 0.2.0, which should fix this (and other problems). Give it a try.

It works well now. Tested through ruby 2.1.1p76 and 2.0.0p481. Thanks.