diff --git a/.gitignore b/.gitignore index e9701714..a6c80555 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ Makefile /test/data/mp4-create /test/data/wav-create /test/data/wav-dump +/vendor diff --git a/taglib-ruby.gemspec b/taglib-ruby.gemspec index f20017e4..564dd1d3 100644 --- a/taglib-ruby.gemspec +++ b/taglib-ruby.gemspec @@ -134,6 +134,7 @@ DESC "test/data/crash.mp3", "test/data/flac-create.cpp", "test/data/flac.flac", + "test/data/flac_nopic.flac", "test/data/get_picture_data.cpp", "test/data/globe_east_540.jpg", "test/data/globe_east_90.jpg", @@ -155,6 +156,7 @@ DESC "test/fileref_write_test.rb", "test/flac_file_test.rb", "test/flac_file_write_test.rb", + "test/flac_picture_memory_test.rb", "test/helper.rb", "test/id3v1_genres_test.rb", "test/id3v1_tag_test.rb",