mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-07-27 00:00:37 -04:00
Compare commits
2 Commits
8994844702
...
f832581881
Author | SHA1 | Date | |
---|---|---|---|
|
f832581881 | ||
|
c763b215cf |
@ -1,3 +1,11 @@
|
|||||||
|
Version 2.3.0
|
||||||
|
|
||||||
|
24-Dec-2023
|
||||||
|
|
||||||
|
- FIX: replace test tiff that triggers Clam-AV
|
||||||
|
- FIX: certain heif files could not be parsed
|
||||||
|
- FEATURE: Adds animated support for png
|
||||||
|
|
||||||
Version 2.2.7
|
Version 2.2.7
|
||||||
|
|
||||||
23-May-2023
|
23-May-2023
|
||||||
|
@ -6,15 +6,14 @@ Gem::Specification.new do |s|
|
|||||||
|
|
||||||
s.required_ruby_version = '>= 1.9.2'
|
s.required_ruby_version = '>= 1.9.2'
|
||||||
s.authors = ["Stephen Sykes"]
|
s.authors = ["Stephen Sykes"]
|
||||||
s.date = %q{2021-02-28}
|
|
||||||
s.description = %q{FastImage finds the size or type of an image given its uri by fetching as little as needed.}
|
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.email = %q{sdsykes@gmail.com}
|
||||||
s.extra_rdoc_files = [
|
s.extra_rdoc_files = [
|
||||||
"README.textile"
|
"README.md"
|
||||||
]
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
"MIT-LICENSE",
|
"MIT-LICENSE",
|
||||||
"README.textile",
|
"README.md",
|
||||||
"lib/fastimage.rb",
|
"lib/fastimage.rb",
|
||||||
"lib/fastimage/version.rb",
|
"lib/fastimage/version.rb",
|
||||||
]
|
]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class FastImage
|
class FastImage
|
||||||
VERSION = '2.2.7'
|
VERSION = '2.3.0'
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user