Add extra/* to gemspec.

This commit is contained in:
Nathan Weizenbaum 2009-01-23 08:19:44 -08:00
parent f834df1a14
commit 3f13355c40
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,6 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
It was originally envisioned as a plugin for Ruby on Rails,
but it can function as a stand-alone templating engine.
END
#'
# We need the revision file to exist,
# so we just create it if it doesn't.
@ -28,7 +27,8 @@ 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/**/*', 'Rakefile', 'init.rb'].to_a + readmes
spec.files = FileList['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
'extra/**/*', 'Rakefile', 'init.rb'].to_a + readmes
spec.homepage = 'http://haml.hamptoncatlin.com/'
spec.has_rdoc = true
spec.extra_rdoc_files = readmes