From 9cae19fee44098e2964ac00b47f1c937431c9461 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sat, 20 Mar 2010 23:20:35 +0100 Subject: [PATCH] little changes: metafiles --- AUTHOR => AUTHORS | 0 Rakefile | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename AUTHOR => AUTHORS (100%) diff --git a/AUTHOR b/AUTHORS similarity index 100% rename from AUTHOR rename to AUTHORS diff --git a/Rakefile b/Rakefile index ff58ede..2301c9e 100644 --- a/Rakefile +++ b/Rakefile @@ -10,8 +10,8 @@ begin gem.email = "Denis.Knauf@gmail.com" gem.homepage = "http://github.com/DenisKnauf/bdb" gem.authors = ["Denis Knauf"] - gem.files = ["README.md", "VERSION", "lib/**/*.rb", "test/**/*.rb"] - gem.require_paths = ["lib"] + gem.files = %w[AUTHORS README.md VERSION lib/**/*.rb test/**/*.rb] + gem.require_paths = %w[lib] gem.add_dependency 'dk-bdb' end Jeweler::GemcutterTasks.new