diff --git a/AUTHORS b/AUTHORS index 757c30a..b710728 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ Justin Balthrop code.at.justinbalthrop.dot.com Denis Knauf denis.dot.knauf.at.gmail.dot.com +Ash Moran ash.moran@patchspace.co.uk diff --git a/Rakefile b/Rakefile index a881bce..e5ddc32 100644 --- a/Rakefile +++ b/Rakefile @@ -7,9 +7,9 @@ begin gem.name = "bdb" gem.summary = %Q{Ruby Berkeley DB} 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 ash.moran@patchspace.co.uk] gem.homepage = "http://github.com/ninjudd/bdb" - gem.authors = ["Justin Balthrop", "Denis Knauf"] + 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] gem.require_paths = %w[ext lib]