
        Win32OLE Extension Library

        Jan. 10, 2002 M.Suketa (masaki.suketa@nifty.ne.jp)

Win32OLE extension library provides an interface to OLE Automation from Ruby.

[Files]
win32ole/README : this file.
win32ole/README.sjis : README file written in Japanese
win32ole/doc : includes win32ole document files
win32ole/sample : In this folder, there are some sample ruby scripts 
                  using Win32OLE extension library.

[How to install]
1. unzip win32ole-x.x.x.zip
2. ruby extconf.rb
3. make (or nmake)
4. make install (or nmake install)

[Copying]
Win32OLE extension library is copyrighted free software by Masaki
Suketa <masaki.suketa@nifty.ne.jp>. 
You can redistribute it under the terms specified in the COPYING file
of the Ruby distribution.

[WARRANTY]
  THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  PURPOSE.
