diff --git a/fastimage.gemspec b/fastimage.gemspec index 3391a1f..f27cde5 100644 --- a/fastimage.gemspec +++ b/fastimage.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = %q{fastimage} - s.version = "1.5.5" + s.version = "1.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Stephen Sykes"] - s.date = %q{2013-12-23} + s.date = %q{2014-01-29} s.description = %q{FastImage finds the size or type of an image given its uri by fetching as little as needed.} s.email = %q{sdsykes@gmail.com} s.extra_rdoc_files = [ @@ -23,12 +23,14 @@ Gem::Specification.new do |s| "test/fixtures/test.png", "test/fixtures/test2.jpg", "test/fixtures/test3.jpg", + "test/fixtures/test4.jpg", "test/fixtures/test.tiff", "test/fixtures/test2.tiff", "test/fixtures/exif_orientation.jpg", "test/fixtures/infinite.jpg", "test/fixtures/folder with spaces/test.bmp", - "test/test.rb" + "test/test.rb", + "test/fixtures/test.psd" ] s.homepage = %q{http://github.com/sdsykes/fastimage} s.rdoc_options = ["--charset=UTF-8"]