Update the Jeweler task config to use the right homepage
This commit is contained in:
parent
ce62039b52
commit
70241a4ede
2
Rakefile
2
Rakefile
|
@ -8,7 +8,7 @@ begin
|
|||
gem.summary = %Q{Ruby Berkeley DB}
|
||||
gem.description = %Q{Advanced Ruby Berkeley DB library.}
|
||||
gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com ash.moran@patchspace.co.uk]
|
||||
gem.homepage = "http://github.com/ninjudd/bdb"
|
||||
gem.homepage = "http://github.com/ruby-bdb/bdb"
|
||||
gem.authors = ["Justin Balthrop", "Denis Knauf", "Ash Moran"]
|
||||
gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb]
|
||||
gem.extensions = %w[ext/extconf.rb]
|
||||
|
|
Loading…
Reference in a new issue