From e2929d7fe9d70a7d29286e45349d48b44427594e Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Wed, 31 Mar 2010 00:27:15 -0700 Subject: [PATCH] Add sass-convert to the gemspec. --- haml.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haml.gemspec b/haml.gemspec index bf5f8703..d3f714b0 100644 --- a/haml.gemspec +++ b/haml.gemspec @@ -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