Update the Jeweler task config to use the right homepage

master
Ash Moran 2011-08-25 06:05:54 +08:00 committed by Denis Knauf
parent ce62039b52
commit 70241a4ede
1 changed files with 1 additions and 1 deletions

View File

@ -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]