]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Adjust author info for Dan Strohl
authorScott González <scott.gonzalez@gmail.com>
Wed, 6 Apr 2016 17:06:40 +0000 (13:06 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 6 Apr 2016 17:06:40 +0000 (13:06 -0400)
.mailmap
AUTHORS.txt
Gruntfile.js

index 7e1ee20bc40f9ae89093edb388290f1c0c21a9ae..c230dae2f1f87dc352ca6759fb3122047131378c 100644 (file)
--- a/.mailmap
+++ b/.mailmap
@@ -17,6 +17,7 @@ Christoph Rönsch <christoph.roensch@arcor.de>
 Corey Frang <gnarf37@gmail.com> <gnarf@gnarf.net>
 Courtland Allen <courtlandallen@gmail.com>
 Dan Streetman <ddstreet@ieee.org>
+Dan Strohl <dstrohl@users.noreply.github.com>
 Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
 David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
 David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>
index 8be1bf71d515ab68d86a785e22e89392d1e0fac3..015200643a4b197be6d5ac310a347525b7ce2165 100644 (file)
@@ -321,3 +321,4 @@ Piotr Baran <piotros@wp.pl>
 Mukul Hase <mukulhase@gmail.com>
 Konstantin Dinev <kdinev@mail.bw.edu>
 Rand Scullard <rand@randscullard.com>
+Dan Strohl
index 75f404f5f875f29b0ea48d3fa39105ea57320581..fcd8609c6aad987a7e0b8928444601b876dfc7e1 100644 (file)
@@ -390,7 +390,9 @@ grunt.registerTask( "update-authors", function() {
                }
 
                authors = authors.map(function( author ) {
-                       if ( author.match( /^Jacek Jędrzejewski </ ) ) {
+                       if ( author.match( /^Dan Strohl </ ) ) {
+                               return "Dan Strohl";
+                       } else if ( author.match( /^Jacek Jędrzejewski </ ) ) {
                                return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
                        } else if ( author.match( /^Pawel Maruszczyk </ ) ) {
                                return "Pawel Maruszczyk (http://hrabstwo.net)";