From 52c5e686f8ce8615e1f5ab7fa60fd1e4cf16291b Mon Sep 17 00:00:00 2001 From: Jessica Lynn Suttles Date: Mon, 18 Feb 2013 14:25:44 -0800 Subject: [PATCH] adds gem description, summary, and homepage --- microformats2.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microformats2.gemspec b/microformats2.gemspec index 37c45fa..3268d54 100644 --- a/microformats2.gemspec +++ b/microformats2.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |gem| gem.version = Microformats2::VERSION gem.authors = ["Jessica Lynn Suttles"] gem.email = ["jlsuttles@gmail.com"] - gem.description = %q{TODO: Write a gem description} - gem.summary = %q{TODO: Write a gem summary} - gem.homepage = "" + 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" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }