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

No such directory anymore

This commit is contained in:
Akira Matsuda 2017-02-26 20:23:06 +09:00
parent f6f3f93da7
commit f684635751

View file

@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
spec.executables = ['haml']
spec.files = Dir['lib/**/*', 'bin/*', 'test/**/*', 'extra/**/*',
spec.files = Dir['lib/**/*', 'bin/*', 'test/**/*',
'Rakefile', '.yardopts'] + readmes
spec.homepage = 'http://haml.info/'
spec.has_rdoc = false