add CONTRIBUTING.md / LICENSE.md, rejig README.md / .gemspec

This commit is contained in:
Karl Freeman 2013-05-17 13:34:15 +01:00
parent 15cfbd3b51
commit f20101ac32
5 changed files with 89 additions and 34 deletions

View file

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://middlemanapp.com"
s.summary = "Hand-crafted frontend development"
s.description = "A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle."
s.license = "MIT"
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")