FileMagic Library Binding

VERSION

This documentation refers to filemagic version 0.2.1

DESCRIPTION

Revised version

September 12, 2008 Jens Wille <[email protected]>

Similar to Ricardo I wanted this project to make some progress. My needs went a bit farther than his, though ;-) Enjoy anyway!

Install the gem from github:

sudo gem install blackwinter-ruby-filemagic --source http://gems.github.com

Original package

July 28, 2003 Travis Whitton <[email protected]>

This is one of my first ruby bindings, so suggestions are welcome. See filemagic.rd and test.rb for usage.

to install, run these commands:

ruby extconf.rb
make
su
make install

the file(1) library and headers are required. I have file 0.4.3.

Enjoy! Travis

AUTHORS

COPYING

The filemagic extension library is copywrited free software by Travis Whitton <[email protected]>. 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.