We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0cfb4 commit 549da1cCopy full SHA for 549da1c
.gitignore
@@ -24,3 +24,4 @@ Makefile
24
/test/data/mp4-create
25
/test/data/wav-create
26
/test/data/wav-dump
27
+/vendor
taglib-ruby.gemspec
@@ -134,6 +134,7 @@ DESC
134
"test/data/crash.mp3",
135
"test/data/flac-create.cpp",
136
"test/data/flac.flac",
137
+ "test/data/flac_nopic.flac",
138
"test/data/get_picture_data.cpp",
139
"test/data/globe_east_540.jpg",
140
"test/data/globe_east_90.jpg",
@@ -155,6 +156,7 @@ DESC
155
156
"test/fileref_write_test.rb",
157
"test/flac_file_test.rb",
158
"test/flac_file_write_test.rb",
159
+ "test/flac_picture_memory_test.rb",
160
"test/helper.rb",
161
"test/id3v1_genres_test.rb",
162
"test/id3v1_tag_test.rb",
0 commit comments