Update the Jeweler setup to use the new ruby-bdb homepage

master
Ash Moran 2011-08-25 06:13:52 +08:00 committed by Denis Knauf
parent 28dcffcb35
commit c66c369df0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ begin
gem.summary = %Q{Simple Ruby Berkeley DB}
gem.description = %Q{Simple Ruby Berkeley DB wrapper library for bdb.}
gem.email = "Denis.Knauf@gmail.com"
gem.homepage = "http://github.com/DenisKnauf/bdb"
gem.homepage = "http://github.com/ruby-bdb/sbdb"
gem.authors = ["Denis Knauf"]
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
gem.require_paths = %w[lib]