diff --git a/lib/letter_avatar.rb b/lib/letter_avatar.rb index b5446478e..df1da689e 100644 --- a/lib/letter_avatar.rb +++ b/lib/letter_avatar.rb @@ -1,7 +1,7 @@ class LetterAvatar # BUMP UP if avatar algorithm changes - VERSION = 1 + VERSION = 2 # Largest avatar generated, one day when pixel ratio hit 3 # we will need to change this @@ -112,12 +112,12 @@ class LetterAvatar [238,89,166], [52,240,224], [177,156,155], - [247,242,53], + [240,120,145], [111,154,78], [237,179,245], [237,101,95], [89,239,155], - [242,233,158], + [43,254,70], [163,212,245], [65,152,142], [165,135,246], @@ -151,9 +151,9 @@ class LetterAvatar [62,200,234], [133,243,34], [88,149,110], - [226,235,237], + [59,228,248], [183,119,118], - [192,247,192], + [251,195,45], [113,196,122], [197,115,70], [80,175,187], @@ -162,7 +162,7 @@ class LetterAvatar [228,149,241], [180,188,159], [172,132,85], - [221,236,102], + [180,135,251], [236,194,58], [217,176,109], [88,244,199], @@ -192,7 +192,7 @@ class LetterAvatar [34,208,66], [84,238,129], [133,140,134], - [219,229,175], + [67,157,94], [168,179,25], [140,145,240], [151,241,125], @@ -224,7 +224,7 @@ class LetterAvatar [240,140,112], [172,145,164], [228,124,45], - [222,234,142], + [135,151,243], [42,205,125], [192,233,116], [119,170,114], @@ -239,12 +239,12 @@ class LetterAvatar [205,201,141], [106,140,190], [161,131,205], - [226,226,75], + [135,134,158], [198,139,81], [115,171,32], [101,181,67], [149,137,119], - [222,245,86], + [37,142,183], [183,130,175], [168,125,133], [124,142,87], @@ -266,16 +266,16 @@ class LetterAvatar [53,166,51], [70,163,90], [150,190,213], - [234,235,219], + [210,107,60], [166,152,185], [159,194,159], - [222,242,47], + [39,141,222], [202,176,161], [95,140,229], - [156,246,80], + [168,142,87], [93,170,203], [159,142,54], - [185,237,230], + [14,168,39], [94,150,149], [187,206,136], [157,224,166], @@ -284,12 +284,12 @@ class LetterAvatar [141,201,87], [208,124,118], [142,125,214], - [226,234,123], + [19,237,174], [72,219,41], [234,102,111], [168,142,79], [188,135,35], - [214,233,195], + [95,155,143], [148,173,116], [223,112,95], [228,128,236], @@ -308,18 +308,18 @@ class LetterAvatar [58,176,151], [215,141,69], [225,154,220], - [224,244,174], + [220,77,167], [233,161,64], [130,221,137], [81,191,129], [169,162,140], [174,177,222], [236,174,47], - [196,240,159], + [233,188,180], [69,222,172], [71,232,93], [118,211,238], [157,224,83], [218,105,73], - [165,241,221]] + [126,169,36]] end