updates gemspec

This commit is contained in:
Stephen Sykes 2014-06-12 10:50:02 +03:00
parent 79160a9963
commit 70ed89ee51

View File

@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = %q{fastimage}
s.version = "1.6.2"
s.version = "1.6.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Sykes"]
s.date = %q{2014-04-29}
s.date = %q{2014-06-12}
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 = [
@ -31,7 +31,8 @@ Gem::Specification.new do |s|
"test/fixtures/orient_2.jpg",
"test/fixtures/folder with spaces/test.bmp",
"test/test.rb",
"test/fixtures/test.psd"
"test/fixtures/test.psd",
"test/fixtures/bad.jpg"
]
s.homepage = %q{http://github.com/sdsykes/fastimage}
s.rdoc_options = ["--charset=UTF-8"]