File: ChangeLog

package info (click to toggle)
ruby-taglib2 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: ansic: 288; ruby: 65; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 0.1.3
Add File#close methods
Add Rakefile file to gem package

# 0.1.2
Add Rakefile.
Fix a bug that occurs when calling super from a child class of TagLib::File.

# 0.1.1
TagLib::File can now be a superclass
 rb_obj_call_init always called TagLib::File#initialize and not MyClass#initialize
 See http://subforge.org/blogs/show/5
Add unit tests.

# 0.1.0
First public release.