middleman-minify-html.gemspec in middleman-minify-html-3.1.1 vs middleman-minify-html.gemspec in middleman-minify-html-3.3.0
- old
+ new
@@ -13,7 +13,8 @@
s.description = %q{A HTML whitespace minifier for Middleman}
s.license = "MIT"
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]
- s.add_runtime_dependency("middleman-core", ["~> 3.0"])
+ s.add_runtime_dependency("middleman-core", [">= 3.2"])
+ s.add_runtime_dependency("htmlcompressor", ["~> 0.1.0"])
end
\ No newline at end of file