From 105f6dea6b674b226c6b7692a39e1be79fb316d2 Mon Sep 17 00:00:00 2001 From: nex3 Date: Sat, 20 Jan 2007 01:25:46 +0000 Subject: [PATCH] Added init.rb to packages. git-svn-id: svn://hamptoncatlin.com/haml/trunk@293 7063305b-7217-0410-af8c-cdc13e5119b9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5e0e5a7e..5b0fc7f8 100644 --- a/Rakefile +++ b/Rakefile @@ -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