Skip to content

Commit 4455fdb

Browse files
authored
Re-credit Caleb Thompson => Caleb Hearth (#320)
https://calebhearth.com/why-hearth
1 parent 7e21a35 commit 4455fdb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/models/names_manager/canonical_names.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def self.map(canonical_name, *also_as)
274274
map 'Buddhika Laknath', 'laknath', 'Laknath'
275275
map 'Caio Chassot', 'caio', "k\100v2studio.com"
276276
map 'Caleb Tennis', "caleb\100aei-tech.com"
277+
map 'Caleb Hearth', 'Caleb Thompson'
277278
map 'Calvin Yu', 'cyu'
278279
map 'Carina C. Zona', 'cczona'
279280
map 'Carl Tashian', 'tashian'

test/credits/canonical_names_test.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,14 @@ class CanonicalNamesTest < ActiveSupport::TestCase
695695
assert_contributor_names 'd5b67ed8', 'Caleb Tennis'
696696
end
697697

698+
test 'Caleb Thompson' do
699+
assert_contributor_names '17136c20', 'Caleb Hearth'
700+
assert_contributor_names '382a70c8', 'Caleb Hearth'
701+
assert_contributor_names '75f3584d', 'Caleb Hearth'
702+
assert_contributor_names 'd5867a01', 'Caleb Hearth'
703+
assert_contributor_names '3d3fd39c', 'Caleb Hearth'
704+
end
705+
698706
test 'canadaduane' do
699707
assert_contributor_names 'cab2494', 'Duane Johnson'
700708
end

0 commit comments

Comments
 (0)