We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14dda83 + 6097a81 commit 1498c10Copy full SHA for 1498c10
2 files changed
.gitignore
@@ -1 +1,2 @@
1
pkg
2
+doc
Rakefile
@@ -104,7 +104,7 @@ task :load_fixtures => :create_database do
104
end
105
106
Rake::RDocTask.new('doc') do |rd|
107
- rd.rdoc_files.include("lib/**/*.rb", "README")
108
- rd.main = 'README'
+ rd.rdoc_files.include("lib/**/*.rb", "README.md")
+ rd.main = 'README.md'
109
rd.rdoc_dir = 'doc'
110
0 commit comments