Rbbr and ruby-gnome doc

Hi,

i have the problem, that rbbr (version 0.6.0) cant render the ruby gnome
api documentation. In the api doc package, in the pathes of the files
“::” is substituded with “%a3”. On modern systems which are UTF-8 based
this does not work.

To fix this just run this smal program in the doc directory:

require ‘fileutils’

Dir["*"].each do |ifile|
ofile = ifile.gsub(’%3A’, ‘:’)
FileUtils.mv ifile, ofile if ifile != ofile
end

I think the doc package should be fixed in this way.

Cheers
detlef