1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

First post-1.8.0 change: include css2sass in the gem executable list.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@720 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2008-01-07 05:50:38 +00:00
parent 2c84de8749
commit 6ececddda9

View file

@ -71,7 +71,7 @@ unless ARGV[0] == 'benchmark'
list.exclude(/[a-z]/)
list.exclude('TODO')
end.to_a
spec.executables = ['haml', 'html2haml', 'sass']
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
spec.autorequire = ['haml', 'sass']
spec.homepage = 'http://haml.hamptoncatlin.com/'