On Friday, December 12, 2003, 7:35:53 PM, Dmitry wrote:
> On Friday 12 December 2003 14:25, Gavin Sinclair wrote:
>> On Friday, December 12, 2003, 5:46:47 PM, Dmitry wrote:
> 8-<
>> > I spent 10 minutes while trying to find where can I download
>> > a tar.ball, maybe that's just me so stupid, but anyway I don't think that
>> > this link will be misplaced.
>>
>> The thought had occured to me to put a link in there, so I might as
>> well cater for people who have just woken up :)
> Thank you for understanding :-)
No worries, I know how it feels :)
>> I've just had an idea. When you get this email, or 15 minutes later,
>> check the releases at rubyforge.org/projects/stdlib-doc :)
> The way you did that is quite nice. I didn't know about 'rake upload', that's
> why
> I proposed adding files to rubyforge.
It's not a built-in. My hand-coded "upload" task uses Net::FTP to
upload the files. The task has a dependency on :package (which builds
the archive files), which in turn depends on "gendoc", which generates
the documentation! Rake was a great investment of time. My Rakefile
also generates the RDoc for the stdlib-doc source code and uploads it
to RubyForge. Too easy.
> Thank you for a quick response, Gavin! I think that job you and others do
> documenting ruby is very important for whole community. Keep it up! :)
Thanks for the comment.
> P.S. sorry for my english :)
I didn't notice anything to apologise for :)
Cheers,
Gavin
|