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:
parent
f05fcba0ca
commit
105f6dea6b
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -73,7 +73,7 @@ unless ARGV[0] == 'benchmark'
|
||||||
list.exclude('TODO')
|
list.exclude('TODO')
|
||||||
end.to_a
|
end.to_a
|
||||||
spec.executables = ['haml', 'sass']
|
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.homepage = 'http://haml.hamptoncatlin.com/'
|
||||||
spec.has_rdoc = true
|
spec.has_rdoc = true
|
||||||
spec.extra_rdoc_files = readmes
|
spec.extra_rdoc_files = readmes
|
||||||
|
|
Loading…
Add table
Reference in a new issue