Add support for images

This commit is contained in:
2025-12-02 11:43:25 +01:00
parent 15493da657
commit 980192253f
15 changed files with 481 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob("{lib}/**/*") + %w[README.md LICENSE.txt]
spec.require_paths = ["lib"]
spec.add_dependency "fastimage", "~> 2.4"
spec.add_dependency "nokogiri", "~> 1.18"
spec.add_dependency "rubyzip", "~> 2.3"