Skip to content

Commit

Permalink
Package .yardopts in the Gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jul 5, 2009
1 parent a20d758 commit 5a540bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a540bf

Please sign in to comment.