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

Unused variable

This commit is contained in:
Akira Matsuda 2019-05-16 18:46:31 +09:00
parent cfb3285304
commit 8d340f2fdf

View file

@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke', 'Akira Matsuda']
spec.email = ['haml@googlegroups.com', 'ronnie@dio.jp']
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
spec.executables = ['haml']
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{\Atest/})