This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
forked from blackwinter/ruby-filemagic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
76 lines (45 loc) · 1.65 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
= FileMagic Library Binding
== VERSION
This documentation refers to filemagic version 0.4.2
== DESCRIPTION
=== Revised version
September 12, 2008 Jens Wille <[email protected]>
Similar to Ricardo[http://github.com/ricardochimal/ruby-filemagic]
I wanted this project to make some progress. My needs went a bit
farther than his, though ;-) Enjoy anyway!
Install the gem:
sudo gem install ruby-filemagic
=== 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
== LINKS
<b></b>
Homepage:: <http://grub.ath.cx/filemagic/>
Documentation:: <http://ruby-filemagic.rubyforge.org/>
Source code:: <http://github.com/blackwinter/ruby-filemagic>
Rubyforge project:: <http://rubyforge.org/projects/ruby-filemagic>
== AUTHORS
* Travis Whitton <mailto:[email protected]> (Original author)
* Jens Wille <mailto:[email protected]>
== CREDITS
* Martin Carpenter <mailto:[email protected]> for Ruby 1.9.2 compatibility
and other improvements.
== 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.