From ae0ca540d01d71098df5e79f33253c2862273717 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 30 Mar 2015 21:29:08 +0900 Subject: [PATCH] Update gemspec --- hamlit.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hamlit.gemspec b/hamlit.gemspec index b87710aa..d90f7730 100644 --- a/hamlit.gemspec +++ b/hamlit.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.version = Hamlit::VERSION spec.authors = ["Takashi Kokubun"] spec.email = ["takashikkbn@gmail.com"] - spec.summary = %q{Yet another haml implementation} - spec.description = %q{Yet another haml implementation} + spec.summary = %q{High Performance Haml Implementation} + spec.description = %q{High Performance Haml Implementation} spec.homepage = "https://github.com/k0kubun/hamlit" spec.license = "MIT"