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