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

gem.authors << self

This commit is contained in:
Akira Matsuda 2017-02-26 20:26:33 +09:00
parent f684635751
commit b7d876bcbd

View file

@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
spec.name = 'haml'
spec.summary = "An elegant, structured (X)HTML/XML templating engine."
spec.version = Haml::VERSION
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke']
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke', 'Akira Matsuda']
spec.email = ['haml@googlegroups.com', 'norman@njclarke.com']
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }