From d67a2f4e118b52140600052e3c59a02e541f2671 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:13:40 -0400 Subject: [PATCH] include export dir with gem --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9922397..73f0ad3 100644 --- a/Rakefile +++ b/Rakefile @@ -64,7 +64,7 @@ begin s.platform = Gem::Platform::RUBY s.has_rdoc = false - s.files = %w(Rakefile README.md) + Dir["{bin,lib,spec}/**/*"] + s.files = %w(Rakefile README.md) + Dir["{bin,export,lib,spec}/**/*"] s.require_path = "lib" # #s.bindir = "bin"