Commit graph

4 commits

Author SHA1 Message Date
taca
d48b56009a Update ruby-taglib to 0.6.0.
## 0.6.0 (2013-04-26)

* Add support for TagLib::MP4 (#3, by @jacobvosmaer)
* Add support for TagLib::ID3v2::Header (#19, by @kaethorn)
* Support saving ID3v2.3 with TagLib::MPEG::File#save (#17)
  *  Note that this requires at least TagLib 1.8, and due to 1.8.0
     having an incorrect version number in the headers, it currently
     requires master. See issue #17 for details.
* Fix segfault when passing a non-String to a String argument
* Documentation updates
2013-09-11 15:11:33 +00:00
taca
57c03df19e Update ruby-taglib to 0.5.2.
Changes in Releases of taglib-ruby
==================================

## 0.5.2 (2012-10-06)

* Fix memory bug with TagLib::MPEG::File#tag and TagLib::FLAC::File#tag
  which could cause crashes (#14)
* Update TagLib of binary gem for Windows to 1.8
2012-12-17 11:56:43 +00:00
taca
ab2521b635 Use ${RUBY_DLEXT} instead of "so". 2012-08-15 15:00:28 +00:00
fhajny
daae1e74e2 Import ruby18-taglib-0.5.1 as audio/ruby-taglib.
Based on the excellent TagLib C++ library, which is fast, full-featured
and mature. In contrast to other bindings, this one wraps the full C++ API,
not only the minimal C API. This means that all tag data can be accessed,
e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.
2012-08-11 18:52:49 +00:00