[Sass] Include FSSM in the gemspec.

This commit is contained in:
Nathan Weizenbaum 2010-02-06 13:04:03 -08:00
parent 0e249c844f
commit 9c60968101
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,9 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
list.include('REVISION')
end.to_a
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
spec.files = FileList['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'].to_a + readmes
spec.files = FileList['rails/init.rb', 'lib/**/*', 'vendor/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'].to_a + readmes
spec.homepage = 'http://haml-lang.com/'
spec.has_rdoc = true
spec.extra_rdoc_files = readmes