mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Adding README to rdoc and rdoc dir to gitignore
This commit is contained in:
parent
b21b6291b0
commit
4fd5d0913e
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
*~
|
*~
|
||||||
coverage/*
|
coverage/*
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
rdoc/*
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -18,6 +18,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
|
||||||
rdoc.rdoc_dir = 'rdoc'
|
rdoc.rdoc_dir = 'rdoc'
|
||||||
rdoc.title = 'Devise'
|
rdoc.title = 'Devise'
|
||||||
rdoc.options << '--line-numbers' << '--inline-source'
|
rdoc.options << '--line-numbers' << '--inline-source'
|
||||||
rdoc.rdoc_files.include('README')
|
rdoc.rdoc_files.include('README.rdoc')
|
||||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue