Skip to content

Commit

Permalink
adds author extraction exception
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 27, 2011
1 parent 0e48c7d commit 2327153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/names_manager.rb
Expand Up @@ -981,6 +981,9 @@ def self.handle_special_cases(name)
when 'props to Zarathu in #rubyonrails'
# see https://github.com/rails/rails/commit/09b7e351316cb87a815678241fc90af549327cf3
nil
when 'thanks Pratik!'
# see https://github.com/rails/rails/commit/a6467802ff2be35c6665635f1cdfdcea07aeaa12
nil
when 'Carlhuda'
['Yehuda Katz', 'Carl Lerche']
when 'tomhuda'
Expand Down

0 comments on commit 2327153

Please sign in to comment.