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
2
Rakefile
2
Rakefile
|
@ -14,7 +14,7 @@ begin
|
||||||
gem.authors = ["Denis Knauf"]
|
gem.authors = ["Denis Knauf"]
|
||||||
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
|
gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb]
|
||||||
gem.require_paths = %w[lib]
|
gem.require_paths = %w[lib]
|
||||||
gem.add_dependency 'dk-bdb'
|
gem.add_dependency 'bdb'
|
||||||
end
|
end
|
||||||
Jeweler::GemcutterTasks.new
|
Jeweler::GemcutterTasks.new
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|
Loading…
Reference in a new issue