Skip to content

Commit

Permalink
[Sass] Include FSSM in the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 6, 2010
1 parent 0e249c8 commit 9c60968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions haml.gemspec
Expand Up @@ -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
Expand Down

0 comments on commit 9c60968

Please sign in to comment.