Rakefile in chess-0.0.3 vs Rakefile in chess-0.0.4
- old
+ new
@@ -4,10 +4,10 @@
Rake::RDocTask.new do |rd|
rd.title = 'Chess'
rd.main = 'README.rdoc'
rd.rdoc_dir = 'doc'
rd.rdoc_files.include('README.rdoc', 'lib/**/*.rb', 'ext/*.c')
- rd.options << '-f' << 'horo'
+ #rd.options << '-f' << 'horo'
end
require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |test|
\ No newline at end of file