diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..757c30a --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Justin Balthrop code.at.justinbalthrop.dot.com +Denis Knauf denis.dot.knauf.at.gmail.dot.com diff --git a/Rakefile b/Rakefile index 22df4f6..ed7c390 100644 --- a/Rakefile +++ b/Rakefile @@ -10,9 +10,9 @@ begin gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com] gem.homepage = "http://github.com/DenisKnauf/bdb" gem.authors = ["Justin Balthrop", "Denis Knauf"] - gem.files = ["README.md", "VERSION", "ext/*.c", "ext/*.h", "lib/**/*.rb", "test/*.rb"] - gem.extensions = ["ext/extconf.rb"] - gem.require_paths = ["ext", "lib"] + 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] end Jeweler::GemcutterTasks.new rescue LoadError