Include .yardopts in the Gem.

This commit is contained in:
Yorick Peterse 2014-04-29 20:42:09 +02:00
parent 8522a82cf9
commit 5339664f33
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ FILE_LIST = FileList.new(
'LICENSE',
'MANIFEST',
'*.gemspec',
'README.md'
'README.md',
'.yardopts'
)
Dir['./task/*.rake'].each do |task|