Skip to content

Commit b7e280d

Browse files
authored
Fix attribution for Andrew Novoselac (#326)
1 parent 8ffd814 commit b7e280d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/models/names_manager/canonical_names.rb

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def self.map(canonical_name, *also_as)
190190
map 'Andrew Evans', 'agius'
191191
map 'Andrew Grim', 'stopdropandrew'
192192
map 'Andrew Kaspick', "akaspick\100gmail.com", 'akaspick', "andrew\100redlinesoftware.com"
193+
map 'Andrew Novoselac', "andrew.novoselac\100shopify.com"
193194
map 'Andrew Peters', "andrew.john.peters\100gmail.com"
194195
map 'Andrew Shcheglov', 'windock'
195196
map 'Andrew White', 'pixeltrix'

test/credits/canonical_names_test.rb

+4
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ class CanonicalNamesTest < ActiveSupport::TestCase
287287
assert_contributor_names 'd3cf2a6', 'Andrew Kaspick'
288288
end
289289

290+
test "andrew.novoselac\100shopify.com" do
291+
assert_contributor_names '0b8e083', "Andrew Novoselac"
292+
end
293+
290294
test "andrey.nering\100gmail.com" do
291295
assert_contributor_names '6d59473', 'Andrey Nering'
292296
end

0 commit comments

Comments
 (0)