fastimage 2.3.1 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastimage
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Sykes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-01 00:00:00.000000000 Z
11
+ date: 2026-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fakeweb-fi
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: webrick
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  description: FastImage finds the size or type of an image given its uri by fetching
70
84
  as little as needed.
71
85
  email: sdsykes@gmail.com
@@ -77,6 +91,26 @@ files:
77
91
  - MIT-LICENSE
78
92
  - README.md
79
93
  - lib/fastimage.rb
94
+ - lib/fastimage/fastimage.rb
95
+ - lib/fastimage/fastimage_parsing/avif.rb
96
+ - lib/fastimage/fastimage_parsing/bmp.rb
97
+ - lib/fastimage/fastimage_parsing/exif.rb
98
+ - lib/fastimage/fastimage_parsing/fiber_stream.rb
99
+ - lib/fastimage/fastimage_parsing/gif.rb
100
+ - lib/fastimage/fastimage_parsing/heic.rb
101
+ - lib/fastimage/fastimage_parsing/ico.rb
102
+ - lib/fastimage/fastimage_parsing/image_base.rb
103
+ - lib/fastimage/fastimage_parsing/iso_bmff.rb
104
+ - lib/fastimage/fastimage_parsing/jpeg.rb
105
+ - lib/fastimage/fastimage_parsing/jxl.rb
106
+ - lib/fastimage/fastimage_parsing/jxlc.rb
107
+ - lib/fastimage/fastimage_parsing/png.rb
108
+ - lib/fastimage/fastimage_parsing/psd.rb
109
+ - lib/fastimage/fastimage_parsing/stream_util.rb
110
+ - lib/fastimage/fastimage_parsing/svg.rb
111
+ - lib/fastimage/fastimage_parsing/tiff.rb
112
+ - lib/fastimage/fastimage_parsing/type_parser.rb
113
+ - lib/fastimage/fastimage_parsing/webp.rb
80
114
  - lib/fastimage/version.rb
81
115
  homepage: http://github.com/sdsykes/fastimage
82
116
  licenses: