Correct test image dependencies

This commit is contained in:
Stephen Sykes 2014-10-24 12:03:32 +03:00
parent d02670ef3f
commit 45254569c9

View File

@ -19,7 +19,6 @@ Gem::Specification.new do |s|
"test/fixtures/test.bmp",
"test/fixtures/test2.bmp",
"test/fixtures/test.gif",
"test/fixtures/test.ico",
"test/fixtures/test.jpg",
"test/fixtures/test.png",
"test/fixtures/test2.jpg",
@ -33,7 +32,9 @@ Gem::Specification.new do |s|
"test/fixtures/folder with spaces/test.bmp",
"test/test.rb",
"test/fixtures/test.psd",
"test/fixtures/bad.jpg"
"test/fixtures/bad.jpg",
"test/fixtures/man.ico",
"test/fixtures/test.cur"
]
s.homepage = %q{http://github.com/sdsykes/fastimage}
s.rdoc_options = ["--charset=UTF-8"]