Reconfigure Rakefile to use the BDB gem and Github page for the gemspec
This commit is contained in:
parent
c9b31284ca
commit
f82b69f58c
4
Rakefile
4
Rakefile
|
@ -4,11 +4,11 @@ require 'rake'
|
||||||
begin
|
begin
|
||||||
require 'jeweler'
|
require 'jeweler'
|
||||||
Jeweler::Tasks.new do |gem|
|
Jeweler::Tasks.new do |gem|
|
||||||
gem.name = "dk-bdb"
|
gem.name = "bdb"
|
||||||
gem.summary = %Q{Ruby Berkeley DB}
|
gem.summary = %Q{Ruby Berkeley DB}
|
||||||
gem.description = %Q{Advanced Ruby Berkeley DB library.}
|
gem.description = %Q{Advanced Ruby Berkeley DB library.}
|
||||||
gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com]
|
gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com]
|
||||||
gem.homepage = "http://github.com/DenisKnauf/bdb"
|
gem.homepage = "http://github.com/ninjudd/bdb"
|
||||||
gem.authors = ["Justin Balthrop", "Denis Knauf"]
|
gem.authors = ["Justin Balthrop", "Denis Knauf"]
|
||||||
gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb]
|
gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb]
|
||||||
gem.extensions = %w[ext/extconf.rb]
|
gem.extensions = %w[ext/extconf.rb]
|
||||||
|
|
Loading…
Reference in a new issue