lib/audioinfo.rb in ruby-audioinfo-0.5.0 vs lib/audioinfo.rb in ruby-audioinfo-0.5.1
- old
+ new
@@ -35,10 +35,10 @@
"trackid" => "Track Id"
}
SUPPORTED_EXTENSIONS = %w{mp3 ogg opus spx mpc wma mp4 aac m4a flac wav}
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
attr_reader :path, :extension, :musicbrainz_infos, :tracknum, :bitrate, :vbr
attr_reader :artist, :album, :title, :length, :date
# Part of testing API - you should not use this directly