mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-12-31 00:02:44 -05:00
updates gemspec
This commit is contained in:
parent
79160a9963
commit
70ed89ee51
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user