Change dependency to be on the bdb gem rather than dk-bdb, now we have a GitHub organisation for it
This commit is contained in:
parent
b65ff608b5
commit
6fc4c97bf3
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue