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

Added rails/init.rb to gemspec

This commit is contained in:
Paul Barry 2008-08-26 16:29:30 -04:00 committed by Nathan Weizenbaum
parent c2ad4bd281
commit d4d30c348d

View file

@ -28,7 +28,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
list.include('REVISION')
end.to_a
spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
spec.files = FileList['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes
spec.homepage = 'http://haml.hamptoncatlin.com/'
spec.has_rdoc = true
spec.extra_rdoc_files = readmes