Rakefile in struct_packing-0.0.2 vs Rakefile in struct_packing-0.0.3
- old
+ new
@@ -46,8 +46,9 @@
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "struct_packing #{version}"
- rdoc.rdoc_files.include('README*')
+ rdoc.main = "README.rdoc"
+ rdoc.rdoc_files.include('*.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end