1
0
Fork 0
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:
Akira Matsuda 2014-03-12 09:36:23 +09:00
parent e605fb4db8
commit 84474d05ef

View file

@ -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"]