mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-12-30 00:05:02 -05:00
Bump gemspec version
This commit is contained in:
parent
327a3b55cd
commit
01c0b76457
@ -1,10 +1,10 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{fastimage}
|
||||
s.version = "1.6.1"
|
||||
s.version = "1.6.2"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Stephen Sykes"]
|
||||
s.date = %q{2014-02-28}
|
||||
s.date = %q{2014-04-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 = [
|
||||
@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
||||
"test/fixtures/test2.tiff",
|
||||
"test/fixtures/exif_orientation.jpg",
|
||||
"test/fixtures/infinite.jpg",
|
||||
"test/fixtures/orient_2.jpg",
|
||||
"test/fixtures/folder with spaces/test.bmp",
|
||||
"test/test.rb",
|
||||
"test/fixtures/test.psd"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user