Add me (Ash) to the authors list
This commit is contained in:
parent
9ff767833c
commit
0229797d6b
1
AUTHORS
1
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
|
||||
|
|
4
Rakefile
4
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]
|
||||
|
|
Loading…
Reference in a new issue