From: Wincent Colaiuta Date: Thu, 29 Jul 2010 06:01:25 +0000 (+0200) Subject: Set has_rdoc to false (Yardoc currently broken anyway) X-Git-Tag: 1.2~6 X-Git-Url: https://git.wincent.com/mkdtemp.git/commitdiff_plain/91fd81333a2adaf04d6370a3f968768bca2542c8 Set has_rdoc to false (Yardoc currently broken anyway) Signed-off-by: Wincent Colaiuta --- diff --git a/Rakefile b/Rakefile index bd4c29d..b221acc 100644 --- a/Rakefile +++ b/Rakefile @@ -79,7 +79,6 @@ task :upload_rdoc => :rdoc do sh 'scp -r html/* rubyforge.org:/var/www/gforge-projects/mkdtemp/' end - SPEC = Gem::Specification.new do |s| s.name = 'mkdtemp' s.version = Dir::Mkdtemp::VERSION @@ -95,7 +94,7 @@ SPEC = Gem::Specification.new do |s| easily available from within Ruby. ENDDESC s.require_paths = ['ext', 'lib'] - s.has_rdoc = true + s.has_rdoc = false # TODO: add 'docs' subdirectory, 'README.txt' when they're done s.files = FileList['{lib,spec}/**/*', 'ext/*.{c,h,rb}', 'ext/depend'].to_a