From 3fe37d2a5494a90b509192fc98607d4d1a9b8f4c Mon Sep 17 00:00:00 2001 From: Bob Potter Date: Wed, 1 Feb 2012 22:08:21 -0600 Subject: [PATCH] Fix gemspec --- foreman-export-god.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foreman-export-god.gemspec b/foreman-export-god.gemspec index 10ab55b..95a7a49 100644 --- a/foreman-export-god.gemspec +++ b/foreman-export-god.gemspec @@ -7,8 +7,8 @@ Gem::Specification.new do |s| s.authors = ["Bob Potter"] s.email = ["bobby.potter@gmail.com"] s.homepage = "" - s.summary = %q{TODO: Write a gem summary} - s.description = %q{TODO: Write a gem description} + s.summary = %q{Add the ability to export god config files to foreman} + s.description = %q{Add the ability to export god config files to foreman} s.rubyforge_project = "foreman-export-god"