summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3fc9df9..6f0ae5c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ PROJ.ann.email[:server] = 'FIXME'
PROJ.ann.email[:tls] = false
# Gem specifications
PROJ.gem.need_tar = false
-PROJ.gem.files = %w(Changelog MIT-LICENSE README.rdoc Rakefile) + Dir.glob("{ext,lib,spec,tasks}/**/*[^~]")
+PROJ.gem.files = %w(Changelog MIT-LICENSE README.rdoc Rakefile) + Dir.glob("{ext,lib,spec,tasks}/**/*[^~]").reject { |fn| test ?d, fn }
PROJ.gem.platform = Gem::Platform::RUBY
PROJ.gem.required_ruby_version = ">= 1.9.2"
#