From 543663e8f81a46d00716606be9b48ac1f8664a81 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 17 Nov 2013 11:32:19 -0500 Subject: [PATCH] update gemspec --- svggvs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svggvs.gemspec b/svggvs.gemspec index b76bf48..5bb3b22 100644 --- a/svggvs.gemspec +++ b/svggvs.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |gem| gem.version = Svggvs::VERSION gem.authors = ["John Bintz"] gem.email = ["john@coswellproductions.com"] - gem.description = %q{TODO: Write a gem description} - gem.summary = %q{TODO: Write a gem summary} + gem.description = %q{Generate sets of card game cards using Inkscape templates and Ruby} + gem.summary = %q{Generate sets of card game cards using Inkscape templates and Ruby} gem.homepage = "" gem.files = `git ls-files`.split($/)