Use @nex3's real name in docs

This commit is contained in:
Norman Clarke 2014-07-18 16:37:55 -03:00
parent 520d92cc4f
commit cea0fe57d0
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2006-2009 Hampton Catlin and Nathan Weizenbaum
Copyright (c) 2006-2009 Hampton Catlin and Natalie Weizenbaum
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -188,16 +188,16 @@ Haml was created by [Hampton Catlin](http://hamptoncatlin.com), the author of
the original implementation. Hampton is no longer involved in day-to-day coding,
but still consults on language issues.
[Nathan Weizenbaum](http://nex-3.com) was for many years the primary developer
[Natalie Weizenbaum](http://nex-3.com) was for many years the primary developer
and architect of the "modern" Ruby implementation of Haml.
## License
Some of Nathan's work on Haml was supported by Unspace Interactive.
Some of Natalie's work on Haml was supported by Unspace Interactive.
Beyond that, the implementation is licensed under the MIT License.
Copyright (c) 2006-2013 Hampton Catlin, Nathan Weizenbaum and the Haml team
Copyright (c) 2006-2013 Hampton Catlin, Natalie Weizenbaum and the Haml team
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

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 = ['Nathan Weizenbaum', 'Hampton Catlin', 'Norman Clarke']
spec.authors = ['Natalie Weizenbaum', 'Hampton Catlin', 'Norman Clarke']
spec.email = ['haml@googlegroups.com', 'norman@njclarke.com']
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }