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