Merge branch 'charvp/master'
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
1167
db/emoji.json
1167
db/emoji.json
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
4194
vendor/unicode-emoji-test.txt
vendored
4194
vendor/unicode-emoji-test.txt
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user