fastimage 2.3.0 → 2.4.0

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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastimage
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Sykes
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-24 00:00:00.000000000 Z
10
+ date: 2025-01-03 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: fakeweb-fi
@@ -77,12 +76,31 @@ files:
77
76
  - MIT-LICENSE
78
77
  - README.md
79
78
  - lib/fastimage.rb
79
+ - lib/fastimage/fastimage.rb
80
+ - lib/fastimage/fastimage_parsing/avif.rb
81
+ - lib/fastimage/fastimage_parsing/bmp.rb
82
+ - lib/fastimage/fastimage_parsing/exif.rb
83
+ - lib/fastimage/fastimage_parsing/fiber_stream.rb
84
+ - lib/fastimage/fastimage_parsing/gif.rb
85
+ - lib/fastimage/fastimage_parsing/heic.rb
86
+ - lib/fastimage/fastimage_parsing/ico.rb
87
+ - lib/fastimage/fastimage_parsing/image_base.rb
88
+ - lib/fastimage/fastimage_parsing/iso_bmff.rb
89
+ - lib/fastimage/fastimage_parsing/jpeg.rb
90
+ - lib/fastimage/fastimage_parsing/jxl.rb
91
+ - lib/fastimage/fastimage_parsing/jxlc.rb
92
+ - lib/fastimage/fastimage_parsing/png.rb
93
+ - lib/fastimage/fastimage_parsing/psd.rb
94
+ - lib/fastimage/fastimage_parsing/stream_util.rb
95
+ - lib/fastimage/fastimage_parsing/svg.rb
96
+ - lib/fastimage/fastimage_parsing/tiff.rb
97
+ - lib/fastimage/fastimage_parsing/type_parser.rb
98
+ - lib/fastimage/fastimage_parsing/webp.rb
80
99
  - lib/fastimage/version.rb
81
100
  homepage: http://github.com/sdsykes/fastimage
82
101
  licenses:
83
102
  - MIT
84
103
  metadata: {}
85
- post_install_message:
86
104
  rdoc_options:
87
105
  - "--charset=UTF-8"
88
106
  require_paths:
@@ -98,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
116
  - !ruby/object:Gem::Version
99
117
  version: '0'
100
118
  requirements: []
101
- rubygems_version: 3.3.7
102
- signing_key:
119
+ rubygems_version: 3.6.2
103
120
  specification_version: 4
104
121
  summary: FastImage - Image info fast
105
122
  test_files: []