Merge branch 'charvp/master'

This commit is contained in:
Mislav Marohnić
2020-01-31 03:29:23 +01:00
5 changed files with 3167 additions and 2201 deletions

View File

@@ -20,5 +20,5 @@ namespace :db do
end
file 'vendor/unicode-emoji-test.txt' do |t|
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/12.1/emoji-test.txt', '-o', t.name
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/13.0/emoji-test.txt', '-o', t.name
end

View File

@@ -36,8 +36,8 @@ for category in categories
output_item.update(
aliases: [description.gsub(/\W+/, '_').downcase],
tags: [],
unicode_version: "12.1",
ios_version: "13.2",
unicode_version: "13.0",
ios_version: "14.0",
)
end
output_item[:skin_tones] = true if emoji_item[:skin_tones]

View File

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,6 @@ class EmojiTest < TestCase
GENDER_EXCEPTIONS = [
"man_with_gua_pi_mao",
"woman_with_headscarf",
"man_in_tuxedo",
"pregnant_woman",
"isle_of_man",
"blonde_woman",

View File

File diff suppressed because it is too large Load Diff