Skip to content

Commit

Permalink
Import Emoji 15.0 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Mar 29, 2023
1 parent ed57eb8 commit cb5c514
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 118 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/14.0/emoji-test.txt', '-o', t.name
system 'curl', '-fsSL', 'http://unicode.org/Public/emoji/15.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: "14.0",
ios_version: "15.4",
unicode_version: "15.0",
ios_version: "16.4",
)
end
output_item[:skin_tones] = true if emoji_item[:skin_tones]
Expand Down
Loading

0 comments on commit cb5c514

Please sign in to comment.