Last thing I tried was:

C:\eclipse\workspace>gem install -r text-format --rdoc
Attempting remote installation of 'text-format'
Successfully installed text-format-1.0.0
Installing RDoc documentation for text-format-1.0.0...
File not found: c:/ruby/lib/ruby/gems/1.8/doc/text-format-1.0.0/rdoc

WG

Wes Gamble wrote:
> Austin Ziegler wrote:
>> On 5/18/06, Wes Gamble <weyus / att.net> wrote:
>>> I can't find any documentation for Text::Format.
>>>
>>> Looks like the code is annotated - how I correctly use ri to view the
>>> documentation?
>> 
>> You won't find it in ri. The ri database is ... hard to update. If
>> you've installed by gem, run "gem_server" and view the documentation
>> there.
>> 
>> -austin
> 
> I also attempted to go directly into the root dir of the gem and run the 
> rake task myself to generate the doc but was unable to get it to work.
> 
> C:\ruby\lib\ruby\gems\1.8\gems\text-format-1.0.0>rake docs
> (in C:/ruby/lib/ruby/gems/1.8/gems/text-format-1.0.0)
> rake aborted!
> no such file to load -- archive/tar/minitar
> C:/ruby/lib/ruby/gems/1.8/gems/text-format-1.0.0/rakefile:7
> (See full trace by running task with --trace)
> 
> Thanks,
> Wes


-- 
Posted via http://www.ruby-forum.com/.