From 6b4bf45c0cab182462ed0c5c0d98fe11e1201b61 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Apr 2010 22:26:45 +0000 Subject: [PATCH] gemspec: fix authors and homepage info Oops, URLs should end with a trailing slash since I'm expecting my webserver to load index.html. Also, it's "kcar hackers", kcar did not write itself! --- kcar.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kcar.gemspec b/kcar.gemspec index 7b1ac70..bb224e2 100644 --- a/kcar.gemspec +++ b/kcar.gemspec @@ -7,8 +7,8 @@ Gem::Specification.new do |s| s.name = %q{kcar} s.version = ENV["VERSION"] - s.homepage = 'http://bogomips.org/kcar' - s.authors = ["kcar"] + s.homepage = 'http://bogomips.org/kcar/' + s.authors = ["kcar hackers"] s.date = Time.now.utc.strftime('%Y-%m-%d') s.description = description s.email = %q{kcar@librelist.com} -- 2.11.4.GIT