Add sass-convert to the gemspec.

This commit is contained in:
Nathan Weizenbaum 2010-03-31 00:27:15 -07:00
parent 37ae916bd1
commit e2929d7fe9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
list.exclude('TODO')
list.include('REVISION') if have_revision
end.to_a
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass', 'sass-convert']
spec.files = FileList['rails/init.rb', 'lib/**/*', 'vendor/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'].to_a + readmes