mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
init.rb and rails/init.rb were deleted in 12e6fd427d
This commit is contained in:
parent
e605fb4db8
commit
84474d05ef
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|||
|
||||
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
|
||||
spec.executables = ['haml']
|
||||
spec.files = Dir['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
|
||||
'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'] + readmes
|
||||
spec.files = Dir['lib/**/*', 'bin/*', 'test/**/*', 'extra/**/*',
|
||||
'Rakefile', '.yardopts'] + readmes
|
||||
spec.homepage = 'http://haml.info/'
|
||||
spec.has_rdoc = false
|
||||
spec.test_files = Dir["test/**/*_test.rb"]
|
||||
|
|
Loading…
Add table
Reference in a new issue