From 36a55abf1b0fd4ad3fd24ddf45cb4c3f79e0abdb Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 6 Aug 2011 14:41:13 -0700 Subject: [PATCH] update description --- middleman.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/middleman.gemspec b/middleman.gemspec index 697360a5..5f1a4974 100644 --- a/middleman.gemspec +++ b/middleman.gemspec @@ -9,7 +9,8 @@ Gem::Specification.new do |s| s.authors = ["Thomas Reynolds"] s.email = ["me@tdreyno.com"] s.homepage = "http://middlemanapp.com" - s.summary = "A static site generator based on Sinatra. Providing Haml, Sass, Compass, CoffeeScript and including minification, compression and cache busting." + s.summary = "Hand-crafted frontend development" + s.description = "A static site generator based on Sinatra. Providing 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.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {fixtures,features}/*`.split("\n")