Ruby script to EXE

Hi ,
Is there any other utility to create EXE out of Ruby scripts other
than RubyScript2EXE.rb?
I think RubyScript2EXE.rb is too buggy. in couple of weeks 3-4 times
the generated EXE is producing different result than original script
on same machine.
In one case when i extracted the files & compare it one of the
application’s rb file was changed. from "if else " condition only the
else part was there.
Does it suppose to change the application rb file?

Thanks for any help regarding this

Thanks,
Vinod

On 2/15/07, vinod [email protected] wrote:

Hi ,
Is there any other utility to create EXE out of Ruby scripts other
than RubyScript2EXE.rb?

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/78422

Harry

Harry,
exerb work’s very well with me.
Take a look in the file example/runtime.exy to learn how to set all
the configurations.

cheers

Hi,

Thanks Guys!
i downloaded the latest version of EXERB & installe it
but whenever i run
ruby -r exerb/mkrbc init.rb
Getting following error
ruby: no such file to load – exerb/mkrbc (LoadError)

Thanks,
Vinod

Hi.

The project’s Website provide English information.
http://exerb.sourceforge.jp/index.en.html

ML in English is also available.
http://lists.sourceforge.jp/mailman/listinfo/exerb-english/

Regards;
Tomonori Satoh

vinod escreveu:

Hi ,
Is there any other utility to create EXE out of Ruby scripts other
than RubyScript2EXE.rb?
I think RubyScript2EXE.rb is too buggy. in couple of weeks 3-4 times
the generated EXE is producing different result than original script
on same machine.

Can you post the minimum script.rb that shows that bug?
When you do that, post the pertinent version(s) for Ruby and
RubyScript2EXE.rb.