lib/unicode/emoji/constants.rb in unicode-emoji-1.1.0 vs lib/unicode/emoji/constants.rb in unicode-emoji-2.0.0
- old
+ new
@@ -1,13 +1,13 @@
# frozen_string_literal: true
module Unicode
module Emoji
- VERSION = "1.1.0".freeze
- EMOJI_VERSION = "11.0".freeze
+ VERSION = "2.0.0".freeze
+ EMOJI_VERSION = "12.0".freeze
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/emoji.marshal.gz').freeze
- ENABLE_NATIVE_EMOJI_UNICODE_PROPERTIES = false
+ ENABLE_NATIVE_EMOJI_UNICODE_PROPERTIES = false # As of Ruby 2.6.1, Emoji version 11 is included
end
end