Hi everyone,
The fourth release of id3lib-ruby features a Windows binary gem, which means that installing on Windows now is a piece of cake!
Get it through RubyGems or from:
http://id3lib-ruby.rubyforge.org/
Thanks go to Mauricio Fernandez for his article on how to cross-compile Ruby extensions and to Curt Hibbs for his installer of a mingw-based Ruby. Thanks guys
== Changes
* Added generation of mswin32 binary gem. This means that
installing on Windows is a piece of cake. No dependencies, no
compiling, just a gem installation.
* Changed Info.frame to use hash access instead of find -> faster.
== Description
id3lib-ruby provides a Ruby interface to the id3lib C++ library for
easily editing ID3 tags (v1 and v2) like with pyid3lib.
Cheers,
Robin Stocker