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:
parent
c2ad4bd281
commit
d4d30c348d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue