mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Unused variable
This commit is contained in:
parent
cfb3285304
commit
8d340f2fdf
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
|
||||||
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke', 'Akira Matsuda']
|
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke', 'Akira Matsuda']
|
||||||
spec.email = ['haml@googlegroups.com', 'ronnie@dio.jp']
|
spec.email = ['haml@googlegroups.com', 'ronnie@dio.jp']
|
||||||
|
|
||||||
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
|
|
||||||
spec.executables = ['haml']
|
spec.executables = ['haml']
|
||||||
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
||||||
f.match(%r{\Atest/})
|
f.match(%r{\Atest/})
|
||||||
|
|
Loading…
Add table
Reference in a new issue