Update the Jeweler setup to use the new ruby-bdb homepage
This commit is contained in:
parent
28dcffcb35
commit
c66c369df0
2
Rakefile
2
Rakefile
|
@ -10,7 +10,7 @@ begin
|
||||||
gem.summary = %Q{Simple Ruby Berkeley DB}
|
gem.summary = %Q{Simple Ruby Berkeley DB}
|
||||||
gem.description = %Q{Simple Ruby Berkeley DB wrapper library for bdb.}
|
gem.description = %Q{Simple Ruby Berkeley DB wrapper library for bdb.}
|
||||||
gem.email = "Denis.Knauf@gmail.com"
|
gem.email = "Denis.Knauf@gmail.com"
|
||||||
gem.homepage = "http://github.com/DenisKnauf/bdb"
|
gem.homepage = "http://github.com/ruby-bdb/sbdb"
|
||||||
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]
|
||||||
|
|
Loading…
Reference in a new issue