From e68a9d155b8d6d9a6cd76c1a3760d2e67bcefc8f Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Tue, 2 Sep 2014 23:13:17 +0300 Subject: [PATCH] Adds test2.bmp to included files in gem. Fixes #34 --- fastimage.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/fastimage.gemspec b/fastimage.gemspec index dfb0e51..4f4b2a0 100644 --- a/fastimage.gemspec +++ b/fastimage.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |s| "lib/fastimage/fbr.rb", "test/fixtures/faulty.jpg", "test/fixtures/test.bmp", + "test/fixtures/test2.bmp", "test/fixtures/test.gif", "test/fixtures/test.ico", "test/fixtures/test.jpg",