public
Description: Ruby FileMagic Library Bindings
Homepage:
Clone URL: git://github.com/ricardochimal/ruby-filemagic.git
name age message
file AUTHORS Fri Jun 27 23:19:54 -0700 2008 imported ruby filemagic [ricardochimal]
file CHANGELOG Mon Sep 14 11:07:34 -0700 2009 ruby 1.9 compatability thanks to red-agent [ricardochimal]
file README Sat Jun 28 00:13:20 -0700 2008 updated README [ricardochimal]
file TODO Fri Jun 27 23:19:54 -0700 2008 imported ruby filemagic [ricardochimal]
file extconf.rb Fri Jun 27 23:19:54 -0700 2008 imported ruby filemagic [ricardochimal]
file filemagic.c Mon Sep 14 11:07:34 -0700 2009 ruby 1.9 compatability thanks to red-agent [ricardochimal]
file filemagic.rd Fri Jun 27 23:19:54 -0700 2008 imported ruby filemagic [ricardochimal]
file ruby-filemagic.gemspec Mon Sep 14 11:07:34 -0700 2009 ruby 1.9 compatability thanks to red-agent [ricardochimal]
directory test/ Fri Jun 27 23:19:54 -0700 2008 imported ruby filemagic [ricardochimal]
README
FileMagic Library Binding

June 27, 2008 Ricardo Chimal, Jr. <ricardo@heroku.com>

  I needed a packaged gem version of this ruby binding so I stuck it in github and created a gemspec.  Enjoy.  


July 28, 2003 Travis Whitton <whitton@atlantic.net>

  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

[Copying]
The filemagic extension library is copywrited free software by Travis Whitton
<whitton@atlantic.net>. 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.