Change dependency to be on the bdb gem rather than dk-bdb, now we have a GitHub organisation for it

master
Ash Moran 2011-08-25 06:00:28 +08:00 committed by Denis Knauf
parent b65ff608b5
commit 6fc4c97bf3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ begin
gem.authors = ["Denis Knauf"]
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
gem.require_paths = %w[lib]
gem.add_dependency 'dk-bdb'
gem.add_dependency 'bdb'
end
Jeweler::GemcutterTasks.new
rescue LoadError