Add me (Ash) to the authors list

master
Ash Moran 2011-08-25 02:31:40 +08:00 committed by Denis Knauf
parent 9ff767833c
commit 0229797d6b
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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]