Win32ole ruby gem

hi All,
i am looking for win32ole gem to be installed on a linux
machine. I am not able to figure out from where would i get an win32ole
gem for linux.
gem install win32ole – fails
Any thoughts!!

Cheers

Shekar Ls wrote in post #1009552:

hi All,
i am looking for win32ole gem to be installed on a linux
machine. I am not able to figure out from where would i get an win32ole
gem for linux.
gem install win32ole – fails
Any thoughts!!

win32ole is OLE support for Windows and is built-in in Ruby 1.8.7 and
1.9.x.

As the name implies, it is Windows-specific, so is only available under
Windows as it uses win32 API.

If you want to communicate to remove COM objects you can take a look to
DCOM for Linux, but I believe there is no Ruby interface for it.


Luis L.