Sha256: bcd99596e256cc923fb6fa8cd7fdadecd020c461e961d8a5010c650474c54059

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "middleman-minify-html/version"

Gem::Specification.new do |s|
  s.name        = "middleman-minify-html"
  s.version     = Middleman::MinifyHtml::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Thomas Reynolds"]
  s.email       = ["me@tdreyno.com"]
  s.homepage    = "https://github.com/middleman/middleman-minify-html"
  s.summary     = %q{A html whitespace minifier for Middleman}
  s.description = %q{A html whitespace minifier for Middleman}

  s.rubyforge_project = "middleman-minify-html"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
  
  s.add_runtime_dependency("middleman-core", ["~> 3.0.0"])
  s.add_runtime_dependency("htmlcompressor")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-minify-html-3.0.0 middleman-minify-html.gemspec