Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if I try to
use it with latst version of rdoc (2.4.3):
$ rdoc --help
/usr/bin/rdoc:19:in `load': Is a directory -
/usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc (Errno::EISDIR)
from /usr/bin/rdoc:19:in `<main>'
···
--
Iñaki Baz Castillo <ibc@aliax.net>
RDoc 2.4.3 ships with the latest Darkfish.
This is a bug in ruby 1.9 that has been fixed in trunk.
···
On Apr 4, 2009, at 04:28, Iñaki Baz Castillo wrote:
Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if I try to
use it with latst version of rdoc (2.4.3):
$ rdoc --help
/usr/bin/rdoc:19:in `load': Is a directory -
/usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc (Errno::EISDIR)
from /usr/bin/rdoc:19:in `<main>'
Thanks. When you mean the trunk version I assume that is not the
version for download in:
http://www.ruby-lang.org/en/news/2009/01/30/ruby-1-9-1-released/
Any idea of when a new 1.9.X release will take place?
Thanks a lot.
···
2009/4/6 Eric Hodel <drbrain@segment7.net>:
On Apr 4, 2009, at 04:28, Iñaki Baz Castillo wrote:
Hi, I can use darkfish (1.1.5) with rdoc (2.4.2) but get an error if I try
to
use it with latst version of rdoc (2.4.3):
$ rdoc --help
/usr/bin/rdoc:19:in `load': Is a directory -
/usr/lib/ruby/gems/1.9.1/gems/darkfish-rdoc-1.1.5/lib/rdoc (Errno::EISDIR)
from /usr/bin/rdoc:19:in `<main>'
RDoc 2.4.3 ships with the latest Darkfish.
This is a bug in ruby 1.9 that has been fixed in trunk.
--
Iñaki Baz Castillo
<ibc@aliax.net>