From b67c479d14323251fd5a44091d37e5618efeca30 Mon Sep 17 00:00:00 2001 From: "Scott W. Bradley" Date: Tue, 19 Jul 2011 17:45:08 -0700 Subject: [PATCH] Updated gem summary/description in Rakefile --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index b2b551f..de1d75f 100644 --- a/Rakefile +++ b/Rakefile @@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem| gem.name = "askgeo" gem.homepage = "http://github.com/scottwb/askgeo" gem.license = "MIT" - gem.summary = %Q{TODO: one-line summary of your gem} - gem.description = %Q{TODO: longer description of your gem} + gem.summary = %Q{Ruby client library for the AskGeo web service (http://www.askgeo.com)"} + gem.description = %Q{Ruby client library for the AskGeo web service (http://www.askgeo.com). AskGeo provides a simple, fast, and accurate web api for finding out the time zone information for a given location (latitude and longitude)."} gem.email = "scottwb@gmail.com" gem.authors = ["Scott W. Bradley"] # dependencies defined in Gemfile