mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Adding .rdoc to README just to see github's rendering.
This commit is contained in:
parent
d3f97d2edf
commit
ba3b99ff1b
2 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -32,8 +32,8 @@ rd = Rake::RDocTask.new(:rdoc) do |rdoc|
|
|||
rdoc.template = 'doc/jamis.rb'
|
||||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.title = 'AASM'
|
||||
rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README' << '--title' << 'AASM'
|
||||
rdoc.rdoc_files.include('README', 'MIT-LICENSE', 'TODO', 'CHANGELOG')
|
||||
rdoc.options << '--line-numbers' << '--inline-source' << '--main' << 'README.rdoc' << '--title' << 'AASM'
|
||||
rdoc.rdoc_files.include('README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGELOG')
|
||||
rdoc.rdoc_files.include('lib/**/*.rb', 'doc/**/*.rdoc')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue