From 9c60968101e1dd6aff8ef675919b21f6993022af Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sat, 6 Feb 2010 13:04:03 -0800 Subject: [PATCH] [Sass] Include FSSM in the gemspec. --- haml.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/haml.gemspec b/haml.gemspec index 6ab225e3..a7fa2b66 100644 --- a/haml.gemspec +++ b/haml.gemspec @@ -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