From 70241a4ede07a4e0a1a66087e73d294e4ccd3b23 Mon Sep 17 00:00:00 2001 From: Ash Moran Date: Thu, 25 Aug 2011 06:05:54 +0800 Subject: [PATCH] Update the Jeweler task config to use the right homepage --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e5ddc32..9c96604 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ begin gem.summary = %Q{Ruby Berkeley DB} gem.description = %Q{Advanced Ruby Berkeley DB library.} gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com ash.moran@patchspace.co.uk] - gem.homepage = "http://github.com/ninjudd/bdb" + gem.homepage = "http://github.com/ruby-bdb/bdb" gem.authors = ["Justin Balthrop", "Denis Knauf", "Ash Moran"] gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb] gem.extensions = %w[ext/extconf.rb]