Prefer rb_funcall2() over rb_funcall().
[ruby-vorbistagger.git] / README
1 = ruby-vorbistagger
2
3 ruby-vorbistagger provides a read-write interface to tags used in
4 Ogg Vorbis files (known as vorbiscomments).
5
6 ruby-vorbistagger is maintained by:
7
8 :include: AUTHORS
9
10 == License
11
12 ruby-vorbistagger is available under the GNU LGPL.
13
14 == Dependencies
15
16 ruby-vorbistagger depends on Rake[http://rake.rubyforge.org] 0.5.0
17 or greater and libvorbis[http://vorbis.com].
18
19 == Installation
20
21 Run "rake install" to install ruby-vorbistagger.