From c4df3ea2bb290b139b9b4982101a005138b134c1 Mon Sep 17 00:00:00 2001 From: Edward Middleton Date: Fri, 1 Apr 2011 18:07:48 +0900 Subject: [PATCH] make valid gemspec --- availability.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/availability.gemspec b/availability.gemspec index 358f9fc..9db552b 100644 --- a/availability.gemspec +++ b/availability.gemspec @@ -6,11 +6,11 @@ Gem::Specification.new do |s| s.name = "availability" s.version = Availability::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["TODO: Write your name"] - s.email = ["TODO: Write your email address"] - s.homepage = "" - s.summary = %q{TODO: Write a gem summary} - s.description = %q{TODO: Write a gem description} + s.authors = ["Edward Middleton"] + s.email = ["edward.middleton@vortorus.net"] + s.homepage = "https://github.com/emiddleton/availability" + s.summary = %q{convert local to utc offsets} + s.description = %q{Convert weekly utc offsets to and from local times.} s.rubyforge_project = "availability"