This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/ruby/minify_html.gemspec
Wilson Lin e5307d4c9f 0.11.1
2023-05-07 19:34:04 +07:00

16 lines
507 B
Ruby

require 'rake'
Gem::Specification.new do |spec|
spec.name = "minify_html"
spec.version = "0.11.1"
spec.authors = ["Wilson Lin"]
spec.email = ["code@wilsonl.in"]
spec.license = "MIT"
spec.files = FileList["lib/*", "README.md"].to_a
spec.summary = "Extremely fast and smart HTML + JS + CSS minifier"
spec.homepage = "https://github.com/wilsonzlin/minify-html"
spec.require_paths = ["lib"]
spec.add_dependency "fiddle", "~> 1.0"
end