From 22f5de54ddff4b6472f5267ce7975774a1481e64 Mon Sep 17 00:00:00 2001 From: Shane Becker Date: Tue, 22 Dec 2015 15:37:49 -0800 Subject: [PATCH] Capitalize gem description --- microformats2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microformats2.gemspec b/microformats2.gemspec index d7320a5..0973001 100644 --- a/microformats2.gemspec +++ b/microformats2.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |gem| gem.version = Microformats2::VERSION gem.authors = ["Shane Becker", "Jessica Lynn Suttles", "Jessica Dillon"] gem.email = ["veganstraightedge@gmail.com", "jlsuttles@gmail.com", "jessicard@mac.com"] - gem.description = %q{parses HTML for microformats and return a collection of dynamically defined Ruby objects} + gem.description = %q{Parses HTML for microformats and return a collection of dynamically defined Ruby objects} gem.summary = %q{microformats2 parser} gem.homepage = "https://github.com/G5/microformats2"