How to create a Windows Service using Ruby?

Dear all,

I am a novice to Ruby. My first challenge is to develop a Windows
Service in Ruby. I am unable to find a way to do so yet. Any of you who
can help me regarding this will be highly appreciated.

Zubair Younas.

Zubair Younas wrote:

I am a novice to Ruby. My first challenge is to develop a Windows
Service in Ruby. I am unable to find a way to do so yet. Any of you who
can help me regarding this will be highly appreciated.

You might want win32-service:
http://rubyforge.org/docman/view.php/85/29/service.txt
http://rubyforge.org/frs/?group_id=85&release_id=1918

Cheers,
Dave