mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-12-30 00:05:02 -05:00
Correct test image dependencies
This commit is contained in:
parent
d02670ef3f
commit
45254569c9
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user