Package .yardopts in the Gem.

This commit is contained in:
Nathan Weizenbaum 2009-07-04 17:16:52 -07:00
parent a20d75886a
commit 5a540bf2e5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
end.to_a
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
spec.files = FileList['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
'extra/**/*', 'Rakefile', 'init.rb'].to_a + readmes
'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'].to_a + readmes
spec.homepage = 'http://haml.hamptoncatlin.com/'
spec.has_rdoc = true
spec.extra_rdoc_files = readmes