From 9c786487d0166364bca66fa717c8a903cd2a0b0f Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 19 Jun 2015 18:51:18 -0700 Subject: [PATCH] Complete gemspec metadata. --- lita-how-many.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lita-how-many.gemspec b/lita-how-many.gemspec index af6490b..12e69d3 100644 --- a/lita-how-many.gemspec +++ b/lita-how-many.gemspec @@ -3,10 +3,10 @@ Gem::Specification.new do |spec| spec.version = "0.1.0" spec.authors = ["Jimmy Cuadra"] spec.email = ["jimmy@jimmycuadra.com"] - spec.description = "TODO: Add a description" - spec.summary = "TODO: Add a summary" - spec.homepage = "TODO: Add a homepage" - spec.license = "TODO: Add a license" + spec.description = "A Lita handler for answering questions about quantity." + spec.summary = "A Lita handler for answering questions about quantity." + spec.homepage = "https://github.com/jimmycuadra/lita-how-many" + spec.license = "MIT" spec.metadata = { "lita_plugin_type" => "handler" } spec.files = `git ls-files`.split($/)