]> git.wincent.com - mkdtemp.git/commitdiff
Add missing files to gem
authorWincent Colaiuta <win@wincent.com>
Sun, 6 Dec 2009 14:51:17 +0000 (15:51 +0100)
committerWincent Colaiuta <win@wincent.com>
Sun, 6 Dec 2009 14:51:17 +0000 (15:51 +0100)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Rakefile

index acd3201c75f2102259fec7865a44f3e50c51ceae..9c053c59e72479524e4fecf885b7f78c63100cba 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -89,7 +89,7 @@ SPEC = Gem::Specification.new do |s|
   s.has_rdoc          = true
 
   # TODO: add 'docs' subdirectory, 'README.txt' when they're done
-  s.files             = FileList['{lib,spec}/**/*', 'ext/*.{c,rb}', 'ext/**/*.c'].to_a
+  s.files             = FileList['{lib,spec}/**/*', 'ext/*.{c,h,rb}', 'ext/depend'].to_a
   s.extensions        = ['ext/extconf.rb']
 end