mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix rdoc rake task [ci skip]
This commit is contained in:
parent
215fdf119e
commit
f0d48a96ca
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -29,6 +29,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
|
|||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.title = 'Devise'
|
||||
rdoc.options << '--line-numbers' << '--inline-source'
|
||||
rdoc.rdoc_files.include('README.rdoc')
|
||||
rdoc.rdoc_files.include('README.md')
|
||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue