Skip to content

Commit

Permalink
Merge pull request #244 from kardeslik/import-emoji-14
Browse files Browse the repository at this point in the history
Import Emoji 14.0 characters
  • Loading branch information
mislav authored Nov 15, 2022
2 parents e13ac61 + 6af51fc commit 9917299
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ namespace :db do
end

file 'vendor/unicode-emoji-test.txt' do |t|
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/13.1/emoji-test.txt', '-o', t.name
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/14.0/emoji-test.txt', '-o', t.name
end
4 changes: 2 additions & 2 deletions db/dump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
output_item.update(
aliases: [I18n.transliterate(description).gsub(/\W+/, '_').downcase],
tags: [],
unicode_version: "13.1",
ios_version: "14.5",
unicode_version: "14.0",
ios_version: "15.4",
)
end
output_item[:skin_tones] = true if emoji_item[:skin_tones]
Expand Down
Loading

0 comments on commit 9917299

Please sign in to comment.