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

Added init.rb to packages.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@293 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-01-20 01:25:46 +00:00
parent f05fcba0ca
commit 105f6dea6b

View file

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