Add Chris as an author in the gemspec.

Why hadn't this been done yet?
This commit is contained in:
Nathan Weizenbaum 2010-05-11 19:51:33 -07:00
parent 4e51f4a9e9
commit 446540f340
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
spec.name = File.exist?(File.dirname(__FILE__) + '/EDGE_GEM_VERSION') ? 'haml-edge' : 'haml'
spec.summary = "An elegant, structured XHTML/XML templating engine.\nComes with Sass, a similar CSS templating engine."
spec.version = File.read(File.dirname(__FILE__) + '/VERSION').strip
spec.authors = ['Nathan Weizenbaum', 'Hampton Catlin']
spec.authors = ['Nathan Weizenbaum', 'Chris Eppstein', 'Hampton Catlin']
spec.email = 'haml@googlegroups.com'
spec.description = <<-END
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML